Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
After disabling a marketplace plugin (e.g. compound-engineering), / autocomplete can still show ce-* slash commands from prior sessions. CLI /plugins lists cached plugins alongside enabled ones with no ENABLED/DISABLED label — looks like disable failed when ~/.cursor/plugins/cache/cursor-public/<slug>/ still exists.
Steps to Reproduce
- Install compound-engineering via
/plugins - Toggle OFF in
/pluginsdetail (do not uninstall) - Start new CLI session (not
/resume) - Type
/— observe whetherce-*commands still appear - Compare:
sqlite3 ... state.vscdb "SELECT value FROM ItemTable WHERE key LIKE 'cursor.plugins.installedIds%';"
Expected Behavior
Disabled plugins absent from slash autocomplete; /plugins shows clear enable state
Operating System
Linux
Version Information
Cursor CLI (agent): 2026.06.19-20-24-33-653a7fb
OS: Ubuntu 24.04.4 LTS (Noble)
Kernel: Linux 6.17.0-35-generic x86_64
For AI issues: which model did you use?
Composer 2.5 Fast
Additional Information
Related:
GitHub cursor/plugins#136 (docs)
GitHub cursor/plugins#130 (opt-out)
Does this stop you from using Cursor
No - Cursor works, but with this issue