Skip to content

Commit 48dfd32

Browse files
author
acp-release[bot]
committed
Update corust-agent to 0.4.2
- corust-agent: 0.4.1 -> 0.4.2
1 parent 40cb5c1 commit 48dfd32

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

corust-agent/agent.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
{
22
"id": "corust-agent",
33
"name": "Corust Agent",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "Co-building with a seasoned Rust partner.",
66
"repository": "https://github.com/Corust-ai/corust-agent-release",
77
"website": "https://corust.ai/",
8-
"authors": ["Corust AI <support@corust.ai>"],
8+
"authors": [
9+
"Corust AI <support@corust.ai>"
10+
],
911
"license": "GPL-3.0-or-later",
1012
"distribution": {
1113
"binary": {
1214
"darwin-aarch64": {
13-
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.1/agent-darwin-arm64.tar.gz",
15+
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.2/agent-darwin-arm64.tar.gz",
1416
"cmd": "./corust-agent-acp"
1517
},
1618
"darwin-x86_64": {
17-
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.1/agent-darwin-x64.tar.gz",
19+
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.2/agent-darwin-x64.tar.gz",
1820
"cmd": "./corust-agent-acp"
1921
},
2022
"linux-x86_64": {
21-
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.1/agent-linux-x64.tar.gz",
23+
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.2/agent-linux-x64.tar.gz",
2224
"cmd": "./corust-agent-acp"
2325
},
2426
"windows-x86_64": {
25-
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.1/agent-windows-x64.zip",
27+
"archive": "https://github.com/Corust-ai/corust-agent-release/releases/download/v0.4.2/agent-windows-x64.zip",
2628
"cmd": "./corust-agent-acp.exe"
2729
}
2830
}

0 commit comments

Comments
 (0)