Hermes Commands β GAIA Gap Analysis
Commands that Hermes has and GAIA doesn’t. Organized by category for review.
Category: Session Management
| Command |
Description |
Effort |
/new / /reset |
Start a fresh conversation (new session ID, clear history) |
π’ Trivial |
/clear |
Clear screen + new session |
π’ Trivial |
/history |
Show full conversation history |
π’ Trivial |
/save |
Save the current conversation explicitly |
π’ Trivial |
/resume <id> |
Resume a previous session by ID or title |
π‘ GAIA has gaia session restore, no in-TUI command |
/sessions |
Interactive session picker (browse + resume) |
π‘ UI work |
/title <name> |
Name the current session |
π’ Trivial |
/branch / /fork |
Fork the conversation at a point (explore alternative paths) |
π‘ Requires conversation branching logic |
/compress |
Manually compress context (summarize old turns) |
π’ GAIA has auto-compaction (A3), no manual trigger |
/snapshot / /snap |
Create/restore state snapshots (config + state) |
π‘ Medium |
/rollback |
List or restore filesystem checkpoints |
π‘ GAIA has checkpoint (B6), no rollback UI |
/background <p> |
Run a prompt in a separate background session |
π‘ GAIA has SpawnAsync, no /background command |
/queue <p> / /q |
Queue a message without interrupting the agent |
π‘ Medium |
/steer <p> |
Inject mid-turn guidance (arrives after next tool call) |
π΄ Complex |
/goal <text> |
Persistent goal across turns (auto-continues until done) |
π΄ Complex, judge model needed |
/subgoal <text> |
Append criterion to active goal |
π΄ Complex (depends on /goal) |
/handoff <platform> |
Move session from CLI to Telegram/Discord/etc |
π‘ Medium |
/moa <prompt> |
One-shot Mixture of Agents (run prompt through MoA, restore model) |
π’ B1 exists, no one-shot command |
Category: Configuration
| Command |
Description |
Effort |
/model <name> |
Switch LLM model/provider mid-session |
π‘ Requires hot provider switching |
/personality <name> |
Change agent personality |
π’ GAIA has persona system, no TUI command |
/reasoning <level> |
Change reasoning effort (low/medium/high) |
π’ Trivial |
/verbose |
Cycle tool progress display (off/new/all/verbose) |
π’ Trivial |
/fast <mode> |
Toggle fast mode (OpenAI Priority / Anthropic Fast) |
π’ Trivial |
/skin <name> |
Change TUI theme/colors |
π’ Trivial |
| `/voice <on |
off>` |
Toggle voice mode |
/yolo |
Toggle auto-approve (skip dangerous confirmations) |
π’ GAIA has trust modes, no /yolo |
/statusbar / /sb |
Toggle context status bar |
π’ Trivial |
/footer |
Toggle metadata footer on responses |
π’ Trivial |
/busy <mode> |
Control what Enter does while agent is working |
π‘ Medium |
/indicator <style> |
Change busy animation style |
π’ Trivial |
/timestamps |
Toggle timestamps on messages |
π’ Trivial |
/codex-runtime |
Toggle Codex app-server runtime |
π΄ Very specific to Codex |
| Command |
Description |
Effort |
/skills browse/search/install |
Skill management from within chat |
π’ GAIA has CLI, not in-TUI |
| `/memory approve |
reject` |
Review pending memory writes |
/cron |
Manage scheduled tasks from chat |
π’ GAIA has cron, no TUI command |
/learn <what> |
Create a skill from anything (dir, URL, workflow) |
π‘ Medium |
/suggestions |
Review agent-suggested automations |
π‘ Medium |
/blueprint <name> |
Create automation from template |
π‘ Medium |
/browser connect |
Manage browser connection for web tools |
π’ GAIA has browser module, no TUI command |
/curator |
Background skill maintenance |
π‘ Medium |
/kanban |
Project board from chat |
π΄ Complex |
/bundles |
List/load skill bundles |
π’ GAIA has skills, no bundles concept |
/reload-mcp |
Reload MCP servers from config |
π’ Trivial |
/reload-skills |
Re-scan skills directory |
π’ Trivial |
/plugins |
List plugins |
π’ GAIA has plugins, no TUI command |
Category: Info & System
| Command |
Description |
Effort |
/help |
Show help/command list |
π’ Trivial |
/version |
Show GAIA version and build info |
π’ Trivial |
/insights |
Usage analytics (last 30 days) |
π‘ Depends on cost tracking |
/credits |
Show credit balance |
π‘ Requires billing integration |
/billing |
Manage billing |
π‘ Requires billing integration |
/debug |
Upload debug report, get shareable link |
π‘ Medium |
/platforms / /gateway |
Show gateway adapter status |
π’ Trivial (already implemented in gateway) |
/copy <n> |
Copy last response to clipboard |
π’ Trivial |
/image <path> |
Attach image for next prompt |
π‘ Medium (vision support) |
/paste |
Attach clipboard image |
π‘ Medium |
Category: Messaging-Only
| Command |
Description |
Effort |
/sethome |
Set current chat as delivery home |
π’ Trivial |
/approve |
Approve pending dangerous command |
π’ GAIA has ConfirmGuard |
/deny |
Deny pending dangerous command |
π’ Trivial |
/commands |
Browse all commands (paginated) |
π’ Trivial |
/restart |
Gracefully restart gateway |
π’ Trivial |
/update |
Update GAIA to latest version |
π‘ Medium |
/topic |
Multi-session DM mode (Telegram) |
π‘ Medium |
Summary
| Category |
Missing |
| Session |
18 commands |
| Configuration |
14 commands |
| Tools & Skills |
13 commands |
| Info |
10 commands |
| Messaging |
7 commands |
| Total |
~62 commands |
Many are trivial (< 30 min each). Some are major features (/goal, /kanban, /handoff).
Generated 2026-07-21. Based on Hermes Agent v0.19.0.