Skip to content

Commit 3eeb22f

Browse files
author
acp-release[bot]
committed
Update 2 agents to latest versions
- claude-acp: 0.47.0 -> 0.48.0 - mistral-vibe: 2.16.1 -> 2.17.0
1 parent ab16eed commit 3eeb22f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

claude-acp/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "claude-acp",
33
"name": "Claude Agent",
4-
"version": "0.47.0",
4+
"version": "0.48.0",
55
"description": "ACP wrapper for Anthropic's Claude",
66
"repository": "https://github.com/agentclientprotocol/claude-agent-acp",
77
"authors": [
@@ -12,7 +12,7 @@
1212
"license": "proprietary",
1313
"distribution": {
1414
"npx": {
15-
"package": "@agentclientprotocol/claude-agent-acp@0.47.0"
15+
"package": "@agentclientprotocol/claude-agent-acp@0.48.0"
1616
}
1717
}
1818
}

mistral-vibe/agent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "mistral-vibe",
33
"name": "Mistral Vibe",
4-
"version": "2.16.1",
4+
"version": "2.17.0",
55
"description": "Mistral's open-source coding assistant",
66
"repository": "https://github.com/mistralai/mistral-vibe",
77
"website": "https://mistral.ai/products/vibe",
@@ -13,23 +13,23 @@
1313
"distribution": {
1414
"binary": {
1515
"darwin-aarch64": {
16-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.16.1/vibe-acp-darwin-aarch64-2.16.1.zip",
16+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.17.0/vibe-acp-darwin-aarch64-2.17.0.zip",
1717
"cmd": "./vibe-acp"
1818
},
1919
"darwin-x86_64": {
20-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.16.1/vibe-acp-darwin-x86_64-2.16.1.zip",
20+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.17.0/vibe-acp-darwin-x86_64-2.17.0.zip",
2121
"cmd": "./vibe-acp"
2222
},
2323
"linux-aarch64": {
24-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.16.1/vibe-acp-linux-aarch64-2.16.1.zip",
24+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.17.0/vibe-acp-linux-aarch64-2.17.0.zip",
2525
"cmd": "./vibe-acp"
2626
},
2727
"linux-x86_64": {
28-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.16.1/vibe-acp-linux-x86_64-2.16.1.zip",
28+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.17.0/vibe-acp-linux-x86_64-2.17.0.zip",
2929
"cmd": "./vibe-acp"
3030
},
3131
"windows-x86_64": {
32-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.16.1/vibe-acp-windows-x86_64-2.16.1.zip",
32+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v2.17.0/vibe-acp-windows-x86_64-2.17.0.zip",
3333
"cmd": "./vibe-acp.exe"
3434
}
3535
}

0 commit comments

Comments
 (0)