index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-27
fix tool cancellation while executing (#575)
Olcan
2025-05-27
fix: change entrypoint from 'gemini-code' to 'gemini' in published sandbox (#...
Brandon Keiji
2025-05-27
refactor: use React strict mode (#569)
Brandon Keiji
2025-05-27
fix sandboxing anchor (#572)
Olcan
2025-05-27
improve shell tool output when cancelled in debug mode (#571)
Olcan
2025-05-27
feat: Publish test coverage summaries to PRs (#513)
Allen Hutchison
2025-05-27
replace error with warning if sandbox build is triggered without enabling, im...
Olcan
2025-05-27
fix: default to Gemini API if GEMINI_API_KEY is set and when GOOGLE_GENAI_USE...
sasha-gitg
2025-05-26
feat: Replace SQLite with JSON logging for macOS sandbox compatibility
Taylor Mullen
2025-05-26
Fix(chat): Finalize next speaker detection logic
Taylor Mullen
2025-05-26
Fix(chat): Ensure model responds when next speaker check indicates
Taylor Mullen
2025-05-26
Fix(chat): Prevent empty model response after function call
Taylor Mullen
2025-05-26
Refactor(chat): Introduce custom Chat class for future modifications
Taylor Mullen
2025-05-26
Chore(deps): Upgrade @google/genai to v1.0.1
Taylor Mullen
2025-05-25
Fix(diff): Hide whitespace changes in diffs with content changes
Taylor Mullen
2025-05-25
Fix(cli): Prevent premature input box reactivation during tool confirmation
Taylor Mullen
2025-05-25
Change tool call spinner to be different.
Taylor Mullen
2025-05-25
Fix(test): Improve write-file and editCorrector test suites
Taylor Mullen
2025-05-25
Fix(write-file): Correct over-escaping and improve content generation
Taylor Mullen
2025-05-25
Ensure edit correction isn't re-done after confirm.
Taylor Mullen
2025-05-25
Correct edits even when auto-accept is enabled.
Taylor Mullen
2025-05-25
Trim edits if possible.
Taylor Mullen
2025-05-25
Upon finding > 1 occurrences do not attempt auto-correction.
Taylor Mullen
2025-05-25
refactor: Decouple new_string correction from old_string
Taylor Mullen
2025-05-25
refactor: Correct Gemini's over-escaped new_string in replace tool
Taylor Mullen
2025-05-25
refactor: Improve editCorrector logic and type safety
Taylor Mullen
2025-05-25
Reduce excessive diff separators in CLI. (#535)
DeWitt Clinton
2025-05-24
feat: Add GEMINI.md tip to UI
Taylor Mullen
2025-05-24
Code review comment fixes and some refactors. (#525)
Jacob Richman
2025-05-23
Make console message support more robust to logging in the middle of renderin...
Jacob Richman
2025-05-23
Add additional readline-like keybindings. (#524)
DeWitt Clinton
2025-05-23
🧹 Format
Miguel Solorio
2025-05-23
Update packages/cli/src/ui/types.ts
Miguel Solorio
2025-05-23
Update packages/cli/src/ui/hooks/slashCommandProcessor.ts
Miguel Solorio
2025-05-23
Remove CLI info from footer
Miguel Solorio
2025-05-23
Add `/about` command
Miguel Solorio
2025-05-23
feat: Enable npx execution on tagged versions
Taylor Mullen
2025-05-23
infra: emit errors on no-explicit-any eslint rule (#516)
Brandon Keiji
2025-05-23
fix: Update dependencies to resolve deprecation warnings
Taylor Mullen
2025-05-23
MCP SSE support (#511)
cornmander
2025-05-23
feat: Enable npx execution directly from GitHub URL
Taylor Mullen
2025-05-23
fix: do not retry cancelled tool calls (#504)
Brandon Keiji
2025-05-23
feat: Modify loading indicator to support a paused state (#506)
Jacob Richman
2025-05-23
Mention Kotlin & Compose (Mutliplatform) in prompt.ts
Jordan Demeulenaere
2025-05-23
Fix bug updating the cursor after navigating history. (#507)
Jacob Richman
2025-05-23
Refactor(server): Centralize GEMINI.md discovery logic in server (#498)
Allen Hutchison
2025-05-23
Refactor(cli): Move memory add logic to server tool call (#493)
Allen Hutchison
2025-05-23
update email to gemini-cli-dev (#510)
Olcan
2025-05-23
allow write to ~/.gitconfig in seatbelt profiles (#509)
Olcan
2025-05-23
Refactor: Update streaming state logic to hide loader during confirmation
Taylor Mullen
[next]