What's wrong with this entry?
The ↑ / history picker now shows a dedicated "Search prompts" view that can be scoped to the current session, the current project, or everywhere. Press Ctrl+S to cycle between scopes.
- Open the history picker, type to filter, press
Ctrl+Sto switch betweensession→project→everywhere. - Filter input shows
Filter history…placeholder; the title displays the active scope (e.g.Search prompts · project). - Empty states are now
Loading…,No matching prompts, orNo history yetdepending on the picker state.
- The picker uses fuzzy-subsequence matching as a fallback when the literal substring isn't found.
- Layouts adapt to terminal width: ≥ 100 columns shows a side-by-side preview; narrower terminals stack the preview below.
- A new keybinding action
historySearch:cycleScopeis registered globally and emits thetengu_history_picker_scopetelemetry event when used. - In remote sessions, history search is unavailable and the user sees:
History search isn't available in remote sessions yet.
History search picker (search for "Search prompts", "Filter history…", and the new keybinding "historySearch:cycleScope"); scope list Sc$ = ["session", "project", "everywhere"].
Strings lifted out of the shipped bundle, so the claim above can be checked against them.