Uh oh!
There was an error while loading. Please reload this page.
feat(tui): add prefix-filtered prompt history navigation - #9021
feat(tui): add prefix-filtered prompt history navigation#9021avillagran wants to merge 3 commits into
Conversation
…per\n\n- Implement filtered history navigation (Ctrl/Cmd + Up/Down) in the prompt input\n- Preserve normal history behavior when not filtering\n- Add a lightweight, runtime-free test helper for prompt history to avoid importing Solid in unit tests\n- Update history store to delegate test factory to the helper\n- Add unit tests for history navigation (test-only helper)\n- Remove stray debug/log calls introduced during development\nRationale: keeps unit tests fast and framework-independent, improves UX by enabling prefix-based history search while retaining backward compatibility with existing navigation.
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate PRs Found:
|
f1ae801 to
08fa7f7CompareClosing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
Fixes: #9718