- 新增可覆盖的审核斜杠命令
- 新增切换工具详情可见性功能
- 修复当无认证提供商且默认提供商禁用时TUI崩溃的问题
- 修复认证登录以遵循启用/禁用提供商配置
- 修复安装过程中未遵循npm注册表配置的问题
- 修复Gemini模型的无效schema情况
- 修复Copilot在GPT 4o mini上的响应错误
- 修复OpenCode在特定失败情况下未进行重试的问题
**感谢3位社区贡献者:**
- @stevoland:
- 修复(认证):在认证登录时遵循禁用/启用提供商配置 (#4940)
- @ariane-emory:
- 功能:切换工具详情可见性 (解决 #4824) (#4882)
- @iamdavidhill:
- 修复:更新安装副本
- Added overridable review slash command
- Added ability to toggle tool details visibility
- Fixed TUI crash when no authenticated providers and default provider disabled
- Fixed authentication login to respect disabled/enabled providers configuration
- Fixed npm registry configuration not being respected during installation
- Fixed invalid schema cases for Gemini models
- Fixed Copilot responses bug with GPT 4o mini
- Fixed a case where OpenCode wasn't retrying on certain failures
**Thank you to 3 community contributors:**
- @stevoland:
- fix(auth): Respect disabled/enabled providers config in auth login (#4940)
- @ariane-emory:
- feat: toggle tool details visibility (resolves #4824) (#4882)
- @iamdavidhill:
- fix: update the install copy