claude-live 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/hooks/hooks.json +42 -0
  2. package/package.json +1 -1
package/hooks/hooks.json CHANGED
@@ -119,6 +119,48 @@
119
119
  "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
120
120
  "async": true
121
121
  }]
122
+ }],
123
+ "StopFailure": [{
124
+ "hooks": [{
125
+ "type": "command",
126
+ "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
127
+ "async": true
128
+ }]
129
+ }],
130
+ "TeammateIdle": [{
131
+ "hooks": [{
132
+ "type": "command",
133
+ "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
134
+ "async": true
135
+ }]
136
+ }],
137
+ "TaskCompleted": [{
138
+ "hooks": [{
139
+ "type": "command",
140
+ "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
141
+ "async": true
142
+ }]
143
+ }],
144
+ "ConfigChange": [{
145
+ "hooks": [{
146
+ "type": "command",
147
+ "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
148
+ "async": true
149
+ }]
150
+ }],
151
+ "Elicitation": [{
152
+ "hooks": [{
153
+ "type": "command",
154
+ "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
155
+ "async": true
156
+ }]
157
+ }],
158
+ "ElicitationResult": [{
159
+ "hooks": [{
160
+ "type": "command",
161
+ "command": "curl -sf -X POST 'http://localhost:43451/hook' -H 'Content-Type: application/json' -d @- 2>/dev/null || true",
162
+ "async": true
163
+ }]
122
164
  }]
123
165
  }
124
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-live",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Realtime Claude Code activity visualizer",
5
5
  "bin": {
6
6
  "claude-live": "./bin/claude-live.js"