opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(commands): ✨ Add history search command

Open knoopx opened this issue 4 months ago • 0 comments

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

knoopx avatar Aug 30 '25 11:08 knoopx