Skip to content

Releases: shanselman/toasty

v0.6

08 Feb 04:50

Choose a tag to compare

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

v0.5

10 Jan 10:34

Choose a tag to compare

Full Changelog: v0.4...v0.5

v0.4

10 Jan 10:07

Choose a tag to compare

Full Changelog: v0.3...v0.4

v0.3

10 Jan 09:21

Choose a tag to compare

What's Changed

  • Remove redundant --register flag by @Copilot in #17

Full Changelog: v0.2...v0.3

v0.2

10 Jan 07:52

Choose a tag to compare

What's Changed

  • Add AI CLI presets with automatic parent process detection by @Copilot in #9
  • Add --install to auto-configure AI CLI agent hooks by @Copilot in #14

New Contributors

  • @Copilot made their first contribution in #9

Full Changelog: v0.0.2...v0.2

v0.0.2

10 Jan 04:06

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

10 Jan 03:05

Choose a tag to compare

Add GitHub Actions build for x64 and ARM64