Skip to content

Commit b67ed51

Browse files
shanselmanclaude
andcommitted
Update README: fix Gemini hook format, add toasty mascot
- Fix Gemini CLI hook example to use flat structure (no nested hooks array) - Add toasty mascot image at top of README Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8b63284 commit b67ed51

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Toasty
22

3+
<img src="icons/toasty.png" alt="Toasty mascot" width="128" align="right">
4+
35
A tiny Windows toast notification CLI that knows how to hook into Coding Agents so you get notified when their long running tasks are finished. 229 KB, no dependencies.
46

57
## Quick Start
@@ -134,13 +136,9 @@ Add to `~/.gemini/settings.json`:
134136
"hooks": {
135137
"AfterAgent": [
136138
{
137-
"hooks": [
138-
{
139-
"type": "command",
140-
"command": "C:\\path\\to\\toasty.exe \"Gemini finished\"",
141-
"timeout": 5000
142-
}
143-
]
139+
"type": "command",
140+
"command": "C:\\path\\to\\toasty.exe \"Gemini finished\"",
141+
"timeout": 5000
144142
}
145143
]
146144
}

0 commit comments

Comments
 (0)