Skip to content

Releases: qxcnm/Codex-Manager

CodexManager v0.4.1(版本更新比较大,需要更新的慎重)

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:45

更新内容

模型目录与管理

  • 模型目录全面切换到 V2:模型、整数价格阶梯、路由、权限组与 instructions policy 统一事务保存;Gateway、/v1/models、模型组和模型选择器统一读取 V2。
  • 模型管理页新增本地 JSON 预览/提交、缺失价格提示,以及路由和 instructions 编辑;内置模型仅可禁用,自定义模型可删除。
  • models_cache.json 改为仅由用户主动导出,桌面端与 Web 行为保持一致,导出内容不再包含模型人格 prompt。

Codex 与计费

  • Codex 缓存导出补齐 GPT-5.6 Max/Ultra、multi_agent_versiontool_mode、Responses Lite、最大上下文和 comp hash 等运行元数据。
  • 显式 Ultra 请求现在按“客户端 Ultra、上游 Max”分别记录。
  • 钱包扣费改为整数价格 tier、不可变请求计费快照,并与幂等 ledger 在同一事务内更新。
  • 为 GPT-5.6 Sol、Terra、Luna 增加默认 input/output 价格;缓存输入暂按 input 同价保守计费。

修复

  • 修复旧 V2 内置模型下划线 ID 在启动迁移时触发 SQLite 外键错误 787、导致桌面端无法启动的问题。
  • 修复模型目录编辑器打开已有模型时显示空白草稿,并完善中文字段名、控件标题和无障碍名称。
  • 修复管理员深链接在桌面会话初始化时被重置到首页的问题。
  • 修复 Codex 请求改写在候选上游之间相互串扰,确保每个候选使用隔离的请求体。

版本同步

  • workspace、前端包、Tauri 桌面端与锁文件的版本统一更新至 0.4.1

完整变更v0.4.0...v0.4.1

CodexManager v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 08:51

What's Changed

  • fix: 修复模型路由中聚合API绑定被账号映射覆盖的问题 by @panzeyu2013 in #311
  • fix(admin): 管理员用量分析面板输入数值排除缓存命中 by @panzeyu2013 in #315

Full Changelog: v0.3.9...v0.4.0

CodexManager v0.3.9

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:24

What's Changed

  • 修复 Windows 托盘恢复卡死 by @yananZz in #288
  • feat: 支持按模型配置 token 价格,聚合 API 模型同步时自动创建零价格规则 by @panzeyu2013 in #279
  • Add Responses-to-Anthropic Moon Bridge port by @Uchiha007 in #285
  • perf: reduce homepage database hot paths and chunk large key queries by @mozi1924 in #287
  • Restore compact model forwarding settings by @OLuckyO in #296
  • feat: display runtime timezone for scheduled tasks by @CHANTXU64 in #297
  • 在平台密钥列表显示最近调用时间 by @DemosHume in #303
  • fix: persist user model mapping intent across prune/bootstrap cycles (#294) by @panzeyu2013 in #298
  • Fix/model catalog cleanup by @YQYANG2233 in #299
  • feat: 增加Codex账号直连模式以及模式切换、不同账号之间聊天记录同步功能 by @YQYANG2233 in #304
  • fix(i18n): improve Russian localization by @baltic-tea in #307
  • 保留禁用聚合 API 的模型池 by @DemosHume in #309

New Contributors

Full Changelog: v0.3.8...v0.3.9

CodexManager v0.3.8

Choose a tag to compare

@github-actions github-actions released this 30 May 03:24

What's Changed

  • fix: 修复缓存低命中与 Claude Code 兼容请求 by @KilimiaoSix in #292

Full Changelog: v0.3.7...v0.3.8

CodexManager v0.3.7

Choose a tag to compare

@github-actions github-actions released this 27 May 04:28

What's Changed

  • 修复 Responses WebSocket 上游握手头 by @allOwO in #274
  • fix(gateway): detect message_stop as SSE terminal event for all providers on /v1/messages by @panzeyu2013 in #276
  • fix(core): preserve account tokens on account upsert by @OLuckyO in #277
  • 增加linux-arm64产物 by @jenfonro in #280
  • 修复 ChatGPT 后端传输错误不切换候选账号 by @KilimiaoSix in #278
  • fix: stabilize prompt cache account routing by @KilimiaoSix in #281

New Contributors

Full Changelog: v0.3.6...v0.3.7

CodexManager v0.3.6

Choose a tag to compare

@github-actions github-actions released this 25 May 07:51

What's Changed

  • 新增定时账号预热功能 by @CHANTXU64 in #266
  • 请求日志“密钥”改为显示密钥名称而不是ID by @CHANTXU64 in #270
  • feat(gateway): add WebSocket upstream transport for chatgpt.com (CODEXMANAGER_USE_WEBSOCKET_UPSTREAM) by @fanyuexiao in #267

New Contributors

Full Changelog: v0.3.5...v0.3.6

CodexManager v0.3.5

Choose a tag to compare

@github-actions github-actions released this 24 May 03:18

What's Changed

  • [codex] fix anthropic sse duplicate messages by @KilimiaoSix in #254
  • [codex] fix chat completions reasoning compatibility by @KilimiaoSix in #255
  • [codex] Suspend refresh on region-blocked token errors by @KilimiaoSix in #259
  • Fix stale model cleanup and prevent deleted discovered models from reappearing by @mozi1924 in #263
  • [codex] 增强 request gate 诊断并提供可选等待上限 by @KilimiaoSix in #265

Full Changelog: v0.3.4...v0.3.5

CodexManager v0.3.4

Choose a tag to compare

@KilimiaoSix KilimiaoSix released this 21 May 05:25
0d2ca7d

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

CodexManager v0.3.3

Choose a tag to compare

@github-actions github-actions released this 17 May 16:38

Full Changelog: v0.3.2...v0.3.3

如果新版本出现notfound xxx模型的报错,请把模型删掉重新同步一下

CodexManager v0.3.2

Choose a tag to compare

@github-actions github-actions released this 17 May 07:38

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2