CC能通知吗?

2026-04-11 13:070阅读0评论SEO教程
  • 内容介绍
  • 文章标签
  • 相关推荐
问题描述:

像Kilo Code 那样,申请权限和写完代码就通知我

网友解答:
--【壹】--:

之前用 tmux 配合 mac 的通知做了一个host。还有 everything-claude-code 也有通知方案


--【贰】--:

能的,我早上看到有人发了skill


--【叁】--:

写个py脚本 发送飞书消息

"hooks": { "TaskCompleted": [ { "hooks": [ { "type": "command", "timeout": 10, "async": true, "command": "python /e/my_work/cc-hooks-notify/cc_hooks_notify/main.py"} ] } ], "Stop": [ { "hooks": [ { "type": "command", "timeout": 10, "async": true, "command": "python /e/my_work/cc_hooks_notify/main.py"} ] } ], "Notification": [ { "matcher": "permission_prompt", "hooks": [ { "type": "command", "timeout": 10, "async": true, "command": "python /e/my_work/cc_hooks_notify/main.py"} ] } ] }

然后这样配置下,我是windows系统

标签:快问快答
问题描述:

像Kilo Code 那样,申请权限和写完代码就通知我

网友解答:
--【壹】--:

之前用 tmux 配合 mac 的通知做了一个host。还有 everything-claude-code 也有通知方案


--【贰】--:

能的,我早上看到有人发了skill


--【叁】--:

写个py脚本 发送飞书消息

"hooks": { "TaskCompleted": [ { "hooks": [ { "type": "command", "timeout": 10, "async": true, "command": "python /e/my_work/cc-hooks-notify/cc_hooks_notify/main.py"} ] } ], "Stop": [ { "hooks": [ { "type": "command", "timeout": 10, "async": true, "command": "python /e/my_work/cc_hooks_notify/main.py"} ] } ], "Notification": [ { "matcher": "permission_prompt", "hooks": [ { "type": "command", "timeout": 10, "async": true, "command": "python /e/my_work/cc_hooks_notify/main.py"} ] } ] }

然后这样配置下,我是windows系统

标签:快问快答