Skip to content

Releases: Bor4brn/codex-notify

v0.2.1

Choose a tag to compare

@Bor4brn Bor4brn released this 19 Apr 20:43

Highlights

  • Make the Codex home path configurable instead of hard-coding ~/.codex.
  • Resolve Codex data from command-line, environment, persisted settings, then fallback.
  • Derive transcript and session index paths from the same resolved Codex home.

Verification

  • swift test
  • ./scripts/build-app.sh

v0.2.0

Choose a tag to compare

@Bor4brn Bor4brn released this 19 Apr 20:19

Highlights

  • Move Codex session polling and file I/O off the main thread via SessionReplyMonitor.
  • Add Privacy Mode that hides reply bodies, suppresses commentary notifications, and clears visible/queued toasts.
  • Cache session_index.jsonl lookups and use bounded transcript header reads to reduce repeated disk work.

Verification

  • swift test
  • ./scripts/build-app.sh

Codex Notify v0.1.0

Choose a tag to compare

@Bor4brn Bor4brn released this 09 Apr 09:40

First public release of Codex Notify.