summaryrefslogtreecommitdiff
path: root/packages/cli/src
AgeCommit message (Expand)Author
2025-05-30fix(sandbox): pull sandbox image if it doesnt exist locally (#628)Brandon Keiji
2025-05-30fix(sandbox): prepare package.json before building sandbox image (#626)Brandon Keiji
2025-05-30disable markdown rendering of shell tool output (#625)Olcan
2025-05-30feat(sandbox): use package config to dictate sandbox image name (#624)Brandon Keiji
2025-05-30fix(sandbox): set default env var to 'gemini-cli-sandbox' (#620)Brandon Keiji
2025-05-30truncate (hide) tool output at the top, add some spacing, also fix shell outp...Olcan
2025-05-30tweaks to shell abort logic based on feedback (#618)Olcan
2025-05-30allow aborting of shell mode (!) commands, similar to shell tool commands. fi...Olcan
2025-05-30update shell output at an interval to reduce flicker (#614)Olcan
2025-05-29Refactor read-file and support images. (#480)Jacob Richman
2025-05-29allow writing to user cache directory on macos (fixes use of lyria mcp server...Olcan
2025-05-29Change Config to use named parameters. (#593)Jacob Richman
2025-05-28fix(cli): Support multiple @file references in atCommandProcessor (#590)Allen Hutchison
2025-05-28feat: add git branch name to footer (#589)Brandon Keiji
2025-05-28much improved support for background processes, avoiding termination (via SIG...Olcan
2025-05-28Cleanup: Remove low value StreamingContextType interface. (#585)Jacob Richman
2025-05-28Refactor: Add GeminiRespondingSpinner to make use of streamingState idiomatic...Jacob Richman
2025-05-28Add a keybinding for ctrl+w to delete the previous word. (#582)DeWitt Clinton
2025-05-28Display git commit info in the /about section. (#567)DeWitt Clinton
2025-05-27feat: Allow cancellation of in-progress Gemini requests and pre-execution checksTaylor Mullen
2025-05-27live output from shell tool (#573)Olcan
2025-05-27fix tool cancellation while executing (#575)Olcan
2025-05-27refactor: use React strict mode (#569)Brandon Keiji
2025-05-27fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...sasha-gitg
2025-05-26Refactor(chat): Introduce custom Chat class for future modificationsTaylor Mullen
2025-05-25Fix(cli): Prevent premature input box reactivation during tool confirmationTaylor Mullen
2025-05-25Change tool call spinner to be different.Taylor Mullen
2025-05-25Reduce excessive diff separators in CLI. (#535)DeWitt Clinton
2025-05-24feat: Add GEMINI.md tip to UITaylor Mullen
2025-05-24Code review comment fixes and some refactors. (#525)Jacob Richman
2025-05-23Make console message support more robust to logging in the middle of renderin...Jacob Richman
2025-05-23Add additional readline-like keybindings. (#524)DeWitt Clinton
2025-05-23🧹 FormatMiguel Solorio
2025-05-23Update packages/cli/src/ui/types.tsMiguel Solorio
2025-05-23Update packages/cli/src/ui/hooks/slashCommandProcessor.tsMiguel Solorio
2025-05-23Remove CLI info from footerMiguel Solorio
2025-05-23Add `/about` commandMiguel Solorio
2025-05-23feat: Modify loading indicator to support a paused state (#506)Jacob Richman
2025-05-23Fix bug updating the cursor after navigating history. (#507)Jacob Richman
2025-05-23Refactor(server): Centralize GEMINI.md discovery logic in server (#498)Allen Hutchison
2025-05-23Refactor(cli): Move memory add logic to server tool call (#493)Allen Hutchison
2025-05-23update email to gemini-cli-dev (#510)Olcan
2025-05-23allow write to ~/.gitconfig in seatbelt profiles (#509)Olcan
2025-05-23Refactor: Update streaming state logic to hide loader during confirmationTaylor Mullen
2025-05-23feat: add emphasis to tool confirmations (#502)Brandon Keiji
2025-05-22Refactor: Streamline memoryUtils and update slash commands (#478)Allen Hutchison
2025-05-22Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470)Allen Hutchison
2025-05-22Refactor: Improve console error/log display in CLI (#486)Jacob Richman
2025-05-22fix: cancel parallel tool calls mid-execution (#489)Brandon Keiji
2025-05-22fix: synchronization between executed tools and turn loops (#488)Brandon Keiji