Provide a option to disable hooks of cc mate
- Dominant language
- TypeScript
- Stars
- 627
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.