RisenMyth 在 给Claude Code增加一个Windows消息通知 中发帖
写了个notify.ps1脚本,在Claude Code完成之后弹出通知。效果图如下:
[PixPin_2026-04-01_13-45-52]
{
"hooks": {
"Notification": [
{
"hooks": [
{
"command": "powershell -WindowStyle Hidden -ExecutionPolicy Bypass -File \"C:/Users/issuser/notify.ps1\" -Event Notification",
"timeout": 15,
"type": "command"
}
],
"matcher": ""
}...