Skip to content

codex-notify v0.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 02:26
· 4 commits to main since this release

v0.6.0 更新公告

发布日期:2026-08-13

现在可以精确区分 Codex 主会话与 subAgent/侧边会话,默认只把主会话结果推送到飞书。

新增功能

  • 新增 codex-notify config 命令,可以查看或修改 subAgent/侧边会话通知范围。
  • 新增 --subagent-notifications on|off 开关;需要时可以显式开启侧边会话通知。

体验优化

  • statusstatus --json 现在会显示 subAgent 通知开关状态。
  • 旧版配置缺少新字段时会自动使用关闭状态,不需要手动修改配置文件。

问题修复

  • 修复 watcher 补获和 Codex notify 直达事件把 subAgent/侧边会话误发到飞书的问题。
  • 修复侧边会话的异常中断候选可能进入飞书通知队列的问题。

安装与升级

已有用户可直接升级:

codex-notify update

升级后默认不推送 subAgent/侧边会话。如需开启:

codex-notify config --subagent-notifications on

首次安装可使用以下命令。

macOS 与 Linux

curl -fsSL https://raw.githubusercontent.com/JunieXD/codex-notify/main/scripts/install.sh | sh

Windows PowerShell

irm https://raw.githubusercontent.com/JunieXD/codex-notify/main/scripts/install.ps1 | iex

安装完成后运行 codex-notify init 开始配置。