Codex App Transfer v2.3.1
中文
新版 Codex Desktop 思考显示修复 + 多项稳定性增强
修复新版 Codex Desktop(v26.608+)升级后第三方模型思考过程整段不显示,并补齐 v2.3.0 之后合入的多项功能。
- 思考过程不显示 (MOC-203):新版渲染读 reasoning 的 content 通道(
reasoning_text)而非旧 summary 通道。gemini_native/ chat 改为双发两通道兼容新旧版、剥**Thinking**头;开工具前先闭合 reasoning 修事件交错丢思考,交错思考重开新 item,gemini 修同轮工具折叠空白行。 - remote compaction v2 (MOC-198):新版 autocompact 改发普通
/responses+compaction_trigger标记,此前代理不识别导致expected exactly one compaction output item挂死;新增双轨检测、按协议包装 compaction SSE 流,四大 mapper 适配。 - apply_patch 中间层 (MOC-194):第三方模型畸形 V4A patch 按白名单恢复成合法格式再发 Codex,非破坏性、未知原样透过。
- 强杀自愈 (MOC-197):
kill -9后残留sandbox_mode致 GPT 账号无法对话,重启自动还原 stale 快照、拍快照过滤残留防污染基线。 - antigravity 指纹 (MOC-67) + 残留面板新增显示重复字段的只读入口 + macOS 15+ Gatekeeper 文档修正。
- 依赖升级:
windows0.62、tokio-tungstenite0.29、dom_query0.28、dom_smoothie0.18。
验证
cargo test -p codex-app-transfer-adapterscargo test -p codex-app-transfer --bin codex-app-transfer- 运行中 Codex v26.608 真机验证 reasoning 双通道显示
English
Reasoning display fix for new Codex Desktop + stability improvements
Fixes third-party reasoning blocks disappearing after upgrading to Codex Desktop v26.608+, plus features merged after v2.3.0.
- Reasoning not shown (MOC-203): new Codex reads the reasoning content channel (
reasoning_text), not the old summary channel.gemini_native/ chat now dual-emit both channels and strip the**Thinking**header; reasoning is closed before tool calls to fix interleaving, a new item reopens for interleaved thinking, and gemini fixes tool-folding blank lines. - remote compaction v2 (MOC-198): new autocompact sends a normal
/responseswith acompaction_triggermarker; the proxy previously hung withexpected exactly one compaction output item. Added dual-track detection wrapping the compaction SSE per Codex v2. - apply_patch middle layer (MOC-194): malformed V4A patches from third-party models are recovered to valid format before reaching Codex, non-destructive, unknown forms passed through.
- kill-9 self-heal (MOC-197): leftover
sandbox_modeafter a hard kill broke GPT accounts; restore now heals stale snapshots and filters residue when snapshotting. - antigravity fingerprint (MOC-67) + residual-scan read-only show-duplicate-fields entry + macOS 15+ Gatekeeper doc fix.
- Dependency bumps:
windows0.62,tokio-tungstenite0.29,dom_query0.28,dom_smoothie0.18.
Verification
cargo test -p codex-app-transfer-adapterscargo test -p codex-app-transfer --bin codex-app-transfer- Real-device Codex v26.608 check of dual-channel reasoning display