clash 0.7.2

Command Line Agent Safety Harness — permission policies for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "hooks": [
    {
      "name": "clash-pre-tool-use",
      "command": "clash hook --agent copilot pre-tool-use",
      "events": ["preToolUse"],
      "matcher": "*"
    },
    {
      "name": "clash-post-tool-use",
      "command": "clash hook --agent copilot post-tool-use",
      "events": ["postToolUse"],
      "matcher": "*"
    }
  ]
}