Skip to content

v0.6.4

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 09:39
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
c7b5912

新功能

推理档位配置支持 (#188)

  • Profile 中新增 Reasoning Effort 配置项,支持 5 档选择:off / low / medium / high / max
  • Codex 自动映射到 o1 的 4 档规范(off→none, max→high)
  • DeepSeek 官方路由支持 reasoning_effort 参数透传
  • Provider 编辑时保留已绑定 Agent 的推理档位设置

DeepSeek 官方路由激活 (#185)

  • 通过 DeepSeek 出厂配置的官方路由激活 dsh(DeepSeek Helper)
  • 支持 DeepSeek 推理模型的原生参数传递

问题修复

Windows 安装器验签失败 (#189)

  • 根因:PowerShell 脚本通过 -Command 传参时 $args[0] 为空,导致 Authenticode 验签失败
  • 修复:改用环境变量传递安装包路径,彻底避免 Windows 路径转义问题
  • 同时修复 WorkBuddy 版本探测的相同问题
  • 统一 PowerShell 输出编码为 UTF-8,消除中文 Windows 下的乱码

OTA 下载中断恢复 (#184)

  • 修复 OTA 更新下载中断后无法续传的问题,支持断点续传

完整变更日志: v0.6.3...v0.6.4