Commands

Overview

All commands start with /. Tab completion is available for command names and arguments.

Session Commands

CommandDescription
/sessionShow current session info (ID, uptime, budget)
/quitGraceful shutdown with summary

Channel Commands

CommandDescription
/join [channel]Join or create a channel
/part [channel]Leave a channel
/switch [channel]Switch to another channel
/listList all channels
/msg [channel] [text]Send a message to another channel
/whois [agent]Show agent details
/whoList 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

CommandDescription
/drift statusShow snapshot summary for current channel
/drift snapshotsList all snapshots with reasons and timestamps

Sticky Notes

CommandDescription
/stickynote [text]Add a persistent reminder the agent sees on every turn
/sticky [text]Alias for /stickynote
/unstickyRemove all sticky notes

Permissions

CommandDescription
/godmodeToggle god mode for current channel (bypasses all permission checks)
/godmode onEnable god mode for current channel
/godmode offDisable god mode for current channel

CLI flag: arma --godmode enables god mode for ALL channels in the session.

Model & Provider

CommandDescription
/modelsList available models with cost info
/model [name]Switch the active model
/providersShow provider status (connection, auth, cost)
/costShow current session cost breakdown
/budgetShow budget status and limits

View Commands

CommandDescription
/clearClear the output buffer
/sidebar toggleToggle sidebar visibility

Theme & Display

CommandDescription
/theme [name]Switch active theme
/themesList available themes
/font size [n]Set font size
/font family [name]Set font family

Configuration

CommandDescription
/configShow current configuration
/config set [key] [value]Set a config value (hot reload)
/config reset [key]Reset a value to default

MCP

CommandDescription
/mcpShow 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

CommandDescription
/run [script]Run a .arma script
/flow run [name]Run a workflow
/flow listList available flows
/flow status [id]Show flow execution status
/flow cancel [id]Cancel a running flow

Utility

CommandDescription
/help [command]Show help for a command
/versionShow armament version
/export [format]Export session (json, markdown)