Skip to content

Provide a option to disable hooks of cc mate #35

@kaneg

Description

@kaneg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions