Skip to content

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 06:54
· 111 commits to main since this release
3097698

Codex App Transfer v2.3.2

中文

联网搜索与 antigravity 增强 + 新版 Codex 兼容修复

新增智谱 GLM Coding preset 与 antigravity 原生出图,联网搜索开箱可用并升级双引擎,修复新版 Codex 多项兼容问题。

  • 智谱 GLM Coding 内置 preset:适配 GLM Coding Plan 订阅专属端点 /api/coding/paas/v4,注入 Claude Code UA;原开放平台 preset 并存。
  • antigravity 增强 (MOC-210 / MOC-221 / MOC-217):Codex 内置 image_gen 原生出图;gemini context window 兜底 258k 修正为真实 1M,auto-compact 不再过早触发;适配 tool_search builtin,恢复 MCP 工具暴露。
  • 联网搜索增强 (MOC-215 / MOC-227):web_fetch_backend 默认 auto,内置联网工具开箱可用;web_search 改 DDG+Bing 并行合并去重,新增 web_search_more 翻页工具;移除 web_fetch 摘要兜底及 summaryModel 配置整链。
  • 新版 Codex 兼容 (MOC-219 / MOC-218):修 26.609 工具轮间无文本全折叠,chat 路径节流注入 preamble(纯文本回答改为整段一次性出现);gemini thoughtSignature 改存本地缓存,reasoning item 出 wire 不带 content,修切真 GPT 两连 400。
  • 主题对话区可读性 (MOC-225):#root 升 3 层复合 scrim,11 套主题按壁纸亮度逐套校准。
  • 杂项:Usage 统计时区/精度/缓存打磨 (MOC-19);重复 system 指令块 wire 级去重 (MOC-193);release notes 文件发版门禁 (MOC-66)。

验证

  • cargo test --workspace
  • 真机手测:web_fetch 全文返回、antigravity image_gen 出图、GLM Coding preset 连通
  • Codex 26.609 真机验证工具轮间文本渲染

English

Web search and antigravity upgrades + new Codex compatibility fixes

Adds the Zhipu GLM Coding preset and native antigravity image generation, makes built-in web search work out of the box, and fixes newer-Codex issues.

  • Zhipu GLM Coding built-in preset: targets the GLM Coding Plan subscription endpoint /api/coding/paas/v4 with a Claude Code UA; the open-platform preset coexists.
  • antigravity upgrades (MOC-210 / MOC-221 / MOC-217): built-in image_gen now generates images natively; gemini context window fallback corrected from 258k to 1M; tool_search builtin adapted, restoring MCP tool visibility.
  • Web search upgrades (MOC-215 / MOC-227): web_fetch_backend defaults to auto; web_search merges DDG and Bing in parallel with dedup, plus web_search_more pagination; the web_fetch summary fallback and summaryModel chain are removed.
  • New Codex compatibility (MOC-219 / MOC-218): fixes 26.609 collapsing tool-only turns via throttled preamble injection; gemini thoughtSignature moves to a local cache and reasoning items drop wire content, fixing 400s when switching to a real GPT account.
  • Theme readability (MOC-225): 3-layer composite #root scrim, all 11 themes calibrated per wallpaper brightness.
  • Misc: usage stats timezone/precision/caching polish (MOC-19); wire-level dedup of repeated system instruction blocks (MOC-193); release-notes file gate (MOC-66).

Verification

  • cargo test --workspace
  • Manual: web_fetch full text, antigravity image_gen, GLM Coding preset connectivity
  • Tool-turn text rendering verified on Codex 26.609