Skip to content

chore: bump version to 2.1.10#189

Merged
Cmochance merged 1 commit into
mainfrom
chore/bump-version-2.1.10
May 17, 2026
Merged

chore: bump version to 2.1.10#189
Cmochance merged 1 commit into
mainfrom
chore/bump-version-2.1.10

Conversation

@Cmochance
Copy link
Copy Markdown
Owner

Summary

Bump src-tauri/Cargo.toml + src-tauri/tauri.conf.json + Cargo.lock 到 2.1.10,准备 release。

本版主要修复(已 merge)

  • fix(#184): default-enable plugin unlock + remove silent fallback + share daemon instance #185 fix(#184): 默认开启 Codex Desktop Plugins 解锁(autoUnlockCodexPlugins 默认 true);移除 plugin_unlock daemon 启动 silent fallback;共享 OnceCell daemon 单例(防 frontend /api/plugin-unlock/status 看到不同实例残留为 Disconnected)
  • chore: raise autocompact threshold from 75% to 80% #179 chore: autocompact threshold 75% → 80%(256K 上下文留 ~51K buffer 覆盖典型单 turn 5K–30K 增量,让 PreTurn 几乎总赢避免 MidTurn 中断;相对上游默认 90% 仅多 ~12% compact 频次)
  • fix(#187): bailian-token-plan preset apiFormat responses → openai_chat #188 fix(#187): 阿里云百炼 Token Plan 端到端
    • preset apiFormat responsesopenai_chat — 修连接失败(/compatible-mode/v1 入口只支持 Chat Completions,字节透传 Responses 必返 404)
    • fetch_provider_models_impl 加 host token-plan.cn-beijing.maas.aliyuncs.com short-circuit 返硬编码 4 条模型(借鉴 QwenLM/qwen-code TOKEN_PLAN_MODELS,Apache-2.0;Token Plan gateway auth 优先于 routing,unknown path 全返 401 无法 probe /models endpoint)
    • 移除 providerUnverifiedBanner(所有上游已端到端验证)
    • 新建根目录 ACKNOWLEDGEMENTS.md 上游借鉴 catalog(9 字段 schema,267 行,详细记录每条借鉴的形式 / 借鉴清单 / 本项目 file:line / License / 同步策略 / 关联 PR 等)
    • README 中英两版加 pointer

Test plan

  • python3 scripts/check_release_version.py 2.1.10 通过
  • cargo update -p codex-app-transfer(Cargo.lock 已同步)
  • CI 全绿
  • merge 后 workflow_dispatch release pipeline → draft release(per global rule 保持 draft 等用户确认转 Latest)

Bump src-tauri/Cargo.toml + src-tauri/tauri.conf.json + Cargo.lock 到
2.1.10,准备 release。

本版主要修复(已 merge):
- #185 fix(#184): 默认开启 plugin unlock 解锁 + 移除 silent fallback +
  共享 daemon 单例(防 frontend status 看到 OnceCell 残留为 Disconnected)
- #179 chore: autocompact threshold 75% → 80%(256K 上下文留 ~51K buffer
  覆盖典型单 turn 增量,让 PreTurn 几乎总赢)
- #188 fix(#187): 阿里云百炼 Token Plan 端到端 — preset apiFormat
  responses → openai_chat 修连接;Token Plan host 不暴露 list models
  endpoint,fetch_provider_models_impl 加 host short-circuit 返硬编码
  4 条(借鉴 QwenLM/qwen-code TOKEN_PLAN_MODELS,Apache-2.0);banner
  removal(所有上游已端到端验证);新建根目录 ACKNOWLEDGEMENTS.md
  上游借鉴 catalog(9 字段 schema,267 行)

Test plan:
- [x] python3 scripts/check_release_version.py 2.1.10 通过
- [x] cargo update -p codex-app-transfer (Cargo.lock 已同步)
- [ ] CI 全绿
- [ ] merge 后 workflow_dispatch release pipeline → draft release
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Cmochance Cmochance merged commit a8ae5ac into main May 17, 2026
4 checks passed
@Cmochance Cmochance deleted the chore/bump-version-2.1.10 branch May 17, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant