Skip to content

Commit 8b0a020

Browse files
Update opencode to 1.1.23
- opencode: 1.1.21 -> 1.1.23
1 parent 3cdbccd commit 8b0a020

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.21",
4+
"version": "1.1.23",
55
"description": "The open source coding agent",
66
"repository": "https://github.com/sst/opencode",
77
"authors": [
@@ -12,35 +12,35 @@
1212
"distribution": {
1313
"binary": {
1414
"darwin-aarch64": {
15-
"archive": "https://github.com/sst/opencode/releases/download/v1.1.21/opencode-darwin-arm64.zip",
15+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.23/opencode-darwin-arm64.zip",
1616
"cmd": "./opencode",
1717
"args": [
1818
"acp"
1919
]
2020
},
2121
"darwin-x86_64": {
22-
"archive": "https://github.com/sst/opencode/releases/download/v1.1.21/opencode-darwin-x64.zip",
22+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.23/opencode-darwin-x64.zip",
2323
"cmd": "./opencode",
2424
"args": [
2525
"acp"
2626
]
2727
},
2828
"linux-aarch64": {
29-
"archive": "https://github.com/sst/opencode/releases/download/v1.1.21/opencode-linux-arm64.tar.gz",
29+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.23/opencode-linux-arm64.tar.gz",
3030
"cmd": "./opencode",
3131
"args": [
3232
"acp"
3333
]
3434
},
3535
"linux-x86_64": {
36-
"archive": "https://github.com/sst/opencode/releases/download/v1.1.21/opencode-linux-x64.tar.gz",
36+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.23/opencode-linux-x64.tar.gz",
3737
"cmd": "./opencode",
3838
"args": [
3939
"acp"
4040
]
4141
},
4242
"windows-x86_64": {
43-
"archive": "https://github.com/sst/opencode/releases/download/v1.1.21/opencode-windows-x64.zip",
43+
"archive": "https://github.com/sst/opencode/releases/download/v1.1.23/opencode-windows-x64.zip",
4444
"cmd": "./opencode.exe",
4545
"args": [
4646
"acp"

0 commit comments

Comments
 (0)