📌 📄 内容摘要:
GinWU 在 Codex配置提醒 中发帖
~/.codex/config.toml最顶层位置(第一行)配置通知的shell脚本,shell脚本为同级目录的notify_on_finish.sh
notify = ["/bin/sh", "/Users/wu/.codex/notify_on_finish.sh"]
#!/bin/bash
osascript -e "display notification with title \"Codex\" subtitle \"任务已完成\""
claude code同理:
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/974054/1
─────────────────────────────
📢 来源:LINUX DO