What's New in v0.6
π Push Notifications via ntfy.sh (#29)
Get notified on your phone when AI agents finish! Set TOASTY_NTFY_TOPIC to enable push notifications via ntfy.sh. Supports self-hosted servers via TOASTY_NTFY_SERVER.
π¦ Codex --install Support (#24)
toasty --install codex configures OpenAI Codex CLI to send toast notifications on task completion. Writes the notify array to ~/.codex/config.toml.
π Version Check & Update Notifications (#35)
Toasty now checks GitHub Releases for updates (once per day, non-blocking). When a newer version is available, you'll see a message in stderr and a clickable toast linking to the download.
--version/-vβ print current version
π§ͺ Test Harness & CI (#22)
--dry-runflag β outputs what toasty would do without side effects (no toast, no network, no registry)- 26 automated tests covering args, presets, XML, install/uninstall, and ntfy
- GitHub Actions CI runs on every push and PR
π Agent Support Matrix
README now includes a table showing supported AI agents and their hook/install capabilities:
| Agent | Icon | Auto-detect | --install |
|---|---|---|---|
| Claude Code | β | β | β |
| GitHub Copilot | β | β | β |
| Gemini CLI | β | β | β |
| Codex CLI | β | β | β |
| Cursor | β | β | β |
π§Ή Housekeeping
- Closed 9 PRs with critical issues (#7, #11, #12, #16, #19, #21, #23, #26, #33)
- Removed OpenCode support (no upstream hook system β issue #20 reopened)
- Filed Windows Terminal tab-focus feature request (microsoft/terminal#19783)
Full Changelog: v0.5...v0.6