Skip to content

v2.2.11

Choose a tag to compare

@github-actions github-actions released this 15 Apr 16:27
· 1150 commits to master since this release
5e0ad8a

Highlights

  • Fixed a Slack issue where empty mentions could incorrectly fork Codex sessions, reducing accidental session splits. (#190)
  • Improved resume reliability by refreshing backend runtime and scoping backend preparation to the target session before binding. (#186)
  • Fixed Feishu post parsing so wrapped text is preserved correctly and images in rich-text post messages are extracted as expected. (#185)

Changes

Changed

  • Improve resume flow by refreshing backend runtime before session bind and scoping backend preparation to the target session. (#186)

Fixed

  • Prevent empty Slack mentions from forking Codex sessions. (#190)
  • Normalize Feishu wrapped post parsing to preserve post text correctly. (#185)
  • Extract images from Feishu rich-text post messages. (#185)

Full Changelog: v2.2.10...v2.2.11


Highlights

  • 修复了 Slack 中空 mention 可能错误分叉 Codex 会话的问题,减少误触发的会话拆分。(#190)
  • 优化了恢复会话流程:在绑定会话前刷新后端运行时,并将后端准备步骤限定到目标会话,提升恢复稳定性。(#186)
  • 修复了飞书 post 消息解析问题:现在可以正确保留换行/包裹文本,并提取富文本 post 消息中的图片。(#185)

Changes

Changed

  • 优化恢复会话流程:在会话绑定前刷新后端运行时,并将后端准备步骤限定到目标会话。(#186)

Fixed

  • 修复 Slack 空 mention 会错误分叉 Codex 会话的问题。(#190)
  • 修复飞书 wrapped post 的解析,正确保留消息文本内容。(#185)
  • 修复飞书富文本 post 消息中的图片提取。(#185)

Full Changelog: v2.2.10...v2.2.11