Skip to content

Commit ea36dc2

Browse files
ignatovclaude
andcommitted
Update agents to latest versions
- auggie: 0.9.1 → 0.12.0 - cagent: 1.15.3 → 1.15.8 - code-assistant: 0.1.19 → 0.1.20 - gemini: 0.21.0 → 0.22.2 - goose: 1.16.1 → 1.18.0 - kimi: 0.65.0 → 0.67.0 - mistral-vibe: 1.1.3 → 1.3.0 - opencode: 1.0.164 → 1.0.193 - qwen-code: 0.5.1 → 0.5.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0df60e2 commit ea36dc2

9 files changed

Lines changed: 47 additions & 47 deletions

File tree

auggie/agent.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "auggie",
33
"name": "Auggie CLI",
4-
"version": "0.9.1",
4+
"version": "0.12.0",
55
"description": "Augment Code's powerful software agent, backed by industry-leading context engine",
66
"repository": "https://github.com/augmentcode/auggie-zed-extension",
77
"authors": ["Augment Code <support@augmentcode.com>"],
@@ -10,39 +10,39 @@
1010
"distribution": {
1111
"binary": {
1212
"darwin-aarch64": {
13-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz",
13+
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
1414
"cmd": "node",
1515
"args": ["./package/augment.mjs", "--acp"],
1616
"env": {
1717
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
1818
}
1919
},
2020
"darwin-x86_64": {
21-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz",
21+
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
2222
"cmd": "node",
2323
"args": ["./package/augment.mjs", "--acp"],
2424
"env": {
2525
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
2626
}
2727
},
2828
"linux-aarch64": {
29-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz",
29+
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
3030
"cmd": "node",
3131
"args": ["./package/augment.mjs", "--acp"],
3232
"env": {
3333
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
3434
}
3535
},
3636
"linux-x86_64": {
37-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz",
37+
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
3838
"cmd": "node",
3939
"args": ["./package/augment.mjs", "--acp"],
4040
"env": {
4141
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
4242
}
4343
},
4444
"windows-x86_64": {
45-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz",
45+
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
4646
"cmd": "node",
4747
"args": ["./package/augment.mjs", "--acp"],
4848
"env": {
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"npx": {
54-
"package": "@augmentcode/auggie@0.9.1",
54+
"package": "@augmentcode/auggie@0.12.0",
5555
"args": ["--acp"],
5656
"env": {
5757
"AUGMENT_DISABLE_AUTO_UPDATE": "1"

cagent/agent.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
22
"id": "cagent",
33
"name": "Docker cagent",
4-
"version": "1.15.3",
4+
"version": "1.15.8",
55
"description": "Docker's AI coding agent",
66
"repository": "https://github.com/docker/cagent",
77
"authors": ["Docker"],
88
"license": "Apache-2.0",
99
"distribution": {
1010
"binary": {
1111
"darwin-aarch64": {
12-
"archive": "https://github.com/docker/cagent/releases/download/v1.15.3/cagent-darwin-arm64",
12+
"archive": "https://github.com/docker/cagent/releases/download/v1.15.8/cagent-darwin-arm64",
1313
"cmd": "./cagent",
1414
"args": ["acp"]
1515
},
1616
"darwin-x86_64": {
17-
"archive": "https://github.com/docker/cagent/releases/download/v1.15.3/cagent-darwin-amd64",
17+
"archive": "https://github.com/docker/cagent/releases/download/v1.15.8/cagent-darwin-amd64",
1818
"cmd": "./cagent",
1919
"args": ["acp"]
2020
},
2121
"linux-aarch64": {
22-
"archive": "https://github.com/docker/cagent/releases/download/v1.15.3/cagent-linux-arm64",
22+
"archive": "https://github.com/docker/cagent/releases/download/v1.15.8/cagent-linux-arm64",
2323
"cmd": "./cagent",
2424
"args": ["acp"]
2525
},
2626
"linux-x86_64": {
27-
"archive": "https://github.com/docker/cagent/releases/download/v1.15.3/cagent-linux-amd64",
27+
"archive": "https://github.com/docker/cagent/releases/download/v1.15.8/cagent-linux-amd64",
2828
"cmd": "./cagent",
2929
"args": ["acp"]
3030
},
3131
"windows-aarch64": {
32-
"archive": "https://github.com/docker/cagent/releases/download/v1.15.3/cagent-windows-arm64.exe",
32+
"archive": "https://github.com/docker/cagent/releases/download/v1.15.8/cagent-windows-arm64.exe",
3333
"cmd": "./cagent.exe",
3434
"args": ["acp"]
3535
},
3636
"windows-x86_64": {
37-
"archive": "https://github.com/docker/cagent/releases/download/v1.15.3/cagent-windows-amd64.exe",
37+
"archive": "https://github.com/docker/cagent/releases/download/v1.15.8/cagent-windows-amd64.exe",
3838
"cmd": "./cagent.exe",
3939
"args": ["acp"]
4040
}

code-assistant/agent.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"id": "code-assistant",
33
"name": "Code Assistant",
4-
"version": "0.1.19",
4+
"version": "0.1.20",
55
"description": "AI-powered coding assistant",
66
"repository": "https://github.com/stippi/code-assistant",
77
"authors": ["Stephan Aßmus"],
88
"license": "MIT",
99
"distribution": {
1010
"binary": {
1111
"darwin-aarch64": {
12-
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.19/code-assistant-macos-aarch64.zip",
12+
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.20/code-assistant-macos-aarch64.zip",
1313
"cmd": "./code-assistant",
1414
"args": ["acp"]
1515
},
1616
"darwin-x86_64": {
17-
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.19/code-assistant-macos-x86_64.zip",
17+
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.20/code-assistant-macos-x86_64.zip",
1818
"cmd": "./code-assistant",
1919
"args": ["acp"]
2020
},
2121
"linux-x86_64": {
22-
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.19/code-assistant-linux-x86_64.zip",
22+
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.20/code-assistant-linux-x86_64.zip",
2323
"cmd": "./code-assistant",
2424
"args": ["acp"]
2525
},
2626
"windows-x86_64": {
27-
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.19/code-assistant-windows-x86_64.zip",
27+
"archive": "https://github.com/stippi/code-assistant/releases/download/v0.1.20/code-assistant-windows-x86_64.zip",
2828
"cmd": "./code-assistant.exe",
2929
"args": ["--acp"]
3030
}

gemini/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"id": "gemini",
33
"name": "Gemini CLI",
4-
"version": "0.21.0",
4+
"version": "0.22.2",
55
"description": "Google's official CLI for Gemini",
66
"repository": "https://github.com/google-gemini/gemini-cli",
77
"authors": ["Google"],
88
"license": "Apache-2.0",
99
"distribution": {
1010
"npx": {
11-
"package": "@google/gemini-cli@0.21.0",
11+
"package": "@google/gemini-cli@0.22.2",
1212
"args": ["--experimental-acp"]
1313
}
1414
}

goose/agent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"id": "goose",
33
"name": "Goose",
4-
"version": "1.16.1",
4+
"version": "1.18.0",
55
"description": "Block's open-source AI developer agent",
66
"repository": "https://github.com/block/goose",
77
"authors": ["Block"],
88
"license": "Apache-2.0",
99
"distribution": {
1010
"binary": {
1111
"darwin-aarch64": {
12-
"archive": "https://github.com/block/goose/releases/download/v1.16.1/goose-aarch64-apple-darwin.tar.bz2",
12+
"archive": "https://github.com/block/goose/releases/download/v1.18.0/goose-aarch64-apple-darwin.tar.bz2",
1313
"cmd": "./goose",
1414
"args": ["acp"]
1515
},
1616
"darwin-x86_64": {
17-
"archive": "https://github.com/block/goose/releases/download/v1.16.1/goose-x86_64-apple-darwin.tar.bz2",
17+
"archive": "https://github.com/block/goose/releases/download/v1.18.0/goose-x86_64-apple-darwin.tar.bz2",
1818
"cmd": "./goose",
1919
"args": ["acp"]
2020
},
2121
"linux-aarch64": {
22-
"archive": "https://github.com/block/goose/releases/download/v1.16.1/goose-aarch64-unknown-linux-gnu.tar.bz2",
22+
"archive": "https://github.com/block/goose/releases/download/v1.18.0/goose-aarch64-unknown-linux-gnu.tar.bz2",
2323
"cmd": "./goose",
2424
"args": ["acp"]
2525
},
2626
"linux-x86_64": {
27-
"archive": "https://github.com/block/goose/releases/download/v1.16.1/goose-x86_64-unknown-linux-gnu.tar.bz2",
27+
"archive": "https://github.com/block/goose/releases/download/v1.18.0/goose-x86_64-unknown-linux-gnu.tar.bz2",
2828
"cmd": "./goose",
2929
"args": ["acp"]
3030
},
3131
"windows-x86_64": {
32-
"archive": "https://github.com/block/goose/releases/download/v1.16.1/goose-x86_64-pc-windows-gnu.zip",
32+
"archive": "https://github.com/block/goose/releases/download/v1.18.0/goose-x86_64-pc-windows-gnu.zip",
3333
"cmd": "./goose.exe",
3434
"args": ["acp"]
3535
}

kimi/agent.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"id": "kimi",
33
"name": "Kimi CLI",
4-
"version": "0.65.0",
4+
"version": "0.67.0",
55
"description": "Moonshot AI's coding assistant",
66
"repository": "https://github.com/MoonshotAI/kimi-cli",
77
"authors": ["Moonshot AI"],
88
"license": "MIT",
99
"distribution": {
1010
"binary": {
1111
"darwin-aarch64": {
12-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.65/kimi-0.65-aarch64-apple-darwin.tar.gz",
12+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.67/kimi-0.67-aarch64-apple-darwin.tar.gz",
1313
"cmd": "./kimi",
1414
"args": ["--acp"]
1515
},
1616
"linux-aarch64": {
17-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.65/kimi-0.65-aarch64-unknown-linux-gnu.tar.gz",
17+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.67/kimi-0.67-aarch64-unknown-linux-gnu.tar.gz",
1818
"cmd": "./kimi",
1919
"args": ["--acp"]
2020
},
2121
"linux-x86_64": {
22-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.65/kimi-0.65-x86_64-unknown-linux-gnu.tar.gz",
22+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.67/kimi-0.67-x86_64-unknown-linux-gnu.tar.gz",
2323
"cmd": "./kimi",
2424
"args": ["--acp"]
2525
},
2626
"windows-x86_64": {
27-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.65/kimi-0.65-x86_64-pc-windows-msvc.zip",
27+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.67/kimi-0.67-x86_64-pc-windows-msvc.zip",
2828
"cmd": "./kimi.exe",
2929
"args": ["--acp"]
3030
}

mistral-vibe/agent.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "mistral-vibe",
33
"name": "Mistral Vibe",
4-
"version": "1.1.3",
4+
"version": "1.3.0",
55
"description": "Mistral's open-source coding assistant",
66
"repository": "https://github.com/mistralai/mistral-vibe",
77
"authors": ["Mistral AI"],
@@ -10,27 +10,27 @@
1010
"distribution": {
1111
"binary": {
1212
"darwin-aarch64": {
13-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.1.3/vibe-acp-darwin-aarch64-1.1.3.zip",
13+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.0/vibe-acp-darwin-aarch64-1.3.0.zip",
1414
"cmd": "./vibe-acp"
1515
},
1616
"darwin-x86_64": {
17-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.1.3/vibe-acp-darwin-x86_64-1.1.3.zip",
17+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.0/vibe-acp-darwin-x86_64-1.3.0.zip",
1818
"cmd": "./vibe-acp"
1919
},
2020
"linux-aarch64": {
21-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.1.3/vibe-acp-linux-aarch64-1.1.3.zip",
21+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.0/vibe-acp-linux-aarch64-1.3.0.zip",
2222
"cmd": "./vibe-acp"
2323
},
2424
"linux-x86_64": {
25-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.1.3/vibe-acp-linux-x86_64-1.1.3.zip",
25+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.0/vibe-acp-linux-x86_64-1.3.0.zip",
2626
"cmd": "./vibe-acp"
2727
},
2828
"windows-aarch64": {
29-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.1.3/vibe-acp-windows-aarch64-1.1.3.zip",
29+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.0/vibe-acp-windows-aarch64-1.3.0.zip",
3030
"cmd": "./vibe-acp.exe"
3131
},
3232
"windows-x86_64": {
33-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.1.3/vibe-acp-windows-x86_64-1.1.3.zip",
33+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.0/vibe-acp-windows-x86_64-1.3.0.zip",
3434
"cmd": "./vibe-acp.exe"
3535
}
3636
}

opencode/agent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "opencode",
33
"name": "OpenCode",
4-
"version": "1.0.164",
4+
"version": "1.0.193",
55
"description": "The open source coding agent",
66
"repository": "https://github.com/sst/opencode",
77
"authors": ["Anomaly"],
@@ -10,27 +10,27 @@
1010
"distribution": {
1111
"binary": {
1212
"darwin-aarch64": {
13-
"archive": "https://github.com/sst/opencode/releases/download/v1.0.164/opencode-darwin-arm64.zip",
13+
"archive": "https://github.com/sst/opencode/releases/download/v1.0.193/opencode-darwin-arm64.zip",
1414
"cmd": "./opencode",
1515
"args": ["acp"]
1616
},
1717
"darwin-x86_64": {
18-
"archive": "https://github.com/sst/opencode/releases/download/v1.0.164/opencode-darwin-x64.zip",
18+
"archive": "https://github.com/sst/opencode/releases/download/v1.0.193/opencode-darwin-x64.zip",
1919
"cmd": "./opencode",
2020
"args": ["acp"]
2121
},
2222
"linux-aarch64": {
23-
"archive": "https://github.com/sst/opencode/releases/download/v1.0.164/opencode-linux-arm64.tar.gz",
23+
"archive": "https://github.com/sst/opencode/releases/download/v1.0.193/opencode-linux-arm64.tar.gz",
2424
"cmd": "./opencode",
2525
"args": ["acp"]
2626
},
2727
"linux-x86_64": {
28-
"archive": "https://github.com/sst/opencode/releases/download/v1.0.164/opencode-linux-x64.tar.gz",
28+
"archive": "https://github.com/sst/opencode/releases/download/v1.0.193/opencode-linux-x64.tar.gz",
2929
"cmd": "./opencode",
3030
"args": ["acp"]
3131
},
3232
"windows-x86_64": {
33-
"archive": "https://github.com/sst/opencode/releases/download/v1.0.164/opencode-windows-x64.zip",
33+
"archive": "https://github.com/sst/opencode/releases/download/v1.0.193/opencode-windows-x64.zip",
3434
"cmd": "./opencode.exe",
3535
"args": ["acp"]
3636
}

qwen-code/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"id": "qwen-code",
33
"name": "Qwen Code",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "Alibaba's Qwen coding assistant",
66
"repository": "https://github.com/QwenLM/qwen-code",
77
"authors": ["Alibaba Qwen Team"],
88
"license": "Apache-2.0",
99
"distribution": {
1010
"npx": {
11-
"package": "@qwen-code/qwen-code@0.5.1",
11+
"package": "@qwen-code/qwen-code@0.5.2",
1212
"args": ["--experimental-acp"]
1313
}
1414
}

0 commit comments

Comments
 (0)