summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks
AgeCommit message (Collapse)Author
2025-08-29write out responsesJeff Carr
2025-08-24feat(stats): save stats on exitCastor Regex
2025-08-24Refactor: Update hardcoded "gemini" command to "regex"Castor Gemini
2025-08-22feat(cli): process shell output with geminiCastor Gemini
This change extends the shell command processing functionality. After a shell commands output is successfully written to a log file in /tmp, the application will now automatically invoke `gemini --input` with the generated filename to process the contents of that log file. This enables a seamless workflow where shell command results can be immediately used as context for further interactions with the Gemini CLI.
2025-08-22feat(cli): log shell command output to a fileCastor Gemini
This change modifies the `shellCommandProcessor` to write the complete output of any executed shell command to a log file in the /tmp directory. The filename is formatted as `gemini-cli-output-<timestamp>.log`. This provides a persistent record of shell command interactions for debugging and auditing purposes, without altering the user-facing display in the CLI.
2025-08-21Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714)Tommaso Sciortino
2025-08-21feat(cli): prompt completion (#4691)官余棚
Co-authored-by: Jacob Richman <[email protected]>
2025-08-21Force restart on trust level change to reload settings (#6713)shrutip90
2025-08-20Remove unused attribute (#6661)Tommaso Sciortino
2025-08-20Fixing at command race condition (#6663)Victor May
2025-08-20Revert "Ignore workspace settings for untrusted folders" (#6672)Jacob Richman
2025-08-20Ignore workspace settings for untrusted folders (#6606)shrutip90
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-19feat(core): refactor shell execution to use node-pty (#6491)Gal Zahavi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19Remove unnecessary promiuse usage. (#6585)Tommaso Sciortino
2025-08-19Log all session metadata (#6423)owenofbrien
2025-08-19feat: restart MCP servers on /mcp refresh (#5479)Ramón Medrano Llamas
Co-authored-by: Brian Ray <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-08-19feat: Show /ide subcommands based on connection status instead of ideMode ↵Shreya Keshive
boolean (#6496)
2025-08-19feat(ui): implement message queuing during streaming responses (#6049)Akhil Appana
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19fix: add privacy settings hook and tests (#6360)Arya Gummadi
2025-08-18Read and write files through Zed (#6169)Conrad Irwin
Co-authored-by: Agus Zubiaga <[email protected]>
2025-08-18feat(filesearch): Introduce non-recursive file search strategy (#6087)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Bryant Chandler <[email protected]>
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-15fix(input) Resolve cases where escape was broken (#6304)Jacob Richman
2025-08-15Revert #6088 (#6328)Gal Zahavi
2025-08-15feat(about): Add the IDE Client's display name to `/about` (#6311)Evan Otero
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15feat(core): Migrate MockTools to declarative pattern. (#6197)joshualitt
2025-08-15fix: pendingSlashCommandHistoryItems corrected to properly memoize updates ↵Pyush Sinha
(#6282) Co-authored-by: Bryan Morgan <[email protected]>
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