summaryrefslogtreecommitdiff
path: root/packages/core
AgeCommit message (Collapse)Author
2025-08-12chore(release): v0.1.19 (#6069)Shreya Keshive
Co-authored-by: gemini-cli-robot <[email protected]>
2025-08-12chore(usage telemetry): Freshen up Clearcut logging (#6013)Richie Foreman
Co-authored-by: christine betts <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-08-12Fix: log api response error status codes (#6015)owenofbrien
Co-authored-by: Gaurav <[email protected]>
2025-08-11skip loop check if it is currently inside a loop (#6022)Sandy Tao
2025-08-11feat: migrate tools to use parametersJsonSchema. (#5330)Wanlin Du
2025-08-11chore: migrate from responseSchema to use responseJsonSchema. (#4814)Wanlin Du
2025-08-11Start IDE connection after config initialization (#6018)Shreya Keshive
2025-08-11[ide-mode] Update sandbox detection logic to support macos seatbelt (#6005)christine betts
Co-authored-by: matt korwel <[email protected]>
2025-08-11[ide-mode] Update handling of workspace paths (#6014)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Add support for VSCode-like editors (#5699)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Reduce noisy IDE integration error message in standalone terminal (#6006)Shreya Keshive
2025-08-11Make ProjectIdRequiredError error more lenient (#5693)Tommaso Sciortino
2025-08-11Modify content generated describing the ide context to only include deltas ↵Jacob Richman
after the initial update (#5880)
2025-08-11feat(core): add host validation to GoogleCredentialProvider (#5962)cornmander
Co-authored-by: Brian Ray <[email protected]>
2025-08-11Additional IDE integration polishes (#5985)Shreya Keshive
2025-08-11feat: add "surface" to all logs (#5862)Lee James
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-08chore(release): v0.1.18 (#5864)N. Taylor Mullen
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(core): Add missing mnemonist dependency (#5841)Gal Zahavi
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