Skip to content

Releases: danbi2990/codex-approval-watcher

v0.1.2

17 Mar 12:58

Choose a tag to compare

v0.1.2

  • Automatically bootstraps the default config at ~/.config/codex-approval-watcher/config.toml on first run
  • Adds regression coverage for first-run config creation
  • Updates Homebrew guidance to reflect the new first-run behavior

v0.1.1

17 Mar 12:41

Choose a tag to compare

v0.1.1

This release simplifies notifications and makes packaged installs easier to verify.

Changed

  • Switched notifications to an osascript-only implementation
  • Removed the terminal-notifier dependency and related service PATH workaround
  • Added doctor-notifications to send a test notification and verify delivery through macOS unified logs
  • Updated the Homebrew formula and tap for the v0.1.1 release

Verification

  • cargo test
  • cargo run -- doctor-notifications
  • brew reinstall danbi2990/tap/codex-approval-watcher
  • /opt/homebrew/bin/codex-approval-watcher doctor-notifications

Notes

  • Existing configs no longer need any notification backend setting
  • Homebrew service installs continue to use ~/.config/codex-approval-watcher/config.toml

v0.1.0

16 Mar 15:18

Choose a tag to compare