@cleocode/caamp 1.5.1 → 1.6.0
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/README.md +25 -0
- package/dist/{chunk-ZEXRZTQX.js → chunk-N5E7BZM2.js} +267 -80
- package/dist/chunk-N5E7BZM2.js.map +1 -0
- package/dist/cli.js +240 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +273 -52
- package/dist/index.js +23 -1
- package/package.json +2 -1
- package/providers/registry.json +89 -12
- package/dist/chunk-ZEXRZTQX.js.map +0 -1
package/providers/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"lastUpdated": "2026-02
|
|
2
|
+
"version": "1.1.0",
|
|
3
|
+
"lastUpdated": "2026-03-02",
|
|
4
4
|
"providers": {
|
|
5
5
|
"claude-code": {
|
|
6
6
|
"id": "claude-code",
|
|
@@ -26,7 +26,21 @@
|
|
|
26
26
|
"supportsHeaders": true,
|
|
27
27
|
"priority": "high",
|
|
28
28
|
"status": "active",
|
|
29
|
-
"agentSkillsCompatible": true
|
|
29
|
+
"agentSkillsCompatible": true,
|
|
30
|
+
"capabilities": {
|
|
31
|
+
"hooks": {
|
|
32
|
+
"supported": ["onSessionStart", "onSessionEnd", "onToolStart", "onToolComplete", "onPromptSubmit", "onResponseComplete"],
|
|
33
|
+
"hookConfigPath": null,
|
|
34
|
+
"hookFormat": "json"
|
|
35
|
+
},
|
|
36
|
+
"spawn": {
|
|
37
|
+
"supportsSubagents": true,
|
|
38
|
+
"supportsProgrammaticSpawn": true,
|
|
39
|
+
"supportsInterAgentComms": true,
|
|
40
|
+
"supportsParallelSpawn": true,
|
|
41
|
+
"spawnMechanism": "native"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
30
44
|
},
|
|
31
45
|
"cursor": {
|
|
32
46
|
"id": "cursor",
|
|
@@ -52,7 +66,14 @@
|
|
|
52
66
|
"supportsHeaders": true,
|
|
53
67
|
"priority": "high",
|
|
54
68
|
"status": "active",
|
|
55
|
-
"agentSkillsCompatible": true
|
|
69
|
+
"agentSkillsCompatible": true,
|
|
70
|
+
"capabilities": {
|
|
71
|
+
"skills": {
|
|
72
|
+
"precedence": "vendor-global-agents-project",
|
|
73
|
+
"agentsGlobalPath": null,
|
|
74
|
+
"agentsProjectPath": ".agents/skills"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
56
77
|
},
|
|
57
78
|
"windsurf": {
|
|
58
79
|
"id": "windsurf",
|
|
@@ -104,7 +125,21 @@
|
|
|
104
125
|
"supportsHeaders": true,
|
|
105
126
|
"priority": "medium",
|
|
106
127
|
"status": "active",
|
|
107
|
-
"agentSkillsCompatible": true
|
|
128
|
+
"agentSkillsCompatible": true,
|
|
129
|
+
"capabilities": {
|
|
130
|
+
"skills": {
|
|
131
|
+
"precedence": "agents-canonical",
|
|
132
|
+
"agentsGlobalPath": "$HOME/.agents/skills",
|
|
133
|
+
"agentsProjectPath": ".agents/skills"
|
|
134
|
+
},
|
|
135
|
+
"spawn": {
|
|
136
|
+
"supportsSubagents": true,
|
|
137
|
+
"supportsProgrammaticSpawn": true,
|
|
138
|
+
"supportsInterAgentComms": false,
|
|
139
|
+
"supportsParallelSpawn": true,
|
|
140
|
+
"spawnMechanism": "cli"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
108
143
|
},
|
|
109
144
|
"gemini-cli": {
|
|
110
145
|
"id": "gemini-cli",
|
|
@@ -130,7 +165,21 @@
|
|
|
130
165
|
"supportsHeaders": true,
|
|
131
166
|
"priority": "medium",
|
|
132
167
|
"status": "active",
|
|
133
|
-
"agentSkillsCompatible": true
|
|
168
|
+
"agentSkillsCompatible": true,
|
|
169
|
+
"capabilities": {
|
|
170
|
+
"skills": {
|
|
171
|
+
"precedence": "agents-first",
|
|
172
|
+
"agentsGlobalPath": "$HOME/.agents/skills",
|
|
173
|
+
"agentsProjectPath": ".agents/skills"
|
|
174
|
+
},
|
|
175
|
+
"spawn": {
|
|
176
|
+
"supportsSubagents": true,
|
|
177
|
+
"supportsProgrammaticSpawn": true,
|
|
178
|
+
"supportsInterAgentComms": false,
|
|
179
|
+
"supportsParallelSpawn": false,
|
|
180
|
+
"spawnMechanism": "cli"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
134
183
|
},
|
|
135
184
|
"github-copilot": {
|
|
136
185
|
"id": "github-copilot",
|
|
@@ -155,7 +204,14 @@
|
|
|
155
204
|
"supportsHeaders": true,
|
|
156
205
|
"priority": "medium",
|
|
157
206
|
"status": "active",
|
|
158
|
-
"agentSkillsCompatible": true
|
|
207
|
+
"agentSkillsCompatible": true,
|
|
208
|
+
"capabilities": {
|
|
209
|
+
"skills": {
|
|
210
|
+
"precedence": "agents-supported",
|
|
211
|
+
"agentsGlobalPath": "$HOME/.agents/skills",
|
|
212
|
+
"agentsProjectPath": ".agents/skills"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
159
215
|
},
|
|
160
216
|
"opencode": {
|
|
161
217
|
"id": "opencode",
|
|
@@ -163,14 +219,14 @@
|
|
|
163
219
|
"vendor": "OpenCode",
|
|
164
220
|
"agentFlag": "opencode",
|
|
165
221
|
"aliases": [],
|
|
166
|
-
"pathGlobal": "$CONFIG
|
|
222
|
+
"pathGlobal": "$CONFIG/opencode",
|
|
167
223
|
"pathProject": ".opencode",
|
|
168
224
|
"instructFile": "AGENTS.md",
|
|
169
225
|
"configKey": "mcp",
|
|
170
226
|
"configFormat": "json",
|
|
171
227
|
"configPathGlobal": "$CONFIG/opencode/opencode.json",
|
|
172
|
-
"configPathProject": "
|
|
173
|
-
"pathSkills": "$CONFIG
|
|
228
|
+
"configPathProject": "opencode.json",
|
|
229
|
+
"pathSkills": "$CONFIG/opencode/skills",
|
|
174
230
|
"pathProjectSkills": ".opencode/skills",
|
|
175
231
|
"detection": {
|
|
176
232
|
"methods": ["binary"],
|
|
@@ -180,7 +236,21 @@
|
|
|
180
236
|
"supportsHeaders": true,
|
|
181
237
|
"priority": "medium",
|
|
182
238
|
"status": "active",
|
|
183
|
-
"agentSkillsCompatible": true
|
|
239
|
+
"agentSkillsCompatible": true,
|
|
240
|
+
"capabilities": {
|
|
241
|
+
"skills": {
|
|
242
|
+
"precedence": "agents-supported",
|
|
243
|
+
"agentsGlobalPath": "$HOME/.agents/skills",
|
|
244
|
+
"agentsProjectPath": ".agents/skills"
|
|
245
|
+
},
|
|
246
|
+
"spawn": {
|
|
247
|
+
"supportsSubagents": true,
|
|
248
|
+
"supportsProgrammaticSpawn": true,
|
|
249
|
+
"supportsInterAgentComms": true,
|
|
250
|
+
"supportsParallelSpawn": true,
|
|
251
|
+
"spawnMechanism": "native"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
184
254
|
},
|
|
185
255
|
"cline": {
|
|
186
256
|
"id": "cline",
|
|
@@ -410,7 +480,14 @@
|
|
|
410
480
|
"supportsHeaders": true,
|
|
411
481
|
"priority": "low",
|
|
412
482
|
"status": "active",
|
|
413
|
-
"agentSkillsCompatible": true
|
|
483
|
+
"agentSkillsCompatible": true,
|
|
484
|
+
"capabilities": {
|
|
485
|
+
"skills": {
|
|
486
|
+
"precedence": "vendor-global-agents-project",
|
|
487
|
+
"agentsGlobalPath": null,
|
|
488
|
+
"agentsProjectPath": ".agents/skills"
|
|
489
|
+
}
|
|
490
|
+
}
|
|
414
491
|
},
|
|
415
492
|
"kiro-cli": {
|
|
416
493
|
"id": "kiro-cli",
|