[BUG] Plugin skills not appearing in `/` menu after v2.1.110 update — only `schedule` shows
Description
After updating to Claude Code v2.1.110 (released 2026-04-16), the Claude Desktop app on macOS stops showing most plugin-provided skills in the / command menu. Only schedule (from the scheduled-tasks built-in) appears. Skills from enabled plugins (codex, claude-hud, frontend-design, etc.) are no longer surfaced in the Desktop UI.
CLI (claude command in terminal) works correctly — all skills from enabled plugins load as expected.
This is a regression — skills were visible in the Desktop app's / menu on 2026-04-15 (prior version). Only appeared after the 04/16 auto-update to v2.1.110.
Environment
- Claude Code version: 2.1.110
- Platform: macOS (Darwin 25.4.0), Claude Desktop app
- Enabled plugins:
claude-hud@claude-hudcodex@openai-codexfrontend-design@claude-plugins-officialgithub@claude-plugins-officialcontext7@claude-plugins-official~/.claude/skills/is empty (all skills come via plugins)~/.claude/commands/does not exist
Expected Behavior
The / menu in Claude Desktop should list skills from all enabled plugins, e.g.:
codex:setup,codex:rescueclaude-hud:setup,claude-hud:configurefrontend-design:frontend-design- etc.
Actual Behavior
Only schedule appears in the / filter. No plugin-namespaced skills are shown. Plugin tools (MCP-backed, like context7 and github) still work correctly — only skill discovery is broken.
Steps to Reproduce
- Install Claude Desktop app, update to v2.1.110
- Enable several plugins that provide skills (e.g.,
codex@openai-codex,claude-hud@claude-hud) - Open a new chat in Desktop app, type
/ - Observe: only
scheduleappears; plugin-namespaced skills are missing - Switch to CLI (
claudein terminal) — all skills load correctly
Related
- #48820 — Global commands from
~/.claude/commands/not appearing in slash command menu (same root cause likely — skill/command discovery broken in Desktop app after v2.1.110)
10 Comments
Exact same issue!!!
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I can confirm - post update this morning all of my custom slash commands are gone.
Yes, same probleme here
Same issue since yesterday afternoons desktop app update.
Still same here + horrible new UI 🥲
Same issue here!
solved in new version
Still reproducing on Claude Desktop (Code tab) — Windows, 2026-04-20
Reporting as a fresh data-point: this regression persists in the Claude Desktop app's bundled Claude Code runtime even though the CLI-side fix appears to have shipped. Desktop users have no way to force the embedded runtime forward independently of the app's own release cadence —
claude updatein the shell doesn't touch it.Environment
claudeCLI)~/.local/share/claude/versions/: 2.1.109, 2.1.110, 2.1.114Symptom
/autocomplete in the Code tab lists plugin skills (anthropic-skills:*,codex:*, user skills) but omits the built-in/mcpcommand./mcpexplicitly and pressing Enter is a no-op — no interactive UI, no error.claude mcp listin a separate shell correctly lists them; their tools fire).Ask
When the next Desktop release is cut, please confirm the bundled Claude Code runtime picks up the fix — that's the only upgrade path Desktop users have.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.