Skip to content

v0.2.0

Choose a tag to compare

@xqnode xqnode released this 06 Jun 13:55
· 15 commits to main since this release

v0.2.0 — 代理管线稳定性与长任务优化

本版本聚焦 稳 + 长任务 + 多轮 tool,在默认配置下不改变既有行为(tool 截断默认关闭)。

亮点

  • 多轮 tool 稳定:合并连续 assistant tool_calls、补齐缺失 tool 回复、system 合并至首条,修复 insufficient tool messages
  • 思考模型兼容reasoning_content 真实回传 + 厂商感知参数映射(DeepSeek / MiniMax / 智谱 / Kimi / 千问 / MiMo / OpenRouter)
  • 长任务不断连:流式读空闲 300s、非流式总超时 600s;429/502/503/504 最多重试 3 次
  • 设置页推理档位:默认 medium,可写入 Codex config.toml
  • 109 项测试全部通过
  • Computer Use 一键修复:托盘「修复 Computer Use(桌面控制)」/repair-computer-use,解决 Codex Desktop 插件页安装失败

下载

文件 说明
CodexHelper-0.2.0-win64.zip Windows 便携版 — 解压运行 codex-helper.exe
CodexHelper-0.2.0-Setup.exe Windows 安装版 — 双击安装(推荐小白)

升级说明

  • 代理端口仍为 25543,Codex Desktop 指向 http://127.0.0.1:25543/v1
  • 可选:在 helper_config.json 设置 "tool_output_max_chars": 16384 开启超长 tool 输出截断(默认 0 关闭)
  • 完整变更见 CHANGELOG.md