Skip to content

feat: add prompt history modal with search#6061

Open
DanielFGray wants to merge 1 commit intoanomalyco:devfrom
DanielFGray:feat/prompt-history-modal
Open

feat: add prompt history modal with search#6061
DanielFGray wants to merge 1 commit intoanomalyco:devfrom
DanielFGray:feat/prompt-history-modal

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
@thdxr thdxr force-pushed the dev branch 3 times, most recently from f1ae801 to 08fa7f7 Compare January 30, 2026 14:37
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