buka给claude code加入hook来提示需要人类介入 中发帖

“hooks”: { 
“Notification”: [ 
{ 
“matcher”: “”, 
“hooks”: [ 
{ 
“type”: “command”, 
“command”: “osascript -e ‘display notification "Claude Code 需要你的审批" with title "Claude Code"’” 
} 
] 
} 
] 
},
 
 
Back to Top