Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.16 KB

File metadata and controls

46 lines (39 loc) · 2.16 KB

Slash command catalog

Canonical list of slash commands for deepagents-code, derived from deepagents_code/command_registry.py. Run make commands-catalog to regenerate after editing the registry.

Public (28)

Command Aliases Description
/agents Browse and switch between available agents
/auth /connect Manage stored API keys for model providers
/auto-update Toggle automatic updates on or off
/changelog Open changelog in browser
/clear Clear chat and start new thread
/copy Copy latest assistant message to clipboard
/docs Open documentation in browser
/editor Open prompt in external editor ($EDITOR)
/feedback Submit a bug report or feature request
/force-clear Interrupt active work, clear chat, and start new thread
/help Show help
/install Install an optional extra (e.g. quickjs, daytona, fireworks)
/mcp Show MCP servers; /mcp login <server> to authenticate, /mcp reconnect to load deferred logins, F2 in the viewer to disable/enable a server
/model Switch or configure model (--model-params, --default)
/notifications Configure startup warning preferences
/offload /compact Free up context window space by offloading older messages
/quit /q Exit app
/reload Reload config from environment variables and .env
/remember Update memory and skills from conversation
/restart Restart the app-owned LangGraph server
/skill-creator Guide for creating effective agent skills
/theme Switch color theme
/threads Browse and resume previous threads
/timestamps Toggle message timestamp footers
/tokens Token usage
/trace Open current thread in LangSmith
/update Check for and install updates
/version /about Show version

Hidden (1)

Hidden commands not exposed in autocomplete or help. See the HIDDEN_COMMANDS docstring in the registry for context.

  • /debug-error