## 更新内容
* fix(core): 在环境净化中将 TERM 和 COLORTERM 加入白名单 by @deadsmash07 in https://github.com/google-gemini/gemini-cli/pull/20514
* fix(billing): 修复超额策略生命周期和设置集成问题 by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/21236
* fix: 在提交时展开 TextInput 中的粘贴占位符 by @Jefftree in https://github.com/google-gemini/gemini-cli/pull/19946
* fix(core): 为 ChatRecordingService 添加内存缓存以防止内存溢出 by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/21502
* feat(cli): 彻底改造思考过程用户界面 by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/18725
* fix(ui): 统一所有缓冲区模式下 Ctrl+O 的展开提示体验 by @jwhelangoog in https://github.com/google-gemini/gemini-cli/pull/21474
* fix(cli): 修正 shell 高度报告 by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21492
* 当本地设置了 GEMINI_SYSTEM_MD 或 GEMINI_WRITE_SYSTEM_MD 环境变量时,使测试套件通过 by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21480
* 禁止定义不充分的类型 by @gundermanc in https://github.com/google-gemini/gemini-cli/pull/21485
* refactor(cli): 为所有组件统一使用 'reload' 动词 by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/20654
* feat(cli): 将配额描述语言反转为“已用百分比” by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/20100
* 文档:为通知功能添加文档(实验性)(macOS) by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/21163
* 将代码审查评论作为 PR 提交 by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21209
* feat(cli): 统一 /chat 和 /resume 命令的用户体验 by @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/20256
* docs: 在 mcp-server.md 中将拼写错误 'allowslisted' 修正为 'allowlisted' by @Gyanranjan-Priyam in https://github.com/google-gemini/gemini-cli/pull/21665
* fix(core): 在 tracker_visualize 工具中显示实际的图形输出 by @anj-s in https://github.com/google-gemini/gemini-cli/pull/21455
* fix(core): 在错误分类中净化 SSE 损坏的 JSON 和域名字符串 by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/21702
* 文档:使文档链接变为相对路径 by @diodesign in https://github.com/google-gemini/gemini-cli/pull/21490
* feat(cli): 将 /tools desc 作为显式子命令公开以提高可发现性 by @aworki in https://github.com/google-gemini/gemini-cli/pull/21241
* feat(cli): 为 /compress 命令添加 /compact 别名 by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/21711
* feat(plan): 默认启用计划模式 by @jerop in https://github.com/google-gemini/gemini-cli/pull/21713
* feat(core): 引入 `AgentLoopContext` by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/21198
* fix(core): 在验证期间为不存在的路径解析符号链接 by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/21487
* docs: 记录通过拒绝策略从内存中排除工具的功能 by @Abhijit-2592 in https://github.com/google-gemini/gemini-cli/pull/21428
* perf(core): 缓存 loadApiKey 以减少冗余的钥匙串访问 by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21520
* feat(cli): 实现 /upgrade 命令 by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21511
* Feat/browser agent progress emission by @kunal-10-cloud in https://github.com/google-gemini/gemini-cli/pull/21218
* fix(settings): 将对象显示为 JSON 而非 [object Object] by @Zheyuan-Lin in https://github.com/google-gemini/gemini-cli/pull/21458
* Unmarshall update by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/21721
* 更新 mcp 的 list 函数以检查是否已禁用 by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/21148
* robustness(core): 静态检查以验证历史记录不可变 by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21228
* refactor(cli): 为 BaseSettingsDialog 采用更好的 React 模式 by @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/21206
* feat(security): 实现健壮的 IP 验证和 safeFetch 基础架构 by @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/21401
* feat(core): 改进子代理结果展示 by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/20378
* docs: 修复 /tools 中的 Markdown 语法和锚链接问题 by @campox747 in https://github.com/google-gemini/gemini-cli/pull/20902
* feat(policy): 在 TOML 中支持特定于子代理的策略 by @akh64bit in https://github.com/google-gemini/gemini-cli/pull/21431
* 添加脚本以通过创建 worktree 加速 PR 审查 by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21748
* fix(core): 防止符号链接解析中的无限递归 by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/21750
* fix(docs): 修正无头模式文档 by @ame2en in https://github.com/google-gemini/gemini-cli/pull/21287
* feat/redesign header compact by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/20922
* refactor: 迁移至 useKeyMatchers hook by @scidomino in https://github.com/google-gemini/gemini-cli/pull/21753
* perf(cli): 缓存 loadSettings 以减少启动时的冗余磁盘 I/O by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21521
* fix(core): 解决跨 CLI 的 Windows 行结束符和路径分隔符问题 by @muhammadusman586 in https://github.com/google-gemini/gemini-cli/pull/21068
* docs: 修正 commands.md 中的标题格式和 tools-api.md 中的措辞 by @campox747 in https://github.com/google-gemini/gemini-cli/pull/20679
* refactor(ui): 统一键绑定基础设施并支持字符串初始化 by @scidomino in https://github.com/google-gemini/gemini-cli/pull/21776
* 添加对更新扩展源和名称的支持 by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/21715
* fix(core): 优雅地处理 GUI 编辑器的非零退出码 by @reyyanxahmed in https://github.com/google-gemini/gemini-cli/pull/20376
* fix(core): 在 kill() 和异常时销毁 PTY 以防止文件描述符泄漏 by @nbardy in https://github.com/google-gemini/gemini-cli/pull/21693
## 新贡献者
* @deadsmash07 在 https://github.com/google-gemini/gemini-cli/pull/20514 中首次贡献
* @Gyanranjan-Priyam 在 https://github.com/google-gemini/gemini-cli/pull/21665 中首次贡献
* @diodesign 在 https://github.com/google-gemini/gemini-cli/pull/21490 中首次贡献
* @aworki 在 https://github.com/google-gemini/gemini-cli/pull/21241 中首次贡献
* @akh64bit 在 https://github.com/google-gemini/gemini-cli/pull/21431 中首次贡献
* @ame2en 在 https://github.com/google-gemini/gemini-cli/pull/21287 中首次贡献
* @muhammadusman586 在 https://github.com/google-gemini/gemini-cli/pull/21068 中首次贡献
* @nbardy 在 https://github.com/google-gemini/gemini-cli/pull/21693 中首次贡献
**完整更新日志**: https://github.com/google-gemini/gemini-cli/compare/v0.34.0-nightly.20260307.6c3a90645...v0.34.0-nightly.20260310.4653b126f
## What's Changed
* fix(core): whitelist TERM and COLORTERM in environment sanitization by @deadsmash07 in https://github.com/google-gemini/gemini-cli/pull/20514
* fix(billing): fix overage strategy lifecycle and settings integration by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/21236
* fix: expand paste placeholders in TextInput on submit by @Jefftree in https://github.com/google-gemini/gemini-cli/pull/19946
* fix(core): add in-memory cache to ChatRecordingService to prevent OOM by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/21502
* feat(cli): overhaul thinking UI by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/18725
* fix(ui): unify Ctrl+O expansion hint experience across buffer modes by @jwhelangoog in https://github.com/google-gemini/gemini-cli/pull/21474
* fix(cli): correct shell height reporting by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21492
* Make test suite pass when the GEMINI_SYSTEM_MD env variable or GEMINI_WRITE_SYSTEM_MD variable happens to be set locally/ by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21480
* Disallow underspecified types by @gundermanc in https://github.com/google-gemini/gemini-cli/pull/21485
* refactor(cli): standardize on 'reload' verb for all components by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/20654
* feat(cli): Invert quota language to 'percent used' by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/20100
* Docs: Add documentation for notifications (experimental)(macOS) by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/21163
* Code review comments as a pr by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21209
* feat(cli): unify /chat and /resume command UX by @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/20256
* docs: fix typo 'allowslisted' -> 'allowlisted' in mcp-server.md by @Gyanranjan-Priyam in https://github.com/google-gemini/gemini-cli/pull/21665
* fix(core): display actual graph output in tracker_visualize tool by @anj-s in https://github.com/google-gemini/gemini-cli/pull/21455
* fix(core): sanitize SSE-corrupted JSON and domain strings in error classification by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/21702
* Docs: Make documentation links relative by @diodesign in https://github.com/google-gemini/gemini-cli/pull/21490
* feat(cli): expose /tools desc as explicit subcommand for discoverability by @aworki in https://github.com/google-gemini/gemini-cli/pull/21241
* feat(cli): add /compact alias for /compress command by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/21711
* feat(plan): enable Plan Mode by default by @jerop in https://github.com/google-gemini/gemini-cli/pull/21713
* feat(core): Introduce `AgentLoopContext`. by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/21198
* fix(core): resolve symlinks for non-existent paths during validation by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/21487
* docs: document tool exclusion from memory via deny policy by @Abhijit-2592 in https://github.com/google-gemini/gemini-cli/pull/21428
* perf(core): cache loadApiKey to reduce redundant keychain access by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21520
* feat(cli): implement /upgrade command by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21511
* Feat/browser agent progress emission by @kunal-10-cloud in https://github.com/google-gemini/gemini-cli/pull/21218
* fix(settings): display objects as JSON instead of [object Object] by @Zheyuan-Lin in https://github.com/google-gemini/gemini-cli/pull/21458
* Unmarshall update by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/21721
* Update mcp's list function to check for disablement. by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/21148
* robustness(core): static checks to validate history is immutable by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21228
* refactor(cli): better react patterns for BaseSettingsDialog by @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/21206
* feat(security): implement robust IP validation and safeFetch foundation by @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/21401
* feat(core): improve subagent result display by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/20378
* docs: fix broken markdown syntax and anchor links in /tools by @campox747 in https://github.com/google-gemini/gemini-cli/pull/20902
* feat(policy): support subagent-specific policies in TOML by @akh64bit in https://github.com/google-gemini/gemini-cli/pull/21431
* Add script to speed up reviewing PRs adding a worktree. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21748
* fix(core): prevent infinite recursion in symlink resolution by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/21750
* fix(docs): fix headless mode docs by @ame2en in https://github.com/google-gemini/gemini-cli/pull/21287
* feat/redesign header compact by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/20922
* refactor: migrate to useKeyMatchers hook by @scidomino in https://github.com/google-gemini/gemini-cli/pull/21753
* perf(cli): cache loadSettings to reduce redundant disk I/O at startup by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21521
* fix(core): resolve Windows line ending and path separation bugs across CLI by @muhammadusman586 in https://github.com/google-gemini/gemini-cli/pull/21068
* docs: fix heading formatting in commands.md and phrasing in tools-api.md by @campox747 in https://github.com/google-gemini/gemini-cli/pull/20679
* refactor(ui): unify keybinding infrastructure and support string initialization by @scidomino in https://github.com/google-gemini/gemini-cli/pull/21776
* Add support for updating extension sources and names by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/21715
* fix(core): handle GUI editor non-zero exit codes gracefully by @reyyanxahmed in https://github.com/google-gemini/gemini-cli/pull/20376
* fix(core): destroy PTY on kill() and exception to prevent fd leak by @nbardy in https://github.com/google-gemini/gemini-cli/pull/21693
## New Contributors
* @deadsmash07 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/20514
* @Gyanranjan-Priyam made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21665
* @diodesign made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21490
* @aworki made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21241
* @akh64bit made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21431
* @ame2en made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21287
* @muhammadusman586 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21068
* @nbardy made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21693
**Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.34.0-nightly.20260307.6c3a90645...v0.34.0-nightly.20260310.4653b126f