-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathopencode.json
More file actions
30 lines (30 loc) · 1.09 KB
/
Copy pathopencode.json
File metadata and controls
30 lines (30 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "1.17.4",
"description": "The open source AI coding agent.",
"homepage": "https://opencode.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.17.4/opencode-windows-x64.zip",
"hash": "7e2f486e4551ac3e053c6c82d3283cdbef206e928f5b8680850f4cb86fada648"
},
"arm64": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.17.4/opencode-windows-arm64.zip",
"hash": "aad056951cf6b6460d9942d767a2a3a86178927431b608ae9d368cae12d895a6"
}
},
"bin": "opencode.exe",
"checkver": {
"github": "https://github.com/anomalyco/opencode"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-x64.zip"
},
"arm64": {
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-arm64.zip"
}
}
}
}