-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathopencode.json
More file actions
30 lines (30 loc) · 1.09 KB
/
opencode.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.3.15",
"description": "The open source AI coding agent.",
"homepage": "https://opencode.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.3.15/opencode-windows-x64.zip",
"hash": "ee2fa6b50a66aaf4f0c2bd4ce2b8934828bba5a2ce619f9eba7620388d13dfda"
},
"arm64": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.3.15/opencode-windows-arm64.zip",
"hash": "12521ebb47eb2ae5c94583a3eb8d911858f7e8c3c751cd89607905cf8f93de2f"
}
},
"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"
}
}
}
}