Explain or troubleshoot the codex-macos-notifier plugin that sends macOS notifications before risky Bash commands and when a Codex turn finishes.
Use this skill when the user asks why the notifier fired, how it decides a command is risky, how turn-finished notifications work, or how to tune its behavior.
PreToolUse hook for the Bash tool.Stop hook that sends a macOS notification when a Codex turn finishes.sudo, rm -rf, and git resetApprovalRequested hook, so pre-approval notifications are best-effort rather than exact.Stop is turn-scoped. It notifies when the current Codex reply finishes, not when the whole session exits.CODEX_MACOS_NOTIFIER_DISABLE=1 to disable notifications temporarily.CODEX_MACOS_NOTIFIER_STOP_DISABLE=1 to disable only turn-finished notifications.CODEX_MACOS_NOTIFIER_DEDUP_SEC=<seconds> to change duplicate suppression.CODEX_MACOS_NOTIFIER_STOP_DEDUP_SEC=<seconds> to change duplicate suppression for turn-finished notifications.CODEX_MACOS_NOTIFIER_APPROVAL_TITLE or CODEX_MACOS_NOTIFIER_APPROVAL_SUBTITLE to customize approval notifications.CODEX_MACOS_NOTIFIER_STOP_TITLE or CODEX_MACOS_NOTIFIER_STOP_SUBTITLE to customize turn-finished notifications.CODEX_MACOS_NOTIFIER_APPROVAL_GROUP or CODEX_MACOS_NOTIFIER_STOP_GROUP if you want independent notification replacement behavior.