## What's Changed
* fix(infra) - Create a step to calculate the inputs for the nightly-release by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10825
* Docs: Fix broken links in architecture.md by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10747
* fix(cli) : fixed bug #8310 where /memory refresh will create discrepancies with initial memory load ignoring settings/config for trusted folder and file filters by @sgnagnarella in https://github.com/google-gemini/gemini-cli/pull/10611
* feat(telemetry): ensure all telemetry includes user email and installation id by @jerop in https://github.com/google-gemini/gemini-cli/pull/10897
* fix(core): set temperature to 1 on retry in sendMessageStream by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10866
* fix: Prevent garbled input during "Login With Google" OAuth prompt on… by @MJjainam in https://github.com/google-gemini/gemini-cli/pull/10888
* fix(test): Fix flaky shell command test using date command by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10863
* Docs: Fix Flutter extension link in docs/changelogs/index.md by @Smetalo in https://github.com/google-gemini/gemini-cli/pull/10797
* Disable flakey tests. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10914
* fix: Usage of folder trust config flags in FileCommandLoader by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10837
* Reenable NPM integration tests by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10623
* Docs: Update to tos-privacy.md by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10754
* Show notification in screen reader mode by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/10900
* refactor(core): migrate web search tool to tool-names by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10782
* feat(ui): add flicker detection and metrics by @skeshive in https://github.com/google-gemini/gemini-cli/pull/10821
* Show final install path in extension consent dialog and fix isWorkspaceTrusted check by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10830
* Fix rough edges around extension updates by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10926
* Simplify auth in interactive tests. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10921
* Update deployment.md -> installation.md and sidebar links. by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10662
* feat(core): improve shell execution service reliability by @galz10 in https://github.com/google-gemini/gemini-cli/pull/10607
* Deflake test. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10932
* Clean up integration test warnings. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10931
* fix(cli): prioritize configured auth over env vars in non-interactive mode by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10935
* Refactor: Introduce InteractiveRun class by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10947
* Code guide command by @gsehgal in https://github.com/google-gemini/gemini-cli/pull/10940
* feat: Support Alt+key combinations by @srivatsj in https://github.com/google-gemini/gemini-cli/pull/10767
* chore: wire a2a-server up for publishing by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10627
* fix(remove private) from gemini-cli-a2a-server by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11018
* Swap all self-hosted runners to ubuntu-latest per b/451586626 by @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11023
* Revert "feat: Support Alt+key combinations" by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11025
* Give explicit instructions for failure text in json-output.test.ts by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11029
* add bundle command info to integration test docs by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11034
* refactor(core): use assertConnected in McpClient discover method by @raiki61 in https://github.com/google-gemini/gemini-cli/pull/10989
* chore: Extract '.gemini' to GEMINI_DIR constant by @terrydkim in https://github.com/google-gemini/gemini-cli/pull/10540
* fix(infra) - Fix flake for file interactive system by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11019
* Rename expect methods. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/11046
* chore(settings): Enable 'useSmartEdit' by default by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11051
* document all settings with showInDialog: true by @scidomino in https://github.com/google-gemini/gemini-cli/pull/11049
* Revert "chore: wire a2a-server up for publishing" by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11064
* Docs: Quick fix: Sidebar link. by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11065
* bug(core): Process returned function calls sequentially. by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/10659
* refactor: set max retry attempts to 3 by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/11072
* Fix and unskip flakey integration test in replace.test.ts by @scidomino in https://github.com/google-gemini/gemini-cli/pull/11060
* Expose Codebase Investigator settings to the user by @silviojr in https://github.com/google-gemini/gemini-cli/pull/10844
* perf(core): optimize Windows IDE process detection from O(N) to O(1) by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11048
* fix(site): Fix broken site link by @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11079
* fix(compression): prevent unnecessary summarization when history is too short by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11082
* Update system instructions for optimizing shell tool commands by @hminooei in https://github.com/google-gemini/gemini-cli/pull/10651
* fix: Exit app on pressing esc on trust dialog at launch by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10668
* chore: resubmit a2a-publishing after rollout by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11100
* Skip flakey tests by @scidomino in https://github.com/google-gemini/gemini-cli/pull/11101
* Remove workflow examples from system instruction by @silviojr in https://github.com/google-gemini/gemini-cli/pull/10811
* fix(cli): record tool calls in non-interactive mode by @bl-ue in https://github.com/google-gemini/gemini-cli/pull/10951
* fix(e2e): Use rmSync instead of rm -rf for e2e tests by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11087
* feat: Support Alt+key combinations by @srivatsj in https://github.com/google-gemini/gemini-cli/pull/11038
* fix(core): add retry logic for specific fetch errors by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11066
* Disable retries when deflaking integrationt tests by @scidomino in https://github.com/google-gemini/gemini-cli/pull/11118
* Shell approval rework by @cornmander in https://github.com/google-gemini/gemini-cli/pull/11073
* Make codebase investigator less prone to be triggered for simple searches by @silviojr in https://github.com/google-gemini/gemini-cli/pull/10655
* fix(infra) - Disable CTRL-C test by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11122
* fix integration test static errors, and run_shell_command tests to actually be testing what they intend by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11050
* Integration test for UI flickers by @skeshive in https://github.com/google-gemini/gemini-cli/pull/11067
## New Contributors
* @MJjainam made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10888
* @Smetalo made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10797
* @gsehgal made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10940
* @srivatsj made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10767
* @raiki61 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10989
* @terrydkim made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10540
**Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-nightly.20251010.558be873...v0.10.0-nightly.20251014.0a3e492e