## 更新内容
* 修复(命令行工具):当更新目标缺失时列出已安装扩展 by @tt-a1i 在 [PR #17082](https://github.com/google-gemini/gemini-cli/pull/17082)
* 修复(命令行工具):在Git远程URL解析中处理PAT令牌和凭证 by @afarber 在 [PR #14650](https://github.com/google-gemini/gemini-cli/pull/14650)
* 修复(核心):使用returnDisplay显示错误结果 by @Nubebuster 在 [PR #14994](https://github.com/google-gemini/gemini-cli/pull/14994)
* 修复将bun检测为包管理器的问题 by @Randomblock1 在 [PR #17462](https://github.com/google-gemini/gemini-cli/pull/17462)
* 功能(命令行工具):在设置对话框中显示hooksConfig.enabled by @abhipatel12 在 [PR #17810](https://github.com/google-gemini/gemini-cli/pull/17810)
* 功能(命令行工具):启动时显示用户身份(认证、邮箱、等级) by @yunaseoul 在 [PR #17591](https://github.com/google-gemini/gemini-cli/pull/17591)
* 修复:防止AskUserDialog出现幽灵边框 by @jackwotherspoon 在 [PR #17788](https://github.com/google-gemini/gemini-cli/pull/17788)
* 文档:在subagents.md中将A2A子代理标记为实验性 by @adamfweidman 在 [PR #17863](https://github.com/google-gemini/gemini-cli/pull/17863)
* 解决敏感值引发的错误 by @chrstnb 在 [PR #17826](https://github.com/google-gemini/gemini-cli/pull/17826)
* 修复(管理):将secureModeEnabled重命名为strictModeDisabled by @skeshive 在 [PR #17789](https://github.com/google-gemini/gemini-cli/pull/17789)
* 功能(用户体验):更新表格中的截断点为更短显示 by @devr0306 在 [PR #17825](https://github.com/google-gemini/gemini-cli/pull/17825)
* 修复(核心):通过patch-package解决DEP0040 punycode弃用问题 by @ATHARVA262005 在 [PR #17692](https://github.com/google-gemini/gemini-cli/pull/17692)
* 功能(计划):创建通用Checklist组件并重构Todo by @Adib234 在 [PR #17741](https://github.com/google-gemini/gemini-cli/pull/17741)
* 清理delegate_to_agent移除后的代码 by @gundermanc 在 [PR #17875](https://github.com/google-gemini/gemini-cli/pull/17875)
* 修复(核心):使用GIT_CONFIG_GLOBAL隔离影子git仓库配置 - 修复 #17877 by @cocosheng-g 在 [PR #17803](https://github.com/google-gemini/gemini-cli/pull/17803)
* 禁用端到端测试中的鼠标追踪 by @alisa-alisa 在 [PR #17880](https://github.com/google-gemini/gemini-cli/pull/17880)
* 修复(命令行工具):为Cloud Shell认证使用正确的设置键 by @sehoon38 在 [PR #17884](https://github.com/google-gemini/gemini-cli/pull/17884)
* 日常维护:还原特定IDE的ASCII标志 by @jackwotherspoon 在 [PR #17887](https://github.com/google-gemini/gemini-cli/pull/17887)
* 回滚"修复(核心):通过patch-package解决DEP0040 punycode弃用问题" by @sehoon38 在 [PR #17898](https://github.com/google-gemini/gemini-cli/pull/17898)
* 重构端到端测试中禁用鼠标追踪的功能 by @alisa-alisa 在 [PR #17902](https://github.com/google-gemini/gemini-cli/pull/17902)
* 功能(核心):添加GOOGLE_GENAI_API_VERSION环境变量支持 by @deyim 在 [PR #16177](https://github.com/google-gemini/gemini-cli/pull/16177)
* 功能(核心):隔离并清理截断的工具输出 by @SandyTao520 在 [PR #17594](https://github.com/google-gemini/gemini-cli/pull/17594)
* 创建技能页面,更新命令,优化文档 by @g-samroberts 在 [PR #17842](https://github.com/google-gemini/gemini-cli/pull/17842)
## 新贡献者
* @Randomblock1 在 [PR #17462](https://github.com/google-gemini/gemini-cli/pull/17462) 首次贡献
* @ATHARVA262005 在 [PR #17692](https://github.com/google-gemini/gemini-cli/pull/17692) 首次贡献
* @deyim 在 [PR #16177](https://github.com/google-gemini/gemini-cli/pull/16177) 首次贡献
**完整更新日志**: https://github.com/google-gemini/gemini-cli/compare/v0.28.0-nightly.20260129.9bb175a50...v0.28.0-nightly.20260130.d43d772e6
## What's Changed
* fix(cli): list installed extensions when update target missing by @tt-a1i in https://github.com/google-gemini/gemini-cli/pull/17082
* fix(cli): handle PAT tokens and credentials in git remote URL parsing by @afarber in https://github.com/google-gemini/gemini-cli/pull/14650
* fix(core): use returnDisplay for error result display by @Nubebuster in https://github.com/google-gemini/gemini-cli/pull/14994
* Fix detection of bun as package manager by @Randomblock1 in https://github.com/google-gemini/gemini-cli/pull/17462
* feat(cli): show hooksConfig.enabled in settings dialog by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17810
* feat(cli): Display user identity (auth, email, tier) on startup by @yunaseoul in https://github.com/google-gemini/gemini-cli/pull/17591
* fix: prevent ghost border for AskUserDialog by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/17788
* docs: mark A2A subagents as experimental in subagents.md by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/17863
* Resolve error thrown for sensitive values by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17826
* fix(admin): Rename secureModeEnabled to strictModeDisabled by @skeshive in https://github.com/google-gemini/gemini-cli/pull/17789
* feat(ux): update truncate dots to be shorter in tables by @devr0306 in https://github.com/google-gemini/gemini-cli/pull/17825
* fix(core): resolve DEP0040 punycode deprecation via patch-package by @ATHARVA262005 in https://github.com/google-gemini/gemini-cli/pull/17692
* feat(plan): create generic Checklist component and refactor Todo by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/17741
* Cleanup post delegate_to_agent removal by @gundermanc in https://github.com/google-gemini/gemini-cli/pull/17875
* fix(core): use GIT_CONFIG_GLOBAL to isolate shadow git repo configuration - Fixes #17877 by @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/17803
* Disable mouse tracking e2e by @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/17880
* fix(cli): use correct setting key for Cloud Shell auth by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17884
* chore: revert IDE specific ASCII logo by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/17887
* Revert "fix(core): resolve DEP0040 punycode deprecation via patch-package" by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17898
* Refactoring of disabling of mouse tracking in e2e tests by @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/17902
* feat(core): Add GOOGLE_GENAI_API_VERSION environment variable support by @deyim in https://github.com/google-gemini/gemini-cli/pull/16177
* feat(core): Isolate and cleanup truncated tool outputs by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/17594
* Create skills page, update commands, refine docs by @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/17842
## New Contributors
* @Randomblock1 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/17462
* @ATHARVA262005 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/17692
* @deyim made their first contribution in https://github.com/google-gemini/gemini-cli/pull/16177
**Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.28.0-nightly.20260129.9bb175a50...v0.28.0-nightly.20260130.d43d772e6