Skip to content

fix: open prompt editor from terminal input right-click#9690

Draft
oz-by-warp[bot] wants to merge 2 commits intomasterfrom
oz-agent/implement-issue-9688
Draft

fix: open prompt editor from terminal input right-click#9690
oz-by-warp[bot] wants to merge 2 commits intomasterfrom
oz-agent/implement-issue-9688

Conversation

@oz-by-warp
Copy link
Copy Markdown

@oz-by-warp oz-by-warp Bot commented Apr 30, 2026

Closes #9688

Description

Right-clicking blank regions of the visible terminal input surface now falls back to the existing prompt context menu, which includes prompt editing. The input editor context menu also includes a direct Edit prompt item wired to the existing prompt editor action.

Linked Issue

  • The linked issue is labeled ready-to-implement.

Screenshots / Videos

Not included; this is a context-menu behavior change validated by code path inspection and compile/lint checks.

Testing

  • cargo fmt
  • cargo check -p warp --lib
  • cargo clippy -p warp --lib -- -D warnings

No new automated tests were added because the change is in WarpUI mouse event routing and context-menu composition, which does not have an existing focused unit-test harness for these input render paths.

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

CHANGELOG-BUG-FIX: Right-clicking terminal input regions now exposes prompt editing more consistently.

Co-Authored-By: Zach Lloyd <zachlloyd@users.noreply.github.com>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com>
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.

Right-clicking anywhere in terminal input should open the prompt editor

1 participant