mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
chore(release): update version to 0.4.0-rc.1
This commit is contained in:
parent
cf7e2a92c6
commit
2f9f25ae54
28 changed files with 72 additions and 40 deletions
32
scripts/audit-acp-deps/adapters.json
Normal file
32
scripts/audit-acp-deps/adapters.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"sdkDeps": {
|
||||
"@agentclientprotocol/sdk": "^0.16.1"
|
||||
},
|
||||
"adapters": [
|
||||
{
|
||||
"agentId": "claude",
|
||||
"npmPackage": "@zed-industries/claude-agent-acp",
|
||||
"pinnedVersion": "0.20.0"
|
||||
},
|
||||
{
|
||||
"agentId": "codex",
|
||||
"npmPackage": "@zed-industries/codex-acp",
|
||||
"pinnedVersion": "0.1.0"
|
||||
},
|
||||
{
|
||||
"agentId": "amp",
|
||||
"npmPackage": "amp-acp",
|
||||
"pinnedVersion": "0.7.0"
|
||||
},
|
||||
{
|
||||
"agentId": "pi",
|
||||
"npmPackage": "pi-acp",
|
||||
"pinnedVersion": "0.0.23"
|
||||
},
|
||||
{
|
||||
"agentId": "cursor",
|
||||
"npmPackage": "@blowmage/cursor-agent-acp",
|
||||
"pinnedVersion": "0.1.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue