opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add prompt history modal with search

Open DanielFGray opened this issue 2 weeks ago • 0 comments

  • Support fuzzy search filtering with auto-expansion of selected item
  • Add 'Show prompt history' command to command palette under Prompt category
  • Regenerate SDK types to include prompt_history_list keybind
  • Users can map to any key via config: { "keybinds": { "prompt_history_list": "ctrl+r" } }

DanielFGray avatar Dec 23 '25 20:12 DanielFGray