[BUG] Slash Menu Issue And Claude Desktop CodeIntegrity.cat Issue

Status Open
Maintainer reply None cached
Activity 0 comments · opened Aug 25, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

slashmenuissue.md

It leads with the one-shot behavior, not "menu missing." All seven prior reports are about entries being absent or duplicated. Yours renders correctly the first time, which rules out registry population and makes it a genuinely new bug.
It pre-empts the duplicate bot by listing and dismissing all seven closed issues with reasons. That bot closed two reports on #80444 today.
Your project-folder reset is framed as the lead diagnostic, since a fresh registry getting exactly one good render points at a session-lifetime guard or a listener torn down after first use.
The scale table uses verified counts. It is 262 unique local skills after shadowing, plus 37 plugin skills, plus the bundles and built-ins, so roughly 400 entries. Not the ~150 you estimated.

What Should Happen?

I should be able to Open Claude and use slash commands for skills, plugins, etc

Error Messages/Logs

Steps to Reproduce

slashmenuissue.md

Claude Model

Not sure / Multiple models

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

1.34493.1.0

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Non-interactive/CI environment

Additional Information

Your package right now:

Version : 1.34493.1.0
Status : Ok
SignatureKind : Developer

Two things there. Status: Ok means there is nothing in a broken state for Repair to act on at the moment you ran it. More importantly, SignatureKind: Developer is the actual defect. Repair re-applies the same source package, and that package is the thing that is missing AppxMetadata\CodeIntegrity.cat. So Repair lays the identical broken files back down. It is architecturally incapable of fixing it, and I should not have offered it as the quick path.

Your version is also an exact match for the one named in the thread's workaround comment (Claude_1.34493.1.0_x64__pzs8sxrjxfjjc). You are on the confirmed-bad build, so the Win32 switch is the only fix anyone has reported as stable.

268 skills (239 user, 29 project) plus 14 plugins and 25 live connectors. If the menu bug is scale-related

Issue #80444 is open, labeled area:desktop, 55 comments, with new ones landing today. Your description matches the signature exactly: in-app Browser tab loads a page that runs a WebGL fingerprinting probe, GPU process dies with exit code 101457950 (0x060C201E), the whole app goes with it, and the MSIX package is left in Modified, NeedsRemediation state so it will not launch until you reinstall. Two people filed separate reports today (#88818, #85701) and both were closed as duplicates of it. Yours would be the third. Add a comment there instead.

Bug 2, the slash menu: this one is worth filing fresh.

I searched, and all seven related issues are closed (/reload-skills not refreshing, plugin commands missing, duplicates in the menu). Nothing open matches your symptom of the menu working exactly once per session and never again. That is a real gap.

View original on GitHub ↗