Skip to content

Commands

All commands work on Telegram, Discord, and IRC unless noted otherwise.

Session

CommandDescription
/resetReload transport config + fresh session
/reset defaultRestore factory transport.json + fresh session
/compactCompact context window (summarize + fresh session)
/stop, /ctrlcStop current response (hard interrupt)
/wait [msg], /steer [msg]Inject message mid-run without interrupting
/changeSwitch model/provider (shortcut for /models change)
/restartRestart bridge process

Model & Provider

CommandDescription
/modelsShow current model, transport, agent status
/models changeInteractive 3-step picker (Telegram only)
/models quick <model>Instant switch on same provider
/models list [provider]List providers or models on a provider
/models restoreUndo last model/provider switch
/models defaultFactory reset (transport.default.json)
/models health resetReset model health buckets
/models emergency🚨 Activate paid hailMary model
/emergencyShortcut for /models emergency

Status & Diagnostics

CommandDescription
/statusBridge status, transport, uptime
/doctorDeep probe all subsystems
/doctor fixRun safe auto-repairs
/doctor fix-fullFull repair (+ FTS rebuild, WAL checkpoint)
/heartbeatHeartbeat diagnostics (tasks, last tick)
/mcpMCP server status
/hooksList configured hooks

Memory

CommandDescription
/memoryMemory storage statistics
/factsCore knowledge (user profile + agent notes)
/nlmKnowledge base (list/create/sources/query)

Tasks

CommandDescription
/tasksList scheduled tasks
/tasks run <id>Manually fire a task
/tasks log <id>Last 5 runs for a task
/tasks pause <id>Pause a scheduled task
/tasks resume <id>Resume a paused task

Skills & Mode

CommandDescription
/skillsList loaded skills
/skillReload skills catalog

Sessions

CommandDescription
/sessionList all sessions
/session newCreate new Main session, switch to it
/session new browseCreate Browse session
/session new codeCreate Code session (replaces /coding)
/session new taskCreate Task session
/session <#>Switch to session by number
/session end [#]End session gracefully (messages kept in memory)
/session kill <#>Kill session and wipe its messages

Session ID format: {timestamp}_{type}_{index} (e.g. 1747563282_A_01). Types: A=Main, B=Browse, C=Code, T=Task.

  • At least one Main session must be active per platform at all times
  • All sessions cleared on bridge restart
  • Master-only (non-master users cannot manage sessions)
  • Max concurrent sessions: MAX_SESSIONS env (default: 10)

Sleep

CommandDescription
/sleepSleep status
/sleep resumeRetry failed sleep steps
/sleep nowFull fresh sleep cycle
/wakeupWake from hardware sleep

Telegram-only

CommandDescription
/fullRaw output, TTS disabled
/shortClean responses (default)
/healingToggle self-healer on/off

Platform-specific

CommandPlatformDescription
/usersAllList users, approve/revoke access
/users approve <id>AllApprove a new user by platform ID
/users revoke <id>AllRevoke user access
/whoamiAllShow your user identity and role
/usageAllToken usage and estimated cost this session
/openrouterAllOpenRouter account info
/helpAllShow all available commands