chore: bump version to 2.1.10#189
Merged
Merged
Conversation
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
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump
src-tauri/Cargo.toml+src-tauri/tauri.conf.json+Cargo.lock到 2.1.10,准备 release。本版主要修复(已 merge)
fix(#184): 默认开启 Codex Desktop Plugins 解锁(autoUnlockCodexPlugins默认 true);移除 plugin_unlock daemon 启动 silent fallback;共享 OnceCell daemon 单例(防 frontend/api/plugin-unlock/status看到不同实例残留为Disconnected)chore: autocompact threshold 75% → 80%(256K 上下文留 ~51K buffer 覆盖典型单 turn 5K–30K 增量,让 PreTurn 几乎总赢避免 MidTurn 中断;相对上游默认 90% 仅多 ~12% compact 频次)fix(#187): 阿里云百炼 Token Plan 端到端apiFormatresponses→openai_chat— 修连接失败(/compatible-mode/v1入口只支持 Chat Completions,字节透传 Responses 必返 404)fetch_provider_models_impl加 hosttoken-plan.cn-beijing.maas.aliyuncs.comshort-circuit 返硬编码 4 条模型(借鉴 QwenLM/qwen-codeTOKEN_PLAN_MODELS,Apache-2.0;Token Plan gateway auth 优先于 routing,unknown path 全返 401 无法 probe/modelsendpoint)providerUnverifiedBanner(所有上游已端到端验证)ACKNOWLEDGEMENTS.md上游借鉴 catalog(9 字段 schema,267 行,详细记录每条借鉴的形式 / 借鉴清单 / 本项目 file:line / License / 同步策略 / 关联 PR 等)Test plan
python3 scripts/check_release_version.py 2.1.10通过cargo update -p codex-app-transfer(Cargo.lock 已同步)workflow_dispatchrelease pipeline → draft release(per global rule 保持 draft 等用户确认转 Latest)