Hi,
I'm seeing there are lots of hooks created by cc mate(there is a attribute called ccmate) in Cluade Code's settings.json, e.g.
"hooks": {
"Notification": [
{
"hooks": [
{
"__ccmate__": true,
"type": "http",
"url": "http://localhost:59948/claude_code/hooks"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"__ccmate__": true,
"type": "http",
"url": "http://localhost:59948/claude_code/hooks"
}
]
}
],
I found Claude Code reported some errors to connect these hooks. Can you provide a option to turn off these hooks from settings.json?
Hi,
I'm seeing there are lots of hooks created by cc mate(there is a attribute called ccmate) in Cluade Code's settings.json, e.g.
I found Claude Code reported some errors to connect these hooks. Can you provide a option to turn off these hooks from settings.json?