Skip to content

Commit 3bb5ccb

Browse files
author
acp-release[bot]
committed
Update 2 agents to latest versions
- codebuddy-code: 2.85.0 -> 2.86.0 - kimi: 1.32.0 -> 1.33.0
1 parent a50fe85 commit 3bb5ccb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.85.0",
4+
"version": "2.86.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.85.0",
13+
"package": "@tencent-ai/codebuddy-code@2.86.0",
1414
"args": [
1515
"--acp"
1616
]

kimi/agent.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "kimi",
33
"name": "Kimi CLI",
4-
"version": "1.32.0",
4+
"version": "1.33.0",
55
"description": "Moonshot AI's coding assistant",
66
"repository": "https://github.com/MoonshotAI/kimi-cli",
77
"website": "https://moonshotai.github.io/kimi-cli/",
@@ -12,28 +12,28 @@
1212
"distribution": {
1313
"binary": {
1414
"darwin-aarch64": {
15-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.32.0/kimi-1.32.0-aarch64-apple-darwin.tar.gz",
15+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.33.0/kimi-1.33.0-aarch64-apple-darwin.tar.gz",
1616
"cmd": "./kimi",
1717
"args": [
1818
"acp"
1919
]
2020
},
2121
"linux-aarch64": {
22-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.32.0/kimi-1.32.0-aarch64-unknown-linux-gnu.tar.gz",
22+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.33.0/kimi-1.33.0-aarch64-unknown-linux-gnu.tar.gz",
2323
"cmd": "./kimi",
2424
"args": [
2525
"acp"
2626
]
2727
},
2828
"linux-x86_64": {
29-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.32.0/kimi-1.32.0-x86_64-unknown-linux-gnu.tar.gz",
29+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.33.0/kimi-1.33.0-x86_64-unknown-linux-gnu.tar.gz",
3030
"cmd": "./kimi",
3131
"args": [
3232
"acp"
3333
]
3434
},
3535
"windows-x86_64": {
36-
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.32.0/kimi-1.32.0-x86_64-pc-windows-msvc.zip",
36+
"archive": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.33.0/kimi-1.33.0-x86_64-pc-windows-msvc.zip",
3737
"cmd": "./kimi.exe",
3838
"args": [
3939
"acp"

0 commit comments

Comments
 (0)