Skip to content

Commit e6bd6e9

Browse files
committed
Update agents to latest versions
1 parent 4364389 commit e6bd6e9

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed

_not_yet_unsupported/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.18.0",
4+
"version": "1.19.0",
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.18.0/cagent-darwin-arm64",
12+
"archive": "https://github.com/docker/cagent/releases/download/v1.19.0/cagent-darwin-arm64",
1313
"cmd": "./cagent",
1414
"args": ["acp"]
1515
},
1616
"darwin-x86_64": {
17-
"archive": "https://github.com/docker/cagent/releases/download/v1.18.0/cagent-darwin-amd64",
17+
"archive": "https://github.com/docker/cagent/releases/download/v1.19.0/cagent-darwin-amd64",
1818
"cmd": "./cagent",
1919
"args": ["acp"]
2020
},
2121
"linux-aarch64": {
22-
"archive": "https://github.com/docker/cagent/releases/download/v1.18.0/cagent-linux-arm64",
22+
"archive": "https://github.com/docker/cagent/releases/download/v1.19.0/cagent-linux-arm64",
2323
"cmd": "./cagent",
2424
"args": ["acp"]
2525
},
2626
"linux-x86_64": {
27-
"archive": "https://github.com/docker/cagent/releases/download/v1.18.0/cagent-linux-amd64",
27+
"archive": "https://github.com/docker/cagent/releases/download/v1.19.0/cagent-linux-amd64",
2828
"cmd": "./cagent",
2929
"args": ["acp"]
3030
},
3131
"windows-aarch64": {
32-
"archive": "https://github.com/docker/cagent/releases/download/v1.18.0/cagent-windows-arm64.exe",
32+
"archive": "https://github.com/docker/cagent/releases/download/v1.19.0/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.18.0/cagent-windows-amd64.exe",
37+
"archive": "https://github.com/docker/cagent/releases/download/v1.19.0/cagent-windows-amd64.exe",
3838
"cmd": "./cagent.exe",
3939
"args": ["acp"]
4040
}

_not_yet_unsupported/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.18.0",
4+
"version": "1.19.1",
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.18.0/goose-aarch64-apple-darwin.tar.bz2",
12+
"archive": "https://github.com/block/goose/releases/download/v1.19.1/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.18.0/goose-x86_64-apple-darwin.tar.bz2",
17+
"archive": "https://github.com/block/goose/releases/download/v1.19.1/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.18.0/goose-aarch64-unknown-linux-gnu.tar.bz2",
22+
"archive": "https://github.com/block/goose/releases/download/v1.19.1/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.18.0/goose-x86_64-unknown-linux-gnu.tar.bz2",
27+
"archive": "https://github.com/block/goose/releases/download/v1.19.1/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.18.0/goose-x86_64-pc-windows-gnu.zip",
32+
"archive": "https://github.com/block/goose/releases/download/v1.19.1/goose-x86_64-pc-windows-gnu.zip",
3333
"cmd": "./goose.exe",
3434
"args": ["acp"]
3535
}

