Slash commands
Commands available inside an interactive chat session.
While chatting, lines starting with / are intercepted locally before they ever reach the agent, so a typo can't accidentally trigger anything unexpected.
| Command | What it does |
|---|---|
| /mode agent|ask|plan | Switch permission mode mid-session, live, no restart. |
| /help | Show the slash-command list. |
| /context | Show context-window usage for the current session. |
| /exit | End the chat session cleanly. |
An unknown slash command is caught locally, prints an error and the help list, and is never sent to the agent.
