agentdiff 0.1.18

Audit and trace autonomous AI code contributions in git repositories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "hooks": {
    "post_cascade_response_with_transcript": [
      {
        "command": "python3 /home/prakh/.agentdiff/scripts/capture-windsurf.py",
        "type": "command"
      }
    ],
    "post_write_code": [
      {
        "command": "python3 /home/prakh/.agentdiff/scripts/capture-windsurf.py",
        "type": "command"
      }
    ]
  }
}