Skip to content

codex-notify v0.4.6

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:30
· 9 commits to main since this release

v0.4.6 更新公告

发布日期:2026-08-10

Windows 升级现在会自动使用已启用的系统代理,连接失败时也能直接看到可操作的处理建议。

新增功能

  • Windows 现在会自动读取“设置 → 网络和 Internet → 代理”中的手动系统代理,无需另外配置终端环境变量。
  • codex-notify update 新增 --proxy <URL>--no-proxy,可以为单次升级明确指定代理或强制直连。

体验优化

  • GitHub 连接失败时会区分代理和直连,提示检查代理软件、地址端口或网络设置,不再只显示底层超时错误。
  • Windows 安装脚本会把已启用的系统代理传给旧版升级器,受影响的现有安装可以直接过渡到新版本。

重要变化

  • 如果 Windows 上的旧版 codex-notify update 仍然连接超时,请重新运行下方 Windows 安装命令完成这一次升级;升级后,后续更新会自动发现系统代理。

安装与升级

已有用户可先直接升级:

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