Skip to content

Commit 62d7f8e

Browse files
author
acp-release[bot]
committed
Update 3 agents to latest versions
- dirac: 0.4.16 -> 0.4.17 - nova: 1.1.25 -> 1.1.26 - opencode: 1.18.1 -> 1.18.2
1 parent bbd093e commit 62d7f8e

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

dirac/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dirac",
33
"name": "Dirac",
4-
"version": "0.4.16",
4+
"version": "0.4.17",
55
"description": "Reduces API costs by more than 50%, produces better and faster work. Uses Hash anchored parallel edits, AST manipulation and a whole lot of neat optimizations. Fully Open Source.",
66
"repository": "https://github.com/dirac-run/dirac",
77
"website": "https://dirac.run",
@@ -12,7 +12,7 @@
1212
"icon": "./icon.svg",
1313
"distribution": {
1414
"npx": {
15-
"package": "dirac-cli@0.4.16",
15+
"package": "dirac-cli@0.4.17",
1616
"args": [
1717
"--acp"
1818
]

nova/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "nova",
33
"name": "Nova",
4-
"version": "1.1.25",
4+
"version": "1.1.26",
55
"description": "Nova by Compass AI - a fully-fledged software engineer at your command",
66
"repository": "https://github.com/Compass-Agentic-Platform/nova",
77
"website": "https://www.compassap.ai/portfolio/nova.html",
@@ -12,7 +12,7 @@
1212
"icon": "./icon.svg",
1313
"distribution": {
1414
"npx": {
15-
"package": "@compass-ai/nova@1.1.25",
15+
"package": "@compass-ai/nova@1.1.26",
1616
"args": [
1717
"acp"
1818
]

opencode/agent.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "opencode",
33
"name": "OpenCode",
4-
"version": "1.18.1",
4+
"version": "1.18.2",
55
"description": "The open source coding agent",
66
"repository": "https://github.com/anomalyco/opencode",
77
"website": "https://opencode.ai",
@@ -13,52 +13,52 @@
1313
"distribution": {
1414
"binary": {
1515
"darwin-aarch64": {
16-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.1/opencode-darwin-arm64.zip",
16+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.2/opencode-darwin-arm64.zip",
1717
"cmd": "./opencode",
1818
"args": [
1919
"acp"
2020
],
21-
"sha256": "fd2e1abc18a446591314f83821779bbb1a4840b1762ddef22a4b637ea63acdf6"
21+
"sha256": "2cb1eb3301a73598890364dfeb45c535155a3855b37ed1d190172821e74e462c"
2222
},
2323
"darwin-x86_64": {
24-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.1/opencode-darwin-x64.zip",
24+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.2/opencode-darwin-x64.zip",
2525
"cmd": "./opencode",
2626
"args": [
2727
"acp"
2828
],
29-
"sha256": "7120750613db9cfef35806df5ed8bed3facc1c2c997972a31665a0f8c71adf03"
29+
"sha256": "3672491ae6383468be40e54ee5c6fcbac354eb5cfb7c6afbd0ee3ae0c6af4b2e"
3030
},
3131
"linux-aarch64": {
32-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.1/opencode-linux-arm64.tar.gz",
32+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.2/opencode-linux-arm64.tar.gz",
3333
"cmd": "./opencode",
3434
"args": [
3535
"acp"
3636
],
37-
"sha256": "887e2ba8370895e8c20a0d9648413afdeadc1c8197685da8ce2b5c7a5c72bae0"
37+
"sha256": "93352b30d37d8da2e5c226085f1afbf37cf57cfcecedc813520ff2d0f8581540"
3838
},
3939
"linux-x86_64": {
40-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.1/opencode-linux-x64.tar.gz",
40+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.2/opencode-linux-x64.tar.gz",
4141
"cmd": "./opencode",
4242
"args": [
4343
"acp"
4444
],
45-
"sha256": "9ecce27cf529ade5f177fab478b4876b5c31d9ddc8216b994816acf192159511"
45+
"sha256": "97c95e004bb73d2039f957ea33be0635ea4e22b8dceaedf8f0983765950cf1b6"
4646
},
4747
"windows-aarch64": {
48-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.1/opencode-windows-arm64.zip",
48+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.2/opencode-windows-arm64.zip",
4949
"cmd": "./opencode",
5050
"args": [
5151
"acp"
5252
],
53-
"sha256": "3f9efb88277959d4e6116831328f82ba32b15439fa2f8a415ef5d31648fd6e60"
53+
"sha256": "7eb407240101a0ebca9acb99ed819a09a4211fdafa381161af6ca49f85736e4b"
5454
},
5555
"windows-x86_64": {
56-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.1/opencode-windows-x64.zip",
56+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.18.2/opencode-windows-x64.zip",
5757
"cmd": "./opencode.exe",
5858
"args": [
5959
"acp"
6060
],
61-
"sha256": "9dd0c6ebc129f50cfd7869d6630da959c3d1b2f9af8388bd2253776d3b1d0d35"
61+
"sha256": "aca23b18d03639c6bd576a2dd23cebfa6dab80d31358f17cfa03fd1f2a5c41fd"
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)