-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
featureNew feature or requestNew feature or request
Description
Feature Request
Description
Add Cmd+F (macOS) / Ctrl+F (Linux/Windows) search functionality to the agent terminal pane. Currently pressing Cmd+F while the agent panel is focused does nothing.
Expected Behavior
- Pressing
Cmd+Fwhile the agent terminal is focused opens a search bar - Supports text search through the terminal scrollback buffer
- Highlights matches and allows navigating between them
Why This Matters
Agent output can be very long — searching for specific errors, file paths, or output sections is a basic need when reviewing what an agent has done.
Technical Notes
xterm.js supports search via the @xterm/addon-search addon — needs to be enabled for the agent terminal instance.
Related Issues
- Feature: Cmd+F search in the bottom-right terminal #1418 — Same feature for the bottom-right mini terminal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request