Commands
Overview
All commands start with /. Tab completion is available for command names and arguments.
Session Commands
| Command | Description |
|---|
/session | Show current session info (ID, uptime, budget) |
/quit | Graceful shutdown with summary |
Channel Commands
| Command | Description |
|---|
/join [channel] | Join or create a channel |
/part [channel] | Leave a channel |
/switch [channel] | Switch to another channel |
/list | List all channels |
/msg [channel] [text] | Send a message to another channel |
/whois [agent] | Show agent details |
/who | List all agents |
/setroot [path] | Set custom root directory for this channel’s workspace |
/restart_channel [name] | Reset a channel (leaves, wipes state, recreates) |
Drift Commands
| Command | Description |
|---|
/drift status | Show snapshot summary for current channel |
/drift snapshots | List all snapshots with reasons and timestamps |
Sticky Notes
| Command | Description |
|---|
/stickynote [text] | Add a persistent reminder the agent sees on every turn |
/sticky [text] | Alias for /stickynote |
/unsticky | Remove all sticky notes |
Permissions
| Command | Description |
|---|
/godmode | Toggle god mode for current channel (bypasses all permission checks) |
/godmode on | Enable god mode for current channel |
/godmode off | Disable god mode for current channel |
CLI flag: arma --godmode enables god mode for ALL channels in the session.
Model & Provider
| Command | Description |
|---|
/models | List available models with cost info |
/model [name] | Switch the active model |
/providers | Show provider status (connection, auth, cost) |
/cost | Show current session cost breakdown |
/budget | Show budget status and limits |
View Commands
| Command | Description |
|---|
/clear | Clear the output buffer |
/sidebar toggle | Toggle sidebar visibility |
Theme & Display
| Command | Description |
|---|
/theme [name] | Switch active theme |
/themes | List available themes |
/font size [n] | Set font size |
/font family [name] | Set font family |
Configuration
| Command | Description |
|---|
/config | Show current configuration |
/config set [key] [value] | Set a config value (hot reload) |
/config reset [key] | Reset a value to default |
MCP
| Command | Description |
|---|
/mcp | Show MCP server status (connection, auth, tools) |
/mcp add [name] | Add a new MCP server |
/mcp remove [name] | Remove an MCP server |
/mcp restart [name] | Restart an MCP connection |
Scripting & Flows
| Command | Description |
|---|
/run [script] | Run a .arma script |
/flow run [name] | Run a workflow |
/flow list | List available flows |
/flow status [id] | Show flow execution status |
/flow cancel [id] | Cancel a running flow |
Utility
| Command | Description |
|---|
/help [command] | Show help for a command |
/version | Show armament version |
/export [format] | Export session (json, markdown) |