Skip to content

Commit ed397df

Browse files
shanselmanclaude
andcommitted
Update README: remove Codex/Cursor references
Simplify supported tools list to Claude, Copilot, and Gemini. Remove -i/--icon flag from docs (still works, just not advertised). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ef92421 commit ed397df

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ toasty --status
2020
2121
Options:
2222
-t, --title <text> Set notification title (default: "Notification")
23-
--app <name> Use AI CLI preset (claude, copilot, gemini, codex, cursor)
24-
-i, --icon <path> Custom icon path (PNG recommended, 48x48px)
23+
--app <name> Use AI CLI preset (claude, copilot, gemini)
2524
-h, --help Show this help
2625
--install [agent] Install hooks for AI CLI agents (claude, gemini, copilot, or all)
2726
--uninstall Remove hooks from all AI CLI agents
@@ -31,14 +30,12 @@ Options:
3130

3231
## AI CLI Auto-Detection
3332

34-
Toasty automatically detects when it's called from a known AI tool and applies the appropriate icon and title. No flags needed!
33+
Toasty automatically detects when it's called from a known AI CLI tool and applies the appropriate icon and title. No flags needed!
3534

3635
**Auto-detected tools:**
37-
- Claude Code / Claude CLI
38-
- GitHub Copilot CLI
36+
- Claude Code
37+
- GitHub Copilot
3938
- Google Gemini CLI
40-
- OpenAI Codex CLI
41-
- Cursor IDE
4239

4340
```cmd
4441
# Called from Claude - automatically uses Claude preset
@@ -55,16 +52,9 @@ Override auto-detection with `--app`:
5552
```cmd
5653
toasty "Processing finished" --app claude
5754
toasty "Build succeeded" --app copilot
55+
toasty "Query done" --app gemini
5856
```
5957

60-
### Custom Icons
61-
62-
```cmd
63-
toasty "Task complete" -i "C:\path\to\icon.png"
64-
```
65-
66-
Icons should be 48x48 pixels PNG for best results.
67-
6858
## One-Click Hook Installation
6959

7060
Toasty can automatically configure AI CLI agents to show notifications when tasks complete.

0 commit comments

Comments
 (0)