Skip to content

Commit b908ea2

Browse files
author
acp-release[bot]
committed
Update 3 agents to latest versions
- codebuddy-code: 2.91.0 -> 2.92.0 - goose: 1.31.0 -> 1.31.1 - qoder: 0.1.44 -> 0.1.45
1 parent ef4a1ba commit b908ea2

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

codebuddy-code/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "codebuddy-code",
33
"name": "Codebuddy Code",
4-
"version": "2.91.0",
4+
"version": "2.92.0",
55
"description": "Tencent Cloud's official intelligent coding tool",
66
"website": "https://www.codebuddy.cn/cli/",
77
"authors": [
@@ -10,7 +10,7 @@
1010
"license": "Proprietary",
1111
"distribution": {
1212
"npx": {
13-
"package": "@tencent-ai/codebuddy-code@2.91.0",
13+
"package": "@tencent-ai/codebuddy-code@2.92.0",
1414
"args": [
1515
"--acp"
1616
]

goose/agent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "goose",
33
"name": "goose",
4-
"version": "1.31.0",
4+
"version": "1.31.1",
55
"description": "A local, extensible, open source AI agent that automates engineering tasks",
66
"repository": "https://github.com/block/goose",
77
"website": "https://block.github.io/goose/",
@@ -12,35 +12,35 @@
1212
"distribution": {
1313
"binary": {
1414
"darwin-aarch64": {
15-
"archive": "https://github.com/block/goose/releases/download/v1.31.0/goose-aarch64-apple-darwin.tar.bz2",
15+
"archive": "https://github.com/block/goose/releases/download/v1.31.1/goose-aarch64-apple-darwin.tar.bz2",
1616
"cmd": "./goose",
1717
"args": [
1818
"acp"
1919
]
2020
},
2121
"darwin-x86_64": {
22-
"archive": "https://github.com/block/goose/releases/download/v1.31.0/goose-x86_64-apple-darwin.tar.bz2",
22+
"archive": "https://github.com/block/goose/releases/download/v1.31.1/goose-x86_64-apple-darwin.tar.bz2",
2323
"cmd": "./goose",
2424
"args": [
2525
"acp"
2626
]
2727
},
2828
"linux-aarch64": {
29-
"archive": "https://github.com/block/goose/releases/download/v1.31.0/goose-aarch64-unknown-linux-gnu.tar.bz2",
29+
"archive": "https://github.com/block/goose/releases/download/v1.31.1/goose-aarch64-unknown-linux-gnu.tar.bz2",
3030
"cmd": "./goose",
3131
"args": [
3232
"acp"
3333
]
3434
},
3535
"linux-x86_64": {
36-
"archive": "https://github.com/block/goose/releases/download/v1.31.0/goose-x86_64-unknown-linux-gnu.tar.bz2",
36+
"archive": "https://github.com/block/goose/releases/download/v1.31.1/goose-x86_64-unknown-linux-gnu.tar.bz2",
3737
"cmd": "./goose",
3838
"args": [
3939
"acp"
4040
]
4141
},
4242
"windows-x86_64": {
43-
"archive": "https://github.com/block/goose/releases/download/v1.31.0/goose-x86_64-pc-windows-msvc.zip",
43+
"archive": "https://github.com/block/goose/releases/download/v1.31.1/goose-x86_64-pc-windows-msvc.zip",
4444
"cmd": "./goose-package\\goose.exe",
4545
"args": [
4646
"acp"

qoder/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "qoder",
33
"name": "Qoder CLI",
4-
"version": "0.1.44",
4+
"version": "0.1.45",
55
"description": "AI coding assistant with agentic capabilities",
66
"website": "https://qoder.com",
77
"authors": [
@@ -11,7 +11,7 @@
1111
"icon": "./icon.svg",
1212
"distribution": {
1313
"npx": {
14-
"package": "@qoder-ai/qodercli@0.1.44",
14+
"package": "@qoder-ai/qodercli@0.1.45",
1515
"args": [
1616
"--acp"
1717
]

0 commit comments

Comments
 (0)