diff --git a/.agents/skills/missing_docs/references/feature_surface_map.md b/.agents/skills/missing_docs/references/feature_surface_map.md index fe23dd7d..955b5305 100644 --- a/.agents/skills/missing_docs/references/feature_surface_map.md +++ b/.agents/skills/missing_docs/references/feature_surface_map.md @@ -207,6 +207,10 @@ SoloUserByok -> src/content/docs/agent-platform/inference/bring-your-own-api-key SuperGrok -> src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx # Custom model routers (Settings > AI > Custom Routers) surface in the model picker. CustomModelRouters -> src/content/docs/agent-platform/inference/model-choice.mdx +# Gemini Enterprise (GEAP) BYOLLM: routes eligible Google models through the +# customer's Google Cloud project using workload identity federation. Documented +# alongside AWS Bedrock as the second BYOLLM host. +GeminiEnterprise -> src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx # Billing & Usage settings page (redesigned) BillingAndUsagePageV2 -> src/content/docs/support-and-community/plans-and-billing/index.mdx @@ -423,12 +427,17 @@ GET /memory_stores/{uid}/memories/{memoryUid}/versions -> gated:AIMemories # - /status: show session and account status # - /clear: clear the transcript and start a new conversation # - /statusline: configure the Warp Agent CLI statusline (agents.statusline, internal) -# - /add-api-key, /clear-provider-api-key: store/remove a model-provider API key +# - /reset-statusline: restore the statusline to its default items and ordering +# - /api-keys: view and manage model-provider API keys. This replaced the paired +# /add-api-key and /clear-provider-api-key commands, whose entries are pruned. +# - /vim-mode: toggle Vim mode in the Warp Agent CLI input. The GUI equivalents are +# documented separately (input editor and code editor Vim keybindings). /status -> internal /clear -> internal /statusline -> internal -/add-api-key -> internal -/clear-provider-api-key -> internal +/reset-statusline -> internal +/api-keys -> internal +/vim-mode -> internal # TUI-only color-theme picker (Warp Agent CLI surface, SlashCommandSurfaces::TuiOnly # in static_commands/commands.rs). It sets the Warp Agent CLI theme # (appearance.theme, mapped internal below) and isn't present in the GUI, so it @@ -474,6 +483,13 @@ appearance.zero_state.object -> internal appearance.zero_state.rotation_period_seconds -> internal appearance.zero_state.extrusion_depth -> internal +# Warp Agent CLI-only (crates/warp_tui) push-to-talk modifier for voice input +# (surface: SettingSurfaces::TUI in app/src/settings/tui_voice.rs). It isn't +# present in the GUI settings UI, so it isn't documented in the all-settings +# reference. The GUI equivalent is agents.voice.voice_input_toggle_key, which is +# documented under the [agents.voice] section. +agents.voice.voice_input_hold_key -> internal + ## Unlisted docs pages to ignore # Pages intentionally absent from src/sidebar.ts (one slug per line, e.g. diff --git a/src/content/docs/agent-platform/capabilities/agent-profiles-permissions.mdx b/src/content/docs/agent-platform/capabilities/agent-profiles-permissions.mdx index ac8e343f..b297f191 100644 --- a/src/content/docs/agent-platform/capabilities/agent-profiles-permissions.mdx +++ b/src/content/docs/agent-platform/capabilities/agent-profiles-permissions.mdx @@ -143,7 +143,7 @@ During an Agent interaction, you can give the Agent full autonomy for the curren :::caution _Run until completion_ is the purest form of “YOLO” mode: the Agent proceeds without asking for confirmation, and by default it also runs commands that match your command denylist. -To keep your denylist in force during _Run until completion_, turn off **Allow auto-approve to bypass command denylist** in **Settings** > **Agents** > **Oz** > **Input**. Denylist rules your team enforces through the [Admin Panel](/enterprise/team-management/admin-panel/) always require approval and are never bypassed. +To keep your denylist in force during _Run until completion_, turn off **Allow auto-approve to bypass command denylist** in **Settings** > **Agents** > **Warp Agent** > **Input**. Denylist rules your team enforces through the [Admin Panel](/enterprise/team-management/admin-panel/) always require approval and are never bypassed. ::: --- diff --git a/src/content/docs/agent-platform/capabilities/slash-commands.mdx b/src/content/docs/agent-platform/capabilities/slash-commands.mdx index eb39fea1..f53a0bfc 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. {'*'} |
/environment | Switch the environment for the current cloud agent conversation. |
/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. |
/harness | Switch the harness for the current cloud agent conversation. |
/host | Switch the execution host for the current cloud agent conversation. |
/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. |
/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-conversation | Rename the current conversation. |
/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. |
/copy-debugging-id | Copy debugging information for the current conversation, such as when sharing details with Warp support. |
/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. {'*'} |
/environment | Switch the environment for the current cloud agent conversation. |
/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. |
/harness | Switch the harness for the current cloud agent conversation. |
/host | Switch the execution host for the current cloud agent conversation. |
/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. |
/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-conversation | Rename the current conversation. |
/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. |