Skip to content

v0.6

Latest

Choose a tag to compare

@shanselman shanselman released this 08 Feb 04:50

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-run flag β€” 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

Full Changelog: v0.5...v0.6