From 8413dd62ef76f88dbffea39ca1d799f9cf203ade Mon Sep 17 00:00:00 2001 From: gemini-cli-robot Date: Thu, 26 Mar 2026 19:10:03 -0700 Subject: [PATCH] Changelog for v0.35.2 (#23960) Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com> --- docs/changelogs/latest.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelogs/latest.md b/docs/changelogs/latest.md index 21b128ec30..6df33c78d6 100644 --- a/docs/changelogs/latest.md +++ b/docs/changelogs/latest.md @@ -1,4 +1,4 @@ -# Latest stable release: v0.35.1 +# Latest stable release: v0.35.2 Released: March 26, 2026 @@ -29,6 +29,11 @@ npm install -g @google/gemini-cli ## What's Changed +- fix(core): allow disabling environment variable redaction by @galz10 in + [#23927](https://github.com/google-gemini/gemini-cli/pull/23927) +- fix(a2a-server): A2A server should execute ask policies in interactive mode by + @keith.schaab in + [#23831](https://github.com/google-gemini/gemini-cli/pull/23831) - feat(cli): customizable keyboard shortcuts by @scidomino in [#21945](https://github.com/google-gemini/gemini-cli/pull/21945) - feat(core): Thread `AgentLoopContext` through core. by @joshualitt in @@ -380,4 +385,4 @@ npm install -g @google/gemini-cli [#23585](https://github.com/google-gemini/gemini-cli/pull/23585) **Full Changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.34.0...v0.35.1 +https://github.com/google-gemini/gemini-cli/compare/v0.34.0...v0.35.2