summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-26Fix(chat): Ensure model responds when next speaker check indicatesTaylor Mullen
2025-05-26Fix(chat): Prevent empty model response after function callTaylor Mullen
2025-05-26Refactor(chat): Introduce custom Chat class for future modificationsTaylor Mullen
2025-05-26Chore(deps): Upgrade @google/genai to v1.0.1Taylor Mullen
2025-05-25Fix(diff): Hide whitespace changes in diffs with content changesTaylor 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-25Fix(test): Improve write-file and editCorrector test suitesTaylor Mullen
2025-05-25Fix(write-file): Correct over-escaping and improve content generationTaylor Mullen
2025-05-25Ensure edit correction isn't re-done after confirm.Taylor Mullen
2025-05-25Correct edits even when auto-accept is enabled.Taylor Mullen
2025-05-25Trim edits if possible.Taylor Mullen
2025-05-25Upon finding > 1 occurrences do not attempt auto-correction.Taylor Mullen
2025-05-25refactor: Decouple new_string correction from old_stringTaylor Mullen
2025-05-25refactor: Correct Gemini's over-escaped new_string in replace toolTaylor Mullen
2025-05-25refactor: Improve editCorrector logic and type safetyTaylor 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: Enable npx execution on tagged versionsTaylor Mullen
2025-05-23infra: emit errors on no-explicit-any eslint rule (#516)Brandon Keiji
2025-05-23fix: Update dependencies to resolve deprecation warningsTaylor Mullen
2025-05-23MCP SSE support (#511)cornmander
2025-05-23feat: Enable npx execution directly from GitHub URLTaylor Mullen
2025-05-23fix: do not retry cancelled tool calls (#504)Brandon Keiji
2025-05-23feat: Modify loading indicator to support a paused state (#506)Jacob Richman
2025-05-23Mention Kotlin & Compose (Mutliplatform) in prompt.tsJordan Demeulenaere
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-22Fix(server): Ensure debug responses are not recorded after cancellation (#491)Allen Hutchison
2025-05-22Refactor: Consolidate and clarify core mandates and guidelines (#482)N. Taylor Mullen
2025-05-22Chore: Integrate coverage reporting into CI (#479)Allen Hutchison
2025-05-22fix: add shell-quote to server deps (#492)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