Skip to main content

Beep when OpenAI Codex finishes a task or needs your input.

Project description

codex-bell

PyPI Python

Get a beep when OpenAI Codex finishes a task or needs your input.


The problem

Codex runs tasks in the background and goes silent for minutes at a time. You end up tab-switching constantly just to check whether it's done — or you miss the moment it asks for input and the whole session stalls.

codex-bell watches your Codex session logs and fires a system beep the instant something needs your attention.


Install

pip install codex-bell

Then just run:

codex-bell

On first run, codex-bell looks for ~/.codex/sessions (the default path used by the Codex CLI on all platforms). If it can't find it, it will ask you where your sessions are and save the answer so you never have to type it again.


Usage

codex-bell [--path PATH] [--interval SECONDS] [--reconfigure]
Flag Description
--path PATH One-off override for the sessions directory
--interval N Polling interval in seconds (default: 2)
--reconfigure Forget saved path and prompt again

How it works

  1. Tails .jsonl files under your Codex sessions directory by tracking byte offsets — only new content is read on each poll.
  2. Detects three events: task_complete, request_user_input, and require_escalated.
  3. Fires a beep using the best available method for your OS (see table below).

Compatibility

OS Beep method
Windows winsound.Beep (built-in)
macOS afplay /System/Library/Sounds/Glass.aiff
Linux paplayaplay → ANSI terminal bell (fallback chain)
Other ANSI terminal bell (\a)

No external dependencies. Pure Python standard library + subprocess.


Why I built it

I was running long Codex sessions and kept missing the moment they finished — or the moment Codex stopped and waited for me. A proper notification felt like too much; I just wanted a beep. Spent an afternoon turning a quick winsound hack into something cross-platform and pip-installable.


Design note: polling vs. filesystem events

codex-bell polls every 2 seconds instead of using filesystem event APIs (like inotify on Linux or FSEvents on macOS). This was intentional:

  • Zero dependencies — no C extensions, no watchdog, no install pain.
  • Dead simple — one timer loop, easy to reason about.
  • Good enough — 2-second latency is imperceptible for "your agent finished a multi-minute task."

If you need sub-second reaction time, swap the loop in watcher.py for watchdog. For the use case this tool was built for, polling is the right call.


License

MIT © Kevin Defalco

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codex_bell-0.1.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codex_bell-0.1.1-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file codex_bell-0.1.1.tar.gz.

File metadata

  • Download URL: codex_bell-0.1.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for codex_bell-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f2e097bf044b8e6cfbe61450dcd4f61e0f88a17e2536d649e7865a718a581d07
MD5 74d08f8908f4f7318e60ea81bc961a5b
BLAKE2b-256 1116bdbf4bbfa8541418bff8d467827eb603f58b513546ce1646cf005144ed2d

See more details on using hashes here.

File details

Details for the file codex_bell-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: codex_bell-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for codex_bell-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4731904629f84388b8cbfd862112e86108d8a3590551bb464b86c32379e289b4
MD5 4f3ab6ed373e3574c8aacf39dc17e599
BLAKE2b-256 c970ab727bf0565334882076ee860bd4143601c878ce3069c4d0540a47efd130

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page