Skip to content

Conversation

@DanielFGray
Copy link
Contributor

@DanielFGray DanielFGray commented Dec 23, 2025

  • 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" } }

- Add searchable prompt history modal triggered by Ctrl+R (configurable)
- Group history by date (Today, Yesterday, This Week, Older)
- Show shell mode indicator ($) for shell commands
- Expand selected item to show full text without truncation
- Trim trailing whitespace and replace newlines with spaces in stored history
- Support fuzzy search filtering with auto-expansion of first filtered item
- Move PromptHistoryProvider outside DialogProvider for modal context access
- Modify dialog-select to skip truncation when description is present
- 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 DanielFGray changed the title feat: add Ctrl+R prompt history modal with search feat: add prompt history modal with search Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant