Skip to content

docs: fix prompt suggestion accept shortcuts for Agent View#306

Merged
advait-m merged 1 commit into
mainfrom
oz-agent/fix-prompt-suggestion-shortcut-13388
Jul 9, 2026
Merged

docs: fix prompt suggestion accept shortcuts for Agent View#306
advait-m merged 1 commit into
mainfrom
oz-agent/fix-prompt-suggestion-shortcut-13388

Conversation

@warp-dev-github-integration

Copy link
Copy Markdown
Contributor

Summary

Fixes the keyboard shortcut listed for accepting an Active AI Prompt Suggestion. The docs were stale relative to the current client behavior with Agent View (now shipped in stable).

Reported in warpdotdev/warp#13388: on macOS the accept shortcut is Ctrl+Return (^⏎), not Cmd+Return.

Change

In src/content/docs/agent-platform/local-agents/active-ai.mdx ("Accepting a prompt suggestion"):

  • macOS: CMD-ENTERCTRL-ENTER
  • Linux/Windows: CTRL-SHIFT-ENTERALT-SHIFT-ENTER

Verification

ACCEPT_PROMPT_SUGGESTION_KEYBINDING in app/src/terminal/view/init.rs registers ctrl-enter (macOS) and alt-shift-enter (Linux/Windows) when FeatureFlag::AgentView is enabled. The inline banner (app/src/terminal/view/inline_banner/prompt_suggestions.rs) renders its hint from that same binding, so the UI hint (^⏎) and the docs now agree. The reporter only flagged macOS, but the Agent View path changed Linux/Windows too, so both are corrected.

Fixes warpdotdev/warp#13388

Conversation: https://staging.warp.dev/conversation/5cc2a4aa-9fcf-4e7f-8dfb-2a77e21ffc4d
Run: https://oz.staging.warp.dev/runs/019f4313-605d-76bb-b710-25e918158753

This PR was generated with Oz.

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 <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 8, 2026
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 8, 2026 9:36pm

Request Review

@advait-m advait-m marked this pull request as ready for review July 9, 2026 16:25
@oz-for-oss

oz-for-oss Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

@advait-m

I'm starting a first review of this pull request.

I cancelled the in-progress review run because this pull request was closed.

Powered by Oz

@advait-m

advait-m commented Jul 9, 2026

Copy link
Copy Markdown
Member

@advait-m advait-m merged commit e6684b9 into main Jul 9, 2026
8 checks passed
@advait-m advait-m deleted the oz-agent/fix-prompt-suggestion-shortcut-13388 branch July 9, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation Error

2 participants