Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions bucket/opencode.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"version": "1.1.25",
"description": "AI coding agent, built for the terminal.",
"description": "AI coding agent, built for the terminal. (Deprecated, moved to Main bucket)",
"homepage": "https://opencode.ai/",
"license": "MIT",
"notes": "This package has been moved to the Main bucket and will no longer receive updates. Please use `main/opencode` instead.",
"architecture": {
"64bit": {
"url": "https://github.com/sst/opencode/releases/download/v1.1.25/opencode-windows-x64.zip",
"url": "https://github.com/anomalyco/opencode/releases/download/v1.1.25/opencode-windows-x64.zip",
"hash": "7d5e3e0eff8832407321a4bc5b06e325ed7dcd8e3a7891f4eaccf372451ba4a4"
}
},
"post_install": "Write-Host \"`nThis package has been moved to the Main bucket and will no longer receive updates. Please use `main/opencode` instead.\" -Foreground Darkred",
"bin": "opencode.exe",
"shortcuts": [
[
Expand All @@ -17,12 +19,12 @@
]
],
"checkver": {
"github": "https://github.com/sst/opencode"
"github": "https://github.com/anomalyco/opencode"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sst/opencode/releases/download/v$version/opencode-windows-x64.zip"
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-x64.zip"
}
}
}
Expand Down