summaryrefslogtreecommitdiff
path: root/packages/core/src
AgeCommit message (Collapse)Author
2025-08-09feat(chat): Add overwrite confirmation dialog to `/chat save` (#5686)Hiroaki Mitsuyoshi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09fix(core): restrict oauth_creds.json file permissions (#5245)Brian de Alwis
Co-authored-by: cornmander <[email protected]>
2025-08-08Add MCP Roots support (#5856)Jacob MacDonald
Co-authored-by: Jacob Richman <[email protected]>
2025-08-08Add a request queue to the tool scheduler (#5845)Jacob MacDonald
2025-08-08Fix excessive console logging + remove unnecessary try catch (#5860)Shreya Keshive
2025-08-08fix(cli) - Adding logging for response and error in LoggingContentGenerator ↵shishu314
(#5842) Co-authored-by: Shi Shu <[email protected]>
2025-08-08[ide-mode] Close all open diffs when the CLI gets closed (#5792)christine betts
2025-08-08[ide-mode] Wire up env variables to sandbox (#5804)christine betts
2025-08-08fix: properly report tool errors in telemetry (#5688)Akhil Appana
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-08Fix for git issue 5657 to add lines of code added/removed telemetry (#5823)agarwalravikant
Co-authored-by: Ravikant Agarwal <[email protected]>
2025-08-08feat(telemetry): Prevent memory leak in ClearcutLogger (#5734)Gal Zahavi
2025-08-08feat(quality): Reset when seeing a new type of Markdown element (#5820)Sandy Tao
2025-08-07fix(cli) - Move logging into CodeAssistServer (#5781)shishu314
Co-authored-by: Shi Shu <[email protected]>
2025-08-07chore(telemetry): Log `FIREBASE_STUDIO` when using Gemini CLI within ↵Richie Foreman
Firebase Studio (#5790)
2025-08-07fix(core): Replace flaky performance tests with robust correctness tests (#5795)Allen Hutchison
Co-authored-by: Jacob Richman <[email protected]>
2025-08-07perf(filesearch): Use async fzf for non-blocking file search (#5771)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-07Few IDE integration polishes (#5727)Shreya Keshive
2025-08-07avoid loading and initializing CLI config twice in non-interactive mode (#5793)Jacob MacDonald
2025-08-07Add new folderTrust setting that the users can enable or disable (#5798)shrutip90
2025-08-07Include Schema Error Handling for Vertex and Google Auth methods (#5780)Adam Weidman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-07Migrate EditTool, GrepTool, and GlobTool to DeclarativeTool (#5744)joshualitt
2025-08-07Fix(core): Use Flash for next speaker check (#5786)Sandy Tao
2025-08-07Add a context percentage threshold setting for auto compression (#5721)Jacob MacDonald
2025-08-07feat(agent): Introduce Foundational Subagent Architecture (#1805)Abhi
Co-authored-by: Colt McAnlis <[email protected]>
2025-08-06feat: Improve @-command file path completion with fzf integration (#5650)DevMassive
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06fix(core): Improve errors in situations where the command spawn does … (#5723)Richie Foreman
2025-08-06experiment: Add feature exp flag for folder trust (#5709)shrutip90
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-06bug(core): Prompt engineering for truncated read_file. (#5161)joshualitt
2025-08-06Add integration test for maximum schema depth error handling (#5685)Jacob MacDonald
2025-08-06Add detection of tools with bad schemas and automatically omit them with a ↵Jacob MacDonald
warning (#5694)
2025-08-06feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)joshualitt
2025-08-06Fix 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-06fix: 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-06feat(file-search): Add support for non-recursive file search (#5648)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06fix(core): Treat .mts files as TypeScript modules instead of video files (#5492)Yash Velagapudi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06Detect and warn about cyclic tool refs when schema depth errors are ↵Jacob MacDonald
encountered (#5609) 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-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-05check 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-05perf(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-05feat: mcp - support audiences for OAuth2 (#5265)Mikhail Aksenov
2025-08-05fix(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-05fix(core): prevent UI shift after vim edit (#5315)Gal Zahavi
2025-08-05feat(core): Parse Multimodal MCP Tool responses (#5529)Luccas Paroni
Co-authored-by: Luccas Paroni <[email protected]>
2025-08-05bug(core): fix `contentRangeTruncated` calculation. (#5329)joshualitt
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05fix(mcp): ensure authorization url is valid when containing query params (#5545)David East
Co-authored-by: Jacob Richman <[email protected]>
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