Skip to content

Codex++ v1.2.18

Choose a tag to compare

@BigPizzaV3 BigPizzaV3 released this 21 Jun 08:09

更新内容

  • 修复插件市场配置修复失败时阻断 Codex++ 启动的问题。现在 config.toml 解析异常或插件市场写入失败只会记录诊断日志,不会导致应用打不开。
  • 修复部分 Chat Completions 上游在多轮对话后出现 BadRequestError / JSON 解析 400 的问题。历史工具调用参数现在会规范成合法 JSON 对象字符串,避免坏参数污染后续会话。
  • 版本号更新到 1.2.18。

验证

  • npm run vite:build
  • cargo build -p codex-plus-launcher -p codex-plus-manager
  • cargo fmt --all --check
  • cargo test -p codex-plus-core --test launcher launch_continues_when_plugin_marketplace_config_fails
  • cargo test -p codex-plus-core --test protocol_proxy responses_input_sanitizes_invalid_function_call_arguments_history