Skip to content

v1.2.23:禁用免费 nano 回退

发布日期:2026-03-09


🎯 一句话总结

优化模型请求逻辑,不再为小请求回退到免费 nano 模型。


🔧 重要改进:模型请求优化

之前的问题

对于小型请求,系统会自动回退到免费的 nano 模型,可能导致响应质量下降。

现在的情况

禁用了小型请求回退到免费 nano 的逻辑,始终使用你选择的模型。

这有什么用?

确保每次对话都使用你配置的模型,避免意外的模型降级。


🔧 改进:Azure 支持非 OpenAI 模型

这次更新了什么?

扩展了 Azure 提供商支持,现在支持使用 completions 端点的非 OpenAI Azure 模型。

这有什么用?

企业用户可以接入更多种类的 Azure 托管模型。


🐛 修复:评论区域滚动问题

之前的问题

在评论输入框按 Escape 键时,页面会异常滚动。

现在的情况

修复后,Escape 键只退出编辑模式,不会触发滚动。


🔧 TUI 改进

这次更新了什么?

修复了 run --attach 命令缺少认证头的问题。

这有什么用?

远程连接时身份验证更加可靠。


📱 Desktop 应用改进

  • 移除 oc-1 主题
  • 修复侧边栏工作区容器大小,防止内容溢出
  • 改进评论区域空状态展示

📊 要不要升级?

情况建议
使用小模型请求✅ 强烈推荐
需要 Azure 集成✅ 推荐
遇到滚动问题✅ 推荐

⬆️ 升级命令

bash
opencode upgrade

📋 技术细节

点击展开原始 Release Notes

Core

  • Disable fallback to free nano for small model requests
  • Support non-OpenAI Azure models that use completions endpoints

TUI

  • Pass missing auth headers in run --attach

Desktop

  • Remove oc-1 theme from app
  • Fix sidebar workspace container sizing to prevent content overflow
  • Don't animate review panel in/out
  • Sanitize workspace store filenames on Windows

Thank you to 3 community contributors:

  • @ariane-emory: add session_child_first keybinding to documentation
  • @ericclemmons: fix missing auth headers in run --attach
  • @yihuikhuu: fix scroll jumping when pressing escape in comment text area

← 返回更新日志