diff --git a/src/content/docs/agent-platform/capabilities/planning.mdx b/src/content/docs/agent-platform/capabilities/planning.mdx index bfe4738d..17f2f773 100644 --- a/src/content/docs/agent-platform/capabilities/planning.mdx +++ b/src/content/docs/agent-platform/capabilities/planning.mdx @@ -113,3 +113,4 @@ As the agent executes your plan, you'll review code changes and may want to scal * **[Interactive Code Review](/agent-platform/local-agents/interactive-code-review/)** - Leave inline comments on agent-generated diffs and have the agent revise in one pass. * **[Cloud Agents quickstart](/agent-platform/cloud-agents/quickstart/)** - Run agents in the cloud for longer tasks, background automation, or parallel work across repos. +* **[Multi-agent orchestration](/agent-platform/cloud-agents/orchestration/)** - Use `/plan` or `/orchestrate` to break a complex task into subtasks that run in parallel across local or cloud agents. diff --git a/src/content/docs/agent-platform/capabilities/slash-commands.mdx b/src/content/docs/agent-platform/capabilities/slash-commands.mdx index 4f6190c4..a413d973 100644 --- a/src/content/docs/agent-platform/capabilities/slash-commands.mdx +++ b/src/content/docs/agent-platform/capabilities/slash-commands.mdx @@ -18,7 +18,7 @@ As you type, the menu filters results in real time, making it easy to find and r Warp currently supports the following built-in Slash Commands: -
| Slash Command | Description |
|---|---|
/add-mcp | Add a new MCP server. |
/add-prompt | Add a new Agent Prompt in Warp Drive. |
/add-rule | Add a new Global Rule for the Agent. |
/agent | Start a new agent conversation. Optionally include a prompt to send immediately. |
/changelog | Open the latest Warp changelog. |
/cloud-agent | Start a new cloud agent conversation. {'*'} |
/compact | Free up context by summarizing conversation history. |
/compact-and | Compact the current conversation and then send a follow-up prompt. |
/conversations | Open conversation history. |
/cost | Toggle credit usage details in the current conversation. |
/create-environment | Create a Warp Environment (Docker image + repos) via guided setup. {'*'} |
/create-new-project | Have the Agent walk you through creating a new coding project. {'*'} |
/export-to-clipboard | Export the current conversation to clipboard in markdown format. |
/export-to-file | Export the current conversation to a markdown file. |
/feedback | Open the static feedback experience. See Using /feedback in Warp for details. |
/fork | Forks the current conversation into a new thread with the full context and history of the original. You can optionally include a prompt that will be sent immediately in the forked conversation. |
/fork-and-compact | Forks the current conversation and automatically compacts the forked version. Useful when you want a fresh, summarized starting point that preserves relevant context while trimming the rest. |
/fork-from | Open a searchable menu to fork the conversation from a specific query. Select a query to create a fork that includes everything up to that point. |
/index | Index the current codebase using Codebase Context. |
/init | Index the current codebase and generate an AGENTS.md file. {'*'} |
/model | Switch the base agent model for the current conversation. |
/new | Start a new agent conversation (alias for /agent). |
/open-code-review | Open the code review pane. |
/open-file | Open a file for editing in Warp's code editor. |
/open-mcp-servers | View the status of your MCP servers. |
/open-project-rules | Open the Project Rules file (AGENTS). |
/open-repo | Switch to another indexed repository. |
/open-rules | View all of your global and project rules. |
/open-settings-file | Open the Warp settings file (settings.toml) in Warp's code editor. |
/open-skill | Open an interactive menu to browse and edit project or global skills. |
/orchestrate | Break a task into subtasks and run them in parallel with multiple agents. {'*'} |
/plan | Prompt the Agent to do some research and create a plan for a task. |
/pr-comments | Pull GitHub PR review comments into Warp. {'*'} |
/profile | Switch the active execution profile. |
/prompts | Search saved prompts. |
/queue | Queue a prompt to send after the agent finishes responding. See Prompt Queueing. |
/rename-tab | Rename the current tab. Include the new tab name as an argument (for example, /rename-tab deploy). |
/rewind | Rewind to a previous point in the conversation. |
/skills | Invoke a skill from a searchable menu. |
/usage | Open billing and usage settings. |
| Slash Command | Description |
|---|---|
/add-mcp | Add a new MCP server. |
/add-prompt | Add a new Agent Prompt in Warp Drive. |
/add-rule | Add a new Global Rule for the Agent. |
/agent | Start a new agent conversation. Optionally include a prompt to send immediately. |
/changelog | Open the latest Warp changelog. |
/cloud-agent | Start a new cloud agent conversation. {'*'} |
/compact | Free up context by summarizing conversation history. |
/compact-and | Compact the current conversation and then send a follow-up prompt. |
/conversations | Open conversation history. |
/cost | Toggle credit usage details in the current conversation. |
/create-environment | Create a Warp Environment (Docker image + repos) via guided setup. {'*'} |
/create-new-project | Have the Agent walk you through creating a new coding project. {'*'} |
/export-to-clipboard | Export the current conversation to clipboard in markdown format. |
/export-to-file | Export the current conversation to a markdown file. |
/feedback | Open the static feedback experience. See Using /feedback in Warp for details. |
/fork | Forks the current conversation into a new thread with the full context and history of the original. You can optionally include a prompt that will be sent immediately in the forked conversation. |
/fork-and-compact | Forks the current conversation and automatically compacts the forked version. Useful when you want a fresh, summarized starting point that preserves relevant context while trimming the rest. |
/fork-from | Open a searchable menu to fork the conversation from a specific query. Select a query to create a fork that includes everything up to that point. |
/index | Index the current codebase using Codebase Context. |
/init | Index the current codebase and generate an AGENTS.md file. {'*'} |
/model | Switch the base agent model for the current conversation. |
/new | Start a new agent conversation (alias for /agent). |
/open-code-review | Open the code review pane. |
/open-file | Open a file for editing in Warp's code editor. |
/open-mcp-servers | View the status of your MCP servers. |
/open-project-rules | Open the Project Rules file (AGENTS). |
/open-repo | Switch to another indexed repository. |
/open-rules | View all of your global and project rules. |
/open-settings-file | Open the Warp settings file (settings.toml) in Warp's code editor. |
/open-skill | Open an interactive menu to browse and edit project or global skills. |
/orchestrate | Break a task into subtasks and run them in parallel with multi-agent orchestration. {'*'} |
/plan | Prompt the Agent to do some research and create a plan for a task. |
/pr-comments | Pull GitHub PR review comments into Warp. {'*'} |
/profile | Switch the active execution profile. |
/prompts | Search saved prompts. |
/queue | Queue a prompt to send after the agent finishes responding. See Prompt Queueing. |
/rename-tab | Rename the current tab. Include the new tab name as an argument (for example, /rename-tab deploy). |
/rewind | Rewind to a previous point in the conversation. |
/skills | Invoke a skill from a searchable menu. |
/usage | Open billing and usage settings. |