@cleocode/caamp 1.6.0 → 1.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/caamp",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Central AI Agent Managed Packages - unified provider registry and package manager for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -132,6 +132,11 @@
132
132
  "agentsGlobalPath": "$HOME/.agents/skills",
133
133
  "agentsProjectPath": ".agents/skills"
134
134
  },
135
+ "hooks": {
136
+ "supported": ["onToolStart", "onToolComplete", "onSessionStart", "onSessionEnd"],
137
+ "hookConfigPath": null,
138
+ "hookFormat": "json"
139
+ },
135
140
  "spawn": {
136
141
  "supportsSubagents": true,
137
142
  "supportsProgrammaticSpawn": true,
@@ -172,6 +177,11 @@
172
177
  "agentsGlobalPath": "$HOME/.agents/skills",
173
178
  "agentsProjectPath": ".agents/skills"
174
179
  },
180
+ "hooks": {
181
+ "supported": ["onSessionStart", "onSessionEnd", "onToolStart", "onToolComplete", "onPromptSubmit", "onResponseComplete"],
182
+ "hookConfigPath": "$HOME/.gemini/settings.json",
183
+ "hookFormat": "json"
184
+ },
175
185
  "spawn": {
176
186
  "supportsSubagents": true,
177
187
  "supportsProgrammaticSpawn": true,
@@ -243,6 +253,11 @@
243
253
  "agentsGlobalPath": "$HOME/.agents/skills",
244
254
  "agentsProjectPath": ".agents/skills"
245
255
  },
256
+ "hooks": {
257
+ "supported": ["onToolStart", "onToolComplete", "onSessionStart", "onSessionEnd", "onPromptSubmit", "onResponseComplete"],
258
+ "hookConfigPath": null,
259
+ "hookFormat": "json"
260
+ },
246
261
  "spawn": {
247
262
  "supportsSubagents": true,
248
263
  "supportsProgrammaticSpawn": true,
@@ -301,7 +316,26 @@
301
316
  "supportsHeaders": true,
302
317
  "priority": "medium",
303
318
  "status": "active",
304
- "agentSkillsCompatible": true
319
+ "agentSkillsCompatible": true,
320
+ "capabilities": {
321
+ "skills": {
322
+ "precedence": "vendor-only",
323
+ "agentsGlobalPath": null,
324
+ "agentsProjectPath": null
325
+ },
326
+ "hooks": {
327
+ "supported": ["onToolStart", "onToolComplete", "onPromptSubmit", "onResponseComplete"],
328
+ "hookConfigPath": null,
329
+ "hookFormat": "json"
330
+ },
331
+ "spawn": {
332
+ "supportsSubagents": false,
333
+ "supportsProgrammaticSpawn": false,
334
+ "supportsInterAgentComms": false,
335
+ "supportsParallelSpawn": false,
336
+ "spawnMechanism": null
337
+ }
338
+ }
305
339
  },
306
340
  "vscode": {
307
341
  "id": "vscode",