update: refine hook notification text for better clarity

This commit is contained in:
olekhondera
2026-02-16 11:49:52 +02:00
parent 3a642fece7
commit d199808748

View File

@@ -50,7 +50,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "type": "command",
"command": "osascript -e 'display notification \"Claude Code ждёт вашего ввода\" with title \"Claude Code\"'" "command": "osascript -e 'display notification \"Claude Code простаивает, удели минуту своего времени\" with title \"Claude Code\"'"
} }
] ]
} }