opencode
opencode copied to clipboard
feat: add prompt history modal with search
- 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" } }