Releases: shanselman/toasty
Releases · shanselman/toasty
v0.6
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
v0.5
Full Changelog: v0.4...v0.5
v0.4
Full Changelog: v0.3...v0.4
v0.3
v0.2
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
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Add GitHub Actions build for x64 and ARM64