Skip to content

Instantly share code, notes, and snippets.

View xCatalitY's full-sized avatar

Hannah Markfort xCatalitY

  • Deutsche Telekom IT GmbH
  • Bonn, Germany
  • 08:07 (UTC +02:00)
View GitHub Profile
@xCatalitY
xCatalitY / README.md
Last active February 22, 2026 17:13
Codex Discord notify hook with subagent filtering and config.toml setup

Codex Discord Notification Hook (notify_discord.py)

This gist contains a Python notify hook for Codex that posts a Discord message when an agent turn completes.

What It Does

  • Listens for agent-turn-complete notifications from Codex.
  • Posts an embed to your Discord webhook.
  • Includes thread ID and working directory.
  • Filters out subagent threads by default (so you only get top-level task completions).