auggie/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"id": "auggie",
33
"name": "Auggie CLI",
4-
"version": "0.12.0",
4+
"version": "0.13.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>"],
88
"license": "proprietary",
99
"icon": "./icon.svg",
1010
"distribution": {
1111
"npx": {
12-
"package": "@augmentcode/auggie@0.12.0",
12+
"package": "@augmentcode/auggie@0.13.0",
1313
"args": ["--acp"],
1414
"env": {
1515
"AUGMENT_DISABLE_AUTO_UPDATE": "1"

codex-acp/agent.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"id": "codex-acp",
33
"name": "Codex CLI",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"description": "ACP adapter for OpenAI's coding assistant",
66
"repository": "https://github.com/zed-industries/codex-acp",
77
"authors": ["OpenAI", "Zed Industries"],
88
"license": "Apache-2.0",
99
"distribution": {
1010
"binary": {
1111
"darwin-aarch64": {
12-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-aarch64-apple-darwin.tar.gz",
12+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-aarch64-apple-darwin.tar.gz",
1313
"cmd": "./codex-acp"
1414
},
1515
"darwin-x86_64": {
16-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-x86_64-apple-darwin.tar.gz",
16+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-x86_64-apple-darwin.tar.gz",
1717
"cmd": "./codex-acp"
1818
},
1919
"linux-aarch64": {
20-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-aarch64-unknown-linux-gnu.tar.gz",
20+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-aarch64-unknown-linux-gnu.tar.gz",
2121
"cmd": "./codex-acp"
2222
},
2323
"linux-x86_64": {
24-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-x86_64-unknown-linux-gnu.tar.gz",
24+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-x86_64-unknown-linux-gnu.tar.gz",
2525
"cmd": "./codex-acp"
2626
},
2727
"windows-aarch64": {
28-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-aarch64-pc-windows-msvc.zip",
28+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-aarch64-pc-windows-msvc.zip",
2929
"cmd": "./codex-acp.exe"
3030
},
3131
"windows-x86_64": {
32-
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.0/codex-acp-0.8.0-x86_64-pc-windows-msvc.zip",
32+
"archive": "https://github.com/zed-industries/codex-acp/releases/download/v0.8.1/codex-acp-0.8.1-x86_64-pc-windows-msvc.zip",
3333
"cmd": "./codex-acp.exe"
3434
}
3535
}

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.22.5",
4+
"version": "0.23.0",
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.22.5",
11+
"package": "@google/gemini-cli@0.23.0",
1212
"args": ["--experimental-acp"]
1313
}
1414
}

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.3.3",
4+
"version": "1.3.4",
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.3.3/vibe-acp-darwin-aarch64-1.3.3.zip",
13+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.4/vibe-acp-darwin-aarch64-1.3.4.zip",
1414
"cmd": "./vibe-acp"
1515
},
1616
"darwin-x86_64": {
17-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.3/vibe-acp-darwin-x86_64-1.3.3.zip",
17+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.4/vibe-acp-darwin-x86_64-1.3.4.zip",
1818
"cmd": "./vibe-acp"
1919
},
2020
"linux-aarch64": {
21-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.3/vibe-acp-linux-aarch64-1.3.3.zip",
21+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.4/vibe-acp-linux-aarch64-1.3.4.zip",
2222
"cmd": "./vibe-acp"
2323
},
2424
"linux-x86_64": {
25-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.3/vibe-acp-linux-x86_64-1.3.3.zip",
25+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.4/vibe-acp-linux-x86_64-1.3.4.zip",
2626
"cmd": "./vibe-acp"
2727
},
2828
"windows-aarch64": {
29-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.3/vibe-acp-windows-aarch64-1.3.3.zip",
29+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.4/vibe-acp-windows-aarch64-1.3.4.zip",
3030
"cmd": "./vibe-acp.exe"
3131
},
3232
"windows-x86_64": {
33-
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.3/vibe-acp-windows-x86_64-1.3.3.zip",
33+
"archive": "https://github.com/mistralai/mistral-vibe/releases/download/v1.3.4/vibe-acp-windows-x86_64-1.3.4.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.1.2",
4+
"version": "1.1.6",
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.1.2/opencode-darwin-arm64.zip",
13+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.6/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.1.2/opencode-darwin-x64.zip",
18+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.6/opencode-darwin-x64.zip",
1919
"cmd": "./opencode",
2020
"args": ["acp"]
2121
},
2222
"linux-aarch64": {
23-
"archive": "https://github.com/sst/opencode/releases/download/v1.1.2/opencode-linux-arm64.tar.gz",
23+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.6/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.1.2/opencode-linux-x64.tar.gz",
28+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.6/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.1.2/opencode-windows-x64.zip",
33+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.6/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.6.0",
4+
"version": "0.6.1",
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.6.0",
11+
"package": "@qwen-code/qwen-code@0.6.1",
1212
"args": ["--experimental-acp"]
1313
}
1414
}

0 commit comments

Comments
 (0)