mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-07-21 01:05:27 -04:00
0187d14b83
`deepagents-code` now supports experimental plugin marketplaces with namespaced skills and MCP servers. Enable with `DEEPAGENTS_CODE_EXPERIMENTAL=1`. Docs: https://github.com/langchain-ai/docs/pull/4905 --- `deepagents-code` can now manage experimental plugin marketplaces and load installed plugins that contribute namespaced skills and MCP servers. The new plugin manager establishes the `tui/modals`, `tui/screens`, and `tui/widgets` UI convention, with colocated styling and focused state/content modules. - Supports local, GitHub, Git, and marketplace JSON sources. - Adds install, enable, disable, uninstall, and safe marketplace removal through `/plugins` and `dcode plugin`. - Reloads plugin skills and plugin MCP configuration with `/reload` when experimental mode is enabled. - Namespaces plugin skills as `{plugin_id}:{skill_name}` through a code-local `PluginSkillsMiddleware` adapter, so no SDK changes are required. Made by [Open SWE](https://openswe.vercel.app/agents/019f5dea-0f1f-73fe-9803-32d1b13fbd4c) --------- Signed-off-by: Johannes du Plessis <johannes@langchain.dev> Co-authored-by: Alexander Olsen <aolsenjazz@gmail.com> Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Mason Daugherty <mason@langchain.dev> Co-authored-by: open-swe[bot] <215916821+open-swe[bot]@users.noreply.github.com> Co-authored-by: Mason Daugherty <github@mdrxy.com>
2.6 KiB
2.6 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 (34)
| Command | Aliases | Description |
|---|---|---|
/agents |
Browse and switch between available agents | |
/auth |
/connect |
Connect and manage provider and service credentials |
/auto-update |
Turn automatic updates on or off | |
/changelog |
Open the changelog in a browser | |
/clear |
Clear the chat and start a new thread | |
/copy |
Copy the latest assistant message to clipboard | |
/docs |
Open the docs | |
/editor |
Open prompt in an external editor ($EDITOR) | |
/effort |
Set reasoning effort for the current model | |
/feedback |
Send feedback or report an issue | |
/force-clear |
Stop active work, clear the chat, and start a new thread | |
/goal |
Set and manage a persistent objective with acceptance criteria | |
/help |
Show help and available commands | |
/install |
Install an optional integration | |
/mcp |
Manage MCP servers and authentication | |
/model |
Switch models or edit model settings | |
/notifications |
Configure startup warnings | |
/offload |
/compact |
Summarize and offload older messages to free context |
/plugins |
Manage plugins (experimental) | |
/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 |
Hidden (2)
These commands are intentionally omitted from autocomplete and help. See the HIDDEN_COMMANDS docstring in the registry for context.
/debug/debug-error