Skip to content

codex-notify v0.4.2

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:55
· 18 commits to main since this release

v0.4.2 更新公告

发布日期:2026-08-10

飞书配置入口更清晰,文档中的工作流程也能正常显示了。

💡 体验优化

  • 运行 codex-notify init 配置飞书时,会直接显示飞书应用配置教程,第一次使用也更容易找到所需信息。

🛠️ 问题修复

  • 修复“工作原理”文档显示 Mermaid 源代码的问题。流程图现在可以正常显示,并会自动适配深色或浅色主题。

📦 安装与升级

已有用户可直接升级:

codex-notify update

本次升级后无需重新运行 codex-notify init

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

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