Skip to content

codex-notify v0.5.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 01:45
· 5 commits to main since this release

v0.5.1 更新公告

发布日期:2026-08-13

任务在返回最终结果前中断时,现在也能更可靠地发送提醒;包含本地媒体的结果不再导致整条飞书通知失败。

问题修复

  • Codex 只记录任务中止、没有写入标准错误消息时,watcher 现在会先等待任务是否恢复,再发送中断通知;用量限制等以中止形式结束的任务不再静默漏报。
  • 结果包含本地图片、视频或音频时,飞书卡片现在保留附件名称并提示回到 Codex 查看,不再把本机路径误当作图片 key 而反复发送失败。

安装与升级

已有用户可直接升级:

codex-notify update

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

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 开始配置。