Files
deepagents/libs/code/COMMANDS.md
Johannes du Plessis da5dcdc1df feat(code): add extension trust and inspection UX (#5634)
Related #5556

Adds interactive and headless project-extension trust controls, explicit
one-run extension paths, live provenance inspection, and extension
documentation.

---

Layer 4 of 4. The CLI supports `--extension` and
`--trust-project-extensions`, prompts before executing untrusted project
code in interactive mode, forwards explicit policy in headless mode, and
exposes loaded registrations through `/extensions`. The guide and
example document the complete extension lifecycle and a StoreBackend
memory route.

References: [original
PRD](https://app.notion.com/p/Extensions-PRD-3b4808527b17809c9534cbdd8c14d642?source=copy_link)
and [tech
spec](https://app.notion.com/p/Extensions-Tech-Spec-3bb808527b1780ce8a75f392ac13aa02?source=copy_link).

## Stack

1. [#5631 — API, registry, and
discovery](https://github.com/langchain-ai/deepagents/pull/5631)
2. [#5632 — configuration, trust, and
loading](https://github.com/langchain-ai/deepagents/pull/5632)
3. [#5633 — agent hosting and
lifecycle](https://github.com/langchain-ai/deepagents/pull/5633)
4. [#5634 — trust and inspection
UX](https://github.com/langchain-ai/deepagents/pull/5634)
2026-08-27 16:47:26 -07:00

3.1 KiB

Slash command catalog

This is the generated reference for deepagents-code slash commands. Command names, aliases, and descriptions come from deepagents_code/command_registry.py. Regenerate this file with make commands-catalog after changing command names, aliases, descriptions, visibility, or hidden-command metadata.

Public (43)

Command Aliases Description
/agents Browse and switch between available agents
/auth /connect Connect and manage provider and service credentials
/auto Switch to Auto approval mode or manage its classifier model
/auto-update Turn automatic updates on or off
/changelog Open the changelog in a browser
/clear Start a fresh thread
/context Show current context window usage
/context-doctor Audit what a session injects and its estimated token cost
/copy Copy the latest assistant message to clipboard
/cost Show estimated thread cost
/docs Open the docs
/editor Open prompt in an external editor ($EDITOR)
/effort Set reasoning effort for the current model
/extensions List loaded Python extensions and their provenance
/feedback Send feedback or report an issue
/force-clear Recover a stuck session with a fresh thread
/goal Set and manage a persistent objective with acceptance criteria
/help Show help and available commands
/install Install an optional integration
/line-numbers Show or hide line numbers in file diffs
/manual Switch to Manual approval mode
/mcp Manage MCP servers and authentication
/model Switch models or edit model settings
/notifications Review notifications and configure warning settings
/offload /compact Summarize and offload older messages to free context
/plugins Manage plugins
/prompts Search and reuse a previous prompt
/quit /q Exit app
/reload Reload environment and config
/remember Save useful context to memory or skills
/restart Restart the agent server
/rubric /criteria Set explicit acceptance criteria for rubric grading
/scrollbar Show or hide the chat scrollbar
/skill-creator Create or refine agent skills
/theme Change color theme
/threads Browse and resume past threads
/timestamps Show or hide message timestamps
/tokens Show token usage
/tools List the tools available to the agent
/trace Open this thread in LangSmith
/update Check for and install updates
/version /about Show version information
/yolo Switch to YOLO approval mode (no review)

Hidden (2)

These commands are intentionally omitted from autocomplete and help. See the HIDDEN_COMMANDS docstring in the registry for context.

  • /debug
  • /debug-error