builtin_commands
Whether the provider ships default/built-in commands alongside user-defined custom commands.
Type: bool Content type: commands
Provider Support
Section titled “Provider Support”| Provider | Supported | Mechanism |
|---|---|---|
| claude-code | ✓ | extensive set of built-in slash commands (/help, /clear, /compact, /config, /model, /mcp, /memory, /plan, etc.) plus bundled-skill commands (/batch, /debug, /loop); not user-modifiable |
| cline | ✓ | Built-in slash commands (e.g., /newtask, /smol alias /compact, /newrule, /deep-planning, /explain-changes in VS Code, /reportbug) are hardcoded and not user-modifiable; user-authored workflows are additive, invoked alongside built-ins |
| gemini-cli | ✓ | built-in slash commands include /commands reload (reload command files without restart) and /help; user-defined commands supplement but do not replace built-ins |
| windsurf | ✓ | Cascade exposes its own built-in chat slash commands (e.g. for conversation control) independently of user-authored Workflows; the `/<workflow-name>` namespace is reserved for user files |
| codex | ✗ | no implementation details captured; slash commands feature exists but format and capabilities are undocumented in cached sources |
| copilot-cli | ✗ | Copilot CLI has no standalone slash-command mechanism; extensibility is via plugins that bundle agents/skills/hooks; command format within plugins is undocumented |
| crush | ✗ | not documented |
| factory-droid | ✗ | no built-in slash commands documented; Factory commands are user-defined Markdown templates or executables |
| opencode | ✗ | OpenCode documentation describes only user-authored slash commands loaded from .opencode/commands/ and ~/.config/opencode/commands/; no built-in commands are documented for this namespace. |
| pi | ✗ | pi prompt templates are entirely user-defined; no built-in slash commands documented |
| roo-code | ✗ | Roo Code commands are user-defined Markdown files in .roo/commands/ — no user-overridable built-in slash-command layer documented |
| zed | ✗ | not documented |