summaryrefslogtreecommitdiff
path: root/packages/cli/src
AgeCommit message (Collapse)Author
2025-08-06feat(mcp): add `gemini mcp` commands for `add`, `remove` and `list` (#5481)Jack Wotherspoon
2025-08-06feat: Enable /setup-github to always run, and error appropriately (#5653)Lee James
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06feat(file-search): Add support for non-recursive file search (#5648)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06docs(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-06Update a couple more witty phrases (#5641)christine betts
2025-08-06Add tests for useAtCompletion reset logic (#5639)Sandy Tao
2025-08-05switch from heads to tags in url path (#5638)Jerop Kipruto
2025-08-06fix(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-05Remove a few witty loading phrases (#5631)christine betts
Co-authored-by: matt korwel <[email protected]>
2025-08-05Fix(vim): Fix shell mode in Vim mode (#5567)Justin Mahood
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05feat(core, cli): Introduce high-performance FileSearch engine (#5136)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05feat(cli): route non-interactive output to stderr (#5624)Allen Hutchison
2025-08-05Refactor 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-05bug(core): Fix flaky test by using waitFor. (#5540)Jacob Richman
Co-authored-by: Sandy Tao <[email protected]>
2025-08-05fix(core): prevent UI shift after vim edit (#5315)Gal Zahavi
2025-08-05chore(settings): clean up comments in settings.ts (#5576)Oleksandr Gotgelf
2025-08-05feat: Multi-Directory Workspace Support (part 3: configuration in ↵Yuki Okita
settings.json) (#5354) Co-authored-by: Allen Hutchison <[email protected]>
2025-08-04Update MCP client to connect to servers with only prompts (#5290)Harold Mciver
2025-08-04feat(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-04ide-mode flag cleanup (#5531)Shreya Keshive
2025-08-04Improve user-facing error messages for IDE mode (#5522)Shreya Keshive
2025-08-04fix(core): Allow model to be set from `settings.json` (#5527)Richie Foreman
2025-08-04refactor(core): Rename useSlashCompletion to useCommandCompletion (#5532)Sandy Tao
2025-08-04Use new URLs for downloading workflows (#5524)Seth Vargo
2025-08-04feat(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-04feat(cli): Handle Punctuation in @ Command Parsing (#5482)Sandy Tao
2025-08-04fix: /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]>
2025-08-03feat: Add reverse search capability for shell commands (#4793)Ayesha Shafique
2025-08-03fix: exclude DEBUG and DEBUG_MODE from project .env files by default (#5289)Oleksandr Gotgelf
Co-authored-by: Jacob Richman <[email protected]>
2025-08-03Add a setting to disable the version update nag message (#5449)Billy Biggs
2025-08-02feat(autoupdate): Improve update check and refactor for testability (#5389)Gal Zahavi
2025-08-01fix(config): Resolve duplicate config loading from home directory (#5090)TIRUMALASETTI PRANITH
Co-authored-by: Allen Hutchison <[email protected]> Co-authored-by: Allen Hutchison <[email protected]>
2025-08-01bug(cli): Prefer IPv4 dns resolution by default. (#5338)joshualitt
2025-08-01feat(core): Use completionStart/End for slash command auto-completion (#5374)Sandy Tao
2025-08-01Add a setting to disable auth mode validation on startup (#5358)Billy Biggs
2025-08-01feat(sandbox): Add SANDBOX_FLAGS for custom container options (#2036)andrea-berling
Co-authored-by: matt korwel <[email protected]>
2025-08-01[Fix Telemetry for tool calls, PR 1/n] Propagate tool reported errors via ↵Silvio Junior
ToolCallResponseInfo and ToolResult (#5222)
2025-08-01Add missing emacs entry in UI. (#5351)cornmander
2025-07-31Highlight slash commands in history (#5323)Miguel Solorio
2025-07-31fix(ux) bug in replaceRange dealing with newLines that was breaking vim ↵Jacob Richman
support (#5320)
2025-07-31feat(cli): Improve @ autocompletion for mid-sentence edits (#5321)Sandy Tao
2025-07-31Add emacs support, as per user requests. :) (#1633)Paige Bailey
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-07-31feat: Implement /setup-github command (#5069)JeromeJu
2025-07-31feat: Multi-Directory Workspace Support (part2: add "directory" command) (#5241)Yuki Okita
2025-07-31fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior (#2978)Niladri Das
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Allen Hutchison <[email protected]>
2025-07-31Fix: Ensure that non interactive mode and interactive mode are calling the ↵anj-s
same entry points (#5137)
2025-07-31Add render counter in debug mode (#5242)Seth Troisi
Co-authored-by: Jacob Richman <[email protected]>
2025-07-30Add toggleable IDE mode setting (#5146)christine betts
2025-07-30fix(testing): make ModelStatsDisplay snapshot test deterministic (#5236)Allen Hutchison
Co-authored-by: Jacob Richman <[email protected]>
2025-07-30Introduce IDE mode installer (#4877)christine betts