mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
* Add design spec for terminal search next/prev shortcuts Cmd+G / Cmd+Shift+G to navigate search matches when the search bar is already open, following macOS conventions. * Address review: isEditableTarget bypass, incremental option, native Cmd+G conflict * Spec: clarify mod-key check placement and ref sync on empty query * Add implementation plan for terminal search next/prev shortcuts * Plan: merge Task 3+4 to avoid compile break, fix stale note, add reorder rationale * Plan: import SearchState type in TerminalSearch instead of inline duplication * test: add failing tests for search-navigate key matching * feat: add Cmd+G / Cmd+Shift+G search navigation to keyboard handler * feat: wire searchStateRef through TerminalPane and TerminalSearch * refactor: use searchOpenRef to avoid listener re-registration on search toggle * test: add Ctrl+Shift+G → previous on Linux/Windows test case