Chat Commands
Inside a session, type a slash command to control the conversation or your account. Slash commands are handled locally and are not sent to the model as prompts.
| Command | Description |
|---|---|
/help | Show the in-session help. |
/usage | Show account usage percentage and reset times. |
/model | List the supported models and pick one interactively. |
/model <id> | Switch the active model without clearing history. |
/memory | Show the current session summary and extracted decision memory. |
/resume | Choose a saved local session for this repo and resume it. |
/clear | Clear the current conversation history. |
/exit | Quit the session. |
Switching models
/model lists the models the server currently offers and lets you choose one.
/model <id> switches to a model directly without clearing your conversation,
so you can change models mid-task and keep your history.
/clear wipes the conversation in the current session but keeps you signed in.
Use /resume to bring back a saved session instead of starting over.