CodeBrew

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.

CommandWhat it does
/mode agent|ask|planSwitch permission mode mid-session, live, no restart.
/helpShow the slash-command list.
/contextShow context-window usage for the current session.
/exitEnd 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.