chore(release): update version to 0.4.0-rc.1

This commit is contained in:
Nathan Flurry 2026-03-15 20:34:01 -07:00
parent cf7e2a92c6
commit 2f9f25ae54
28 changed files with 72 additions and 40 deletions

View 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"
}
]
}