Uh oh!
There was an error while loading. Please reload this page.
feat(tui): add session search - #34297
Conversation
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
utsavsomaiya
commented
Jun 28, 2026
Inspired from @iamdavidhill, to create some opensource contribution 🫡 |
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
N/A
Type of change
What does this PR do?
Adds search for text in the current TUI session transcript. The search command opens a prompt, finds matching user and assistant text parts, scrolls to the selected message, and shows a compact toast preview. It also adds next and previous match navigation with keybinds.
How did you verify your code works?
bun --cwd packages/tui test test/util/session-search.test.tsbun --cwd packages/tui typecheckScreenshots / recordings
Not included. Manual TUI verification performed locally.
Checklist