


















用 Hooks 搞定 Claude Code 多窗口提醒!告别等待浪费时间
最终hooks配置如下
"hooks": { "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "cscript //nologo C:\\Users\\DELL\\.claude\\toast-stop.vbs" } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "cscript //nologo C:\\Users\\DELL\\.claude\\toast-notify.vbs", "filter": { "exclude": ["working"] } } ] } ] }

此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。