[PR #9021] feat(tui): add prefix-filtered prompt history navigation #12955

Open
opened 2026-02-16 18:17:50 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9021

State: open
Merged: No


  • Implement filtered history navigation (Ctrl/Cmd + Up/Down) in the prompt input
  • Preserve normal history behavior when not filtering
  • Add a lightweight, runtime-free test helper for prompt history to avoid importing Solid in unit tests
  • Update history store to delegate test factory to the helper
  • Add unit tests for history navigation

Fixes: #9718

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9021 **State:** open **Merged:** No --- - Implement filtered history navigation (Ctrl/Cmd + Up/Down) in the prompt input - Preserve normal history behavior when not filtering - Add a lightweight, runtime-free test helper for prompt history to avoid importing Solid in unit tests - Update history store to delegate test factory to the helper - Add unit tests for history navigation Fixes: #9718
yindo added the pull-request label 2026-02-16 18:17:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12955