From b11312a49f82a60d114965b38c6643f4cb0d68ae Mon Sep 17 00:00:00 2001 From: Oz Date: Wed, 8 Jul 2026 21:33:45 +0000 Subject: [PATCH] docs: fix prompt suggestion accept shortcuts for Agent View The Active AI Prompt Suggestions docs listed CMD-ENTER (macOS) and CTRL-SHIFT-ENTER (Linux/Windows) for accepting a prompt suggestion. With Agent View enabled (now shipped in stable), the client registers ctrl-enter on macOS and alt-shift-enter on Linux/Windows, and the inline banner renders its hint from that binding. Update the docs to match. Fixes warpdotdev/warp#13388 Co-Authored-By: Oz --- src/content/docs/agent-platform/local-agents/active-ai.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agent-platform/local-agents/active-ai.mdx b/src/content/docs/agent-platform/local-agents/active-ai.mdx index 6afe46c6f..5c5e50fa7 100644 --- a/src/content/docs/agent-platform/local-agents/active-ai.mdx +++ b/src/content/docs/agent-platform/local-agents/active-ai.mdx @@ -21,7 +21,7 @@ To disable, please visit **Settings** > **Agents** > **Warp Agent** > **Active A #### Accepting a prompt suggestion -If you press `CMD-ENTER` (on macOS), `CTRL-SHIFT-ENTER` (on Linux/Windows), or click on the chip, the suggestion will auto-populate into your input and run against [Agent Mode](/agent-platform/local-agents/interacting-with-agents/) (with the most recent block attached). +If you press `CTRL-ENTER` (on macOS), `ALT-SHIFT-ENTER` (on Linux/Windows), or click on the chip, the suggestion will auto-populate into your input and run against [Agent Mode](/agent-platform/local-agents/interacting-with-agents/) (with the most recent block attached). :::note Prompt Suggestions use an LLM to generate prompts based on your terminal session, specifically the most recent block. These AI requests do not contribute towards your AI limits, however, any accepted prompts run in Agent Mode contribute as normal. Visit **Settings** > **Agents** > **Warp Agent** > **Active AI** if you'd like to turn it off.