| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "hooks": {
- "SessionStart": [
- {
- "hooks": [
- {
- "type": "http",
- "url": "http://localhost:8045/api/event",
- "timeout": 5,
- "async": true
- }
- ]
- }
- ],
- "PreToolUse": [
- {
- "matcher": "Bash|Edit|Write|NotebookEdit",
- "hooks": [
- {
- "type": "http",
- "url": "http://localhost:8045/api/event",
- "timeout": 5,
- "async": true
- }
- ]
- }
- ],
- "PostToolUse": [
- {
- "matcher": "Bash|Edit|Write|NotebookEdit",
- "hooks": [
- {
- "type": "http",
- "url": "http://localhost:8045/api/event",
- "timeout": 5,
- "async": true
- }
- ]
- }
- ],
- "Stop": [
- {
- "hooks": [
- {
- "type": "http",
- "url": "http://localhost:8045/api/event",
- "timeout": 5,
- "async": true
- }
- ]
- }
- ]
- }
- }
|