djyde / djyde/ccmate

Provide a option to disable hooks of cc mate

Open
#35 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.