hi @Texarkanine slash commands are working with agent CLI.
Custom slash commands are discovered from following locations: .cursor/commands (project-level) and ~/.cursor/commands (global),
The inconsistent behavior you’re experiencing isn’t expected. A few things to check:
• Working directory: Project-level commands (.cursor/commands) only work when you run cursor agent from within that project’s directory [2]
• CLI version: Ensure your CLI is up-to-date with agent update [3]
• Command location: Verify your custom commands are in the correct directory (.cursor/commands for project-specific, ~/.cursor/commands for global) [2]
If the inconsistency persists after checking these, it may be a bug worth reporting.