v1.1.36:启用 Thinking 模式,多项 UI 改进
发布日期:2026年01月25日
一句话总结
这次更新为 Google Vertex Anthropic 模型启用了 Thinking 模式,并改进了 TUI 和 Desktop 的多项细节。
新功能:Thinking 模式支持
这次更新了什么?
现在使用 Google Vertex AI 的 Anthropic 模型时,可以使用 Thinking 模式,让模型展示其思考过程。
Thinking 模式是什么?
Thinking 模式允许 AI 模型在生成最终答案前展示其思考过程,这对于复杂问题的理解和调试非常有帮助。
如何使用?
- 确保你使用的是 Google Vertex AI 的 Anthropic 模型
- 在请求中包含 thinking 参数
- 模型会先展示思考过程,再给出最终答案
问题修复:主题搜索崩溃
之前的问题
在 TUI 中搜索主题时,如果没有匹配结果会导致崩溃。
现在的情况
感谢社区贡献者 @ishaksebsib 的修复,现在搜索无结果时会正常显示提示,而不会崩溃。
问题修复:下载按钮
之前的问题
Web 界面的下载按钮缺失或无法正常工作。
现在的情况
修复并完善了下载按钮的功能。
要不要升级?
| 情况 | 建议 |
|---|---|
| 使用 Google Vertex Anthropic | ✅ 强烈推荐 |
| 使用 TUI | ✅ 推荐升级(修复崩溃问题) |
| 用得好好的 | 可以等下次 |
升级命令:
bash
opencode upgrade技术细节(可跳过)
点击展开完整更新列表
Core
- Enable thinking for Google Vertex Anthropic models (@MichaelYochpaz)
- Make question validation more lax to avoid tool call failures
TUI
- Prevent crash when theme search returns no results (@ishaksebsib)
Desktop
- Visual cleanup in app
- Scroll to comment on click in app
- Fixed crash when no default model is set
- Performance improvements in the app package
- Clean up comment component usage in app
Thank you to 5 community contributors:
@MichaelYochpaz:
- fix(provider): enable thinking for google-vertex-anthropic models (#10442)
@ProdigyRahul:
- fix(app): cursor on resize (#10293)
@DNGriffin:
- fix(app): mobile horizontal scrolling due to session stat btn (#10487)
@ishaksebsib:
- fix(tui): prevent crash when theme search returns no results (#10565)
@R44VC0RP:
- fix(web): add & fix the download button (#10566)

