[PR #2329] feat(commands): Add history search command #10277

Closed
opened 2026-02-16 18:14:54 -05:00 by yindo · 0 comments
Owner

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

State: closed
Merged: No


Introduced a new command for searching through message history. This feature allows users to quickly access previous commands and messages, enhancing usability.

  • Added HistorySearchCommand to the command set.
  • Implemented history completion provider to filter and display past commands.
  • Integrated history search functionality into the editor component.

Closes #1701


tldr: press ctrl-r for reverse history search, shell commands supported as well

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2329 **State:** closed **Merged:** No --- Introduced a new command for searching through message history. This feature allows users to quickly access previous commands and messages, enhancing usability. - Added HistorySearchCommand to the command set. - Implemented history completion provider to filter and display past commands. - Integrated history search functionality into the editor component. Closes #1701 ---- **tldr**: press `ctrl-r` for reverse history search, shell commands supported as well
yindo added the pull-request label 2026-02-16 18:14:54 -05:00
yindo closed this issue 2026-02-16 18:14:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10277