[PR #4898] feat(tui): search in messages in session #11161

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

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

State: open
Merged: No


Fixes #4714

Enables searching for text using the keybind ctrl + f, changes prompt input to a search input that then highlights any matches in the session.

Users can return back to the prompt bar by clicking esc

Users can navigate matches using the up and down key.

Idea and flow was my idea, but did use AI for some of the implementation, also for searching codebase where other functions were used such as scrolling programmatically.

https://github.com/user-attachments/assets/7b1bb89f-7fc0-4fef-ab96-bc33fd6b7d95

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4898 **State:** open **Merged:** No --- Fixes #4714 Enables searching for text using the keybind `ctrl + f`, changes prompt input to a search input that then highlights any matches in the session. Users can return back to the prompt bar by clicking `esc` Users can navigate matches using the up and down key. Idea and flow was my idea, but did use AI for some of the implementation, also for searching codebase where other functions were used such as scrolling programmatically. https://github.com/user-attachments/assets/7b1bb89f-7fc0-4fef-ab96-bc33fd6b7d95
yindo added the pull-request label 2026-02-16 18:15:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11161