summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks
AgeCommit message (Collapse)Author
2025-08-14feat(core): refactor shell execution to use node-pty (#6088)Gal Zahavi
2025-08-14feat: Show untrusted status in the Footer (#6210)shrutip90
Co-authored-by: Jacob Richman <[email protected]>
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166)Richie Foreman
2025-08-13fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)Harold Mciver
2025-08-13Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent ↵Jacob Richman
telemetry" (#6161)
2025-08-13Add support for trustedFolders.json config file (#6073)shrutip90
2025-08-13move errorParsing.ts to core (#6159)Adam Weidman
2025-08-13Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)Deepankar Sharma
Co-authored-by: jacob314 <[email protected]>
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
Co-authored-by: Conrad Irwin <[email protected]> Co-authored-by: Ben Brandt <[email protected]>
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6023)Richie Foreman
2025-08-12Switch from useInput to useKeypress. (#6056)Jacob Richman
2025-08-12feat(cli): support single Ctrl+C to cancel streaming, preserving double ↵JAYADITYA
Ctrl+C to exit (#5838)
2025-08-10feat(ui): add /settings command and UI panel (#4738)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09feat: add humorous tip for new line shortcut in Gemini CLI (#5666)JAYADITYA
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <[email protected]>
2025-08-09feat(chat): Add overwrite confirmation dialog to `/chat save` (#5686)Hiroaki Mitsuyoshi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-08Add a request queue to the tool scheduler (#5845)Jacob MacDonald
2025-08-08Add FolderTrustDialog that shows on launch and enables folderTrust setting ↵shrutip90
(#5815)
2025-08-08[ide-mode] Close all open diffs when the CLI gets closed (#5792)christine betts
2025-08-07perf(filesearch): Use async fzf for non-blocking file search (#5771)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06feat: Improve @-command file path completion with fzf integration (#5650)DevMassive
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06fix: Restore user input when the user cancels response (#5601)shishu314
Co-authored-by: Shi Shu <[email protected]> Co-authored-by: Jacob Richman <[email protected]>
2025-08-06feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)joshualitt
2025-08-06feat(file-search): Add support for non-recursive file search (#5648)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06Update a couple more witty phrases (#5641)christine betts
2025-08-06Add tests for useAtCompletion reset logic (#5639)Sandy Tao
2025-08-06fix(core) Fix not resetting when after first get out of completion ↵Sandy Tao
suggestions (#5635) Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-05Remove a few witty loading phrases (#5631)christine betts
Co-authored-by: matt korwel <[email protected]>
2025-08-05Fix(vim): Fix shell mode in Vim mode (#5567)Justin Mahood
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05feat(core, cli): Introduce high-performance FileSearch engine (#5136)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05fix(core): prevent UI shift after vim edit (#5315)Gal Zahavi
2025-08-05feat: Multi-Directory Workspace Support (part 3: configuration in ↵Yuki Okita
settings.json) (#5354) Co-authored-by: Allen Hutchison <[email protected]>
2025-08-04refactor(core): Rename useSlashCompletion to useCommandCompletion (#5532)Sandy Tao
2025-08-04feat(core): Add trailing space when completing an at completion suggestion ↵Sandy Tao
(#5475) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-04feat(cli): Handle Punctuation in @ Command Parsing (#5482)Sandy Tao
2025-08-04fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611)Pyush Sinha
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Allen Hutchison <[email protected]>
2025-08-03feat: Add reverse search capability for shell commands (#4793)Ayesha Shafique
2025-08-01feat(core): Use completionStart/End for slash command auto-completion (#5374)Sandy Tao
2025-07-31feat(cli): Improve @ autocompletion for mid-sentence edits (#5321)Sandy Tao
2025-07-30Add toggleable IDE mode setting (#5146)christine betts
2025-07-30Introduce IDE mode installer (#4877)christine betts
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` ↵Yuki Okita
option) (#4605) Co-authored-by: Allen Hutchison <[email protected]>
2025-07-29Add Starcraft ref to witty loading phrases (#5120)Ava
Co-authored-by: Jacob Richman <[email protected]>
2025-07-29Adds centralized support to log slash commands + sub commands (#5128)Shreya Keshive
2025-07-29feat(commands): add custom commands support for extensions (#4703)Daniel Lee
2025-07-28Revert "feat: Add /config refresh command" (#5060)N. Taylor Mullen
2025-07-28fix: Clear previous thoughts when starting new prompts (#4966)Neha Prasad
2025-07-28feat: Add /config refresh command (#4993)Ramón Medrano Llamas
Co-authored-by: Bryan Morgan <[email protected]>
2025-07-27fix: yolo mode not respected (#4972)Leeroy Ding
2025-07-27feat: Add Shell Command Execution to Custom Commands (#4917)Abhi
2025-07-26refactor(core): Centralize shell logic into ShellExecutionService (#4823)Abhi