index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
Age
Commit message (
Collapse
)
Author
2025-08-07
README + reduce required VS Code version for companion extension (#5719)
Shreya Keshive
2025-08-07
Few IDE integration polishes (#5727)
Shreya Keshive
2025-08-07
avoid loading and initializing CLI config twice in non-interactive mode (#5793)
Jacob MacDonald
2025-08-07
Add new folderTrust setting that the users can enable or disable (#5798)
shrutip90
2025-08-07
Include Schema Error Handling for Vertex and Google Auth methods (#5780)
Adam Weidman
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-07
fix: re render context usage indicator (#5102)
Pyush Sinha
2025-08-07
fix(tests): add missing deps in cli to fix sandbox runs (#5742)
anthony bushong
2025-08-07
feat(cli): Allow Exiting Authentication Menu with CTRL+C (SIGINT) (#4482)
Shehab
Co-authored-by: Seth Troisi <
[email protected]
>
2025-08-07
Migrate EditTool, GrepTool, and GlobTool to DeclarativeTool (#5744)
joshualitt
2025-08-07
Fix(core): Use Flash for next speaker check (#5786)
Sandy Tao
2025-08-07
feat: open repo secrets page in addition to README (#5684)
Lee James
2025-08-07
Add a context percentage threshold setting for auto compression (#5721)
Jacob MacDonald
2025-08-07
feat(agent): Introduce Foundational Subagent Architecture (#1805)
Abhi
Co-authored-by: Colt McAnlis <
[email protected]
>
2025-08-07
fix(logging): Ensure sandbox startup messages are routed to stderr (#5725)
Allen Hutchison
2025-08-06
feat: Improve @-command file path completion with fzf integration (#5650)
DevMassive
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-06
fix(core): Improve errors in situations where the command spawn does … (#5723)
Richie Foreman
2025-08-06
experiment: Add feature exp flag for folder trust (#5709)
shrutip90
2025-08-06
feat(cli): get the run-gemini-cli version from the GitHub API (#5708)
Seth Vargo
2025-08-06
[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)
christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06
bug(core): Prompt engineering for truncated read_file. (#5161)
joshualitt
2025-08-06
Add integration test for maximum schema depth error handling (#5685)
Jacob MacDonald
2025-08-06
Add detection of tools with bad schemas and automatically omit them with a ↵
Jacob MacDonald
warning (#5694)
2025-08-06
Add hint to enable IDE integration for users running in VS Code (#5610)
Shreya Keshive
2025-08-06
fix: 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-06
feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)
joshualitt
2025-08-06
Fix to send user tool confirmation decision for yolo or non interacti… (#5677)
agarwalravikant
Co-authored-by: Ravikant Agarwal <
[email protected]
>
2025-08-06
[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)
christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06
fix: improve error handling and path processing in memory discovery (#5175)
Akhil Appana
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Allen Hutchison <
[email protected]
>
2025-08-06
feat(mcp): add `gemini mcp` commands for `add`, `remove` and `list` (#5481)
Jack Wotherspoon
2025-08-06
feat: Enable /setup-github to always run, and error appropriately (#5653)
Lee James
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-06
feat(file-search): Add support for non-recursive file search (#5648)
Bryant Chandler
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-06
fix(core): Treat .mts files as TypeScript modules instead of video files (#5492)
Yash Velagapudi
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-06
docs(setup-github): Inform user of the next steps after running slash ↵
Lee James
command (#5644) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06
Detect and warn about cyclic tool refs when schema depth errors are ↵
Jacob MacDonald
encountered (#5609) Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-06
Update a couple more witty phrases (#5641)
christine betts
2025-08-06
Add tests for useAtCompletion reset logic (#5639)
Sandy Tao
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-05
Remove a few witty loading phrases (#5631)
christine betts
Co-authored-by: matt korwel <
[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
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
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
feat(core): Parse Multimodal MCP Tool responses (#5529)
Luccas Paroni
Co-authored-by: Luccas Paroni <
[email protected]
>
[next]