@cleocode/caamp 2026.5.36 → 2026.5.38
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 +5 -5
- package/providers/registry.json +38 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleocode/caamp",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.38",
|
|
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": {
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"jsonc-parser": "^3.3.1",
|
|
51
51
|
"picocolors": "^1.1.1",
|
|
52
52
|
"simple-git": "3.33.0",
|
|
53
|
-
"@cleocode/
|
|
54
|
-
"@cleocode/
|
|
55
|
-
"@cleocode/lafs": "2026.5.
|
|
56
|
-
"@cleocode/
|
|
53
|
+
"@cleocode/cant": "2026.5.38",
|
|
54
|
+
"@cleocode/contracts": "2026.5.38",
|
|
55
|
+
"@cleocode/lafs": "2026.5.38",
|
|
56
|
+
"@cleocode/paths": "2026.5.38"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@biomejs/biome": "2.4.11",
|
package/providers/registry.json
CHANGED
|
@@ -1994,6 +1994,44 @@
|
|
|
1994
1994
|
]
|
|
1995
1995
|
}
|
|
1996
1996
|
}
|
|
1997
|
+
},
|
|
1998
|
+
"openai-sdk": {
|
|
1999
|
+
"id": "openai-sdk",
|
|
2000
|
+
"toolName": "OpenAI SDK (Vercel AI SDK)",
|
|
2001
|
+
"vendor": "OpenAI",
|
|
2002
|
+
"agentFlag": "openai-sdk",
|
|
2003
|
+
"aliases": [
|
|
2004
|
+
"openai-agents",
|
|
2005
|
+
"vercel-ai-sdk"
|
|
2006
|
+
],
|
|
2007
|
+
"pathGlobal": "$HOME/.config/openai",
|
|
2008
|
+
"pathProject": ".openai",
|
|
2009
|
+
"instructFile": "AGENTS.md",
|
|
2010
|
+
"pathSkills": "$HOME/.config/openai/skills",
|
|
2011
|
+
"pathProjectSkills": ".openai/skills",
|
|
2012
|
+
"detection": {
|
|
2013
|
+
"methods": [
|
|
2014
|
+
"env"
|
|
2015
|
+
],
|
|
2016
|
+
"env": "OPENAI_API_KEY"
|
|
2017
|
+
},
|
|
2018
|
+
"priority": "medium",
|
|
2019
|
+
"status": "active",
|
|
2020
|
+
"agentSkillsCompatible": true,
|
|
2021
|
+
"capabilities": {
|
|
2022
|
+
"skills": {
|
|
2023
|
+
"precedence": "agents-canonical",
|
|
2024
|
+
"agentsGlobalPath": "$HOME/.agents/skills",
|
|
2025
|
+
"agentsProjectPath": ".agents/skills"
|
|
2026
|
+
},
|
|
2027
|
+
"spawn": {
|
|
2028
|
+
"supportsSubagents": true,
|
|
2029
|
+
"supportsProgrammaticSpawn": true,
|
|
2030
|
+
"supportsInterAgentComms": false,
|
|
2031
|
+
"supportsParallelSpawn": false,
|
|
2032
|
+
"spawnMechanism": "sdk"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
1997
2035
|
}
|
|
1998
2036
|
}
|
|
1999
2037
|
}
|