codex-notify v0.6.0
v0.6.0 更新公告
发布日期:2026-08-13
现在可以精确区分 Codex 主会话与 subAgent/侧边会话,默认只把主会话结果推送到飞书。
新增功能
- 新增
codex-notify config命令,可以查看或修改 subAgent/侧边会话通知范围。 - 新增
--subagent-notifications on|off开关;需要时可以显式开启侧边会话通知。
体验优化
status和status --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 | shWindows PowerShell
irm https://raw.githubusercontent.com/JunieXD/codex-notify/main/scripts/install.ps1 | iex安装完成后运行 codex-notify init 开始配置。