index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-08-05
switch from heads to tags in url path (#5638)
Jerop Kipruto
2025-08-06
fix(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-06
Removed GitHub Actions experiment files (#5627)
Bryan Morgan
2025-08-05
Remove a few witty loading phrases (#5631)
christine betts
Co-authored-by: matt korwel <
[email protected]
>
2025-08-05
fix(docs): Fix code block delimiters in commands.md (#5521)
David Rees
Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
Fix(vim): Fix shell mode in Vim mode (#5567)
Justin Mahood
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-05
feat(core, cli): Introduce high-performance FileSearch engine (#5136)
Bryant Chandler
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-05
feat(cli): route non-interactive output to stderr (#5624)
Allen Hutchison
2025-08-05
Refactor IDE client state management, improve user-facing error messages, ↵
Shreya Keshive
and add logging of connection events (#5591) Co-authored-by: matt korwel <
[email protected]
>
2025-08-05
check for the prompt capability before listing prompts from MCP servers (#5616)
Jacob MacDonald
Co-authored-by: Jacob Richman <
[email protected]
> Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
perf(core): implement parallel file processing for 74% performance ↵
sangwook
improvement (#4763) Co-authored-by: Jacob Richman <
[email protected]
> Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
Fix and improve Gemini CLI troubleshooting.md doc (#2734)
8bitmp3
Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
fix(start): use absolute path to resolve CLI package (#3196)
William Thurston
Co-authored-by: Abhi <
[email protected]
> Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
fix(minor): Grammar and Typos (#5053)
xyizko
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-05
fix(format) Fix format for .github/workflows/weekly-velocity-report.yml (#5622)
Sandy Tao
2025-08-05
Update weekly-velocity-report.yml
Bryan Morgan
2025-08-05
feat: mcp - support audiences for OAuth2 (#5265)
Mikhail Aksenov
2025-08-05
fix(mcp): clear prompt registry on refresh to prevent duplicates (#5385)
Ramón Medrano Llamas
Co-authored-by: Jacob Richman <
[email protected]
> Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
feat(docs): Add /chat delete command in commands.md (#5408)
Hiroaki Mitsuyoshi
Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
bug(core): Fix flaky test by using waitFor. (#5540)
Jacob Richman
Co-authored-by: Sandy Tao <
[email protected]
>
2025-08-05
fix(core): prevent UI shift after vim edit (#5315)
Gal Zahavi
2025-08-05
Fix format (#5617)
Sandy Tao
2025-08-05
Update weekly-velocity-report.yml
Bryan Morgan
2025-08-05
Update weekly-velocity-report.yml
Bryan Morgan
2025-08-05
Update weekly-velocity-report.yml
Bryan Morgan
2025-08-05
Update weekly-velocity-report.yml
Bryan Morgan
2025-08-05
GitHub Action for velocity reporting purposes (#5607)
Bryan Morgan
2025-08-05
Testing basic velocity report action
Bryan Morgan
2025-08-05
feat(core): Parse Multimodal MCP Tool responses (#5529)
Luccas Paroni
Co-authored-by: Luccas Paroni <
[email protected]
>
2025-08-05
chore(settings): clean up comments in settings.ts (#5576)
Oleksandr Gotgelf
2025-08-05
fix: small typo in ROADMAP.md (#5593)
Alexander J
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-05
bug(core): fix `contentRangeTruncated` calculation. (#5329)
joshualitt
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-05
fix(mcp): ensure authorization url is valid when containing query params (#5545)
David East
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-05
feat: Multi-Directory Workspace Support (part 3: configuration in ↵
Yuki Okita
settings.json) (#5354) Co-authored-by: Allen Hutchison <
[email protected]
>
2025-08-05
docs: update typo in commands.md (#5584)
Jack Wotherspoon
2025-08-04
chore(release): v0.1.17 (#5561)
N. Taylor Mullen
2025-08-05
Remove the "local modifications" string from bug and about reports. (#5552)
DeWitt Clinton
2025-08-05
fix self-reference in build script (#5548)
Olcan
2025-08-04
Update MCP client to connect to servers with only prompts (#5290)
Harold Mciver
2025-08-04
[ide-mode] Add openDiff tool to IDE MCP server (#4519)
christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-04
feat(cli): Prevent redundant opening of browser tabs when zero MCP servers ↵
Mo Moadeli
are configured (#5367) Co-authored-by: Allen Hutchison <
[email protected]
>
2025-08-04
ide-mode flag cleanup (#5531)
Shreya Keshive
2025-08-04
Improve user-facing error messages for IDE mode (#5522)
Shreya Keshive
2025-08-04
fix(core): Allow model to be set from `settings.json` (#5527)
Richie Foreman
2025-08-04
refactor(core): Rename useSlashCompletion to useCommandCompletion (#5532)
Sandy Tao
2025-08-04
Use new URLs for downloading workflows (#5524)
Seth Vargo
2025-08-04
remove unnecessary checks in WriteFileChecks.getDescription (#5526)
Jacob MacDonald
2025-08-04
feat(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-04
feat(cli): Handle Punctuation in @ Command Parsing (#5482)
Sandy Tao
2025-08-04
fix: /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]
>
[next]