Skip to content

v1.2.38

Choose a tag to compare

@BigPizzaV3 BigPizzaV3 released this 16 Jul 09:14

更新内容

  • 增加纯文本模型图片处理能力,支持 send-as-is / strip images / VLM analysis。
  • 补全 GPT-5.6 系列模型元数据与 Fast 兼容。
  • 增加 audio transcriptions 代理支持。
  • 修复 Codex++ 安装目录被误识别为 Codex Desktop 路径的问题。
  • 供应商切换时保留 Codex App 安全状态,并增强无项目任务兜底。
  • 补充测试稳定性和 Rust 格式化修复。

验证

  • npm run check
  • cargo fmt --all -- --check
  • npm run build
  • cargo test --workspace
  • npm test
  • npm run vite:build