From bcd05c50a7392a2c53cde247858581ae6ae17a6e Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 18 Jan 2026 10:36:32 +0800 Subject: [PATCH 1/2] opencode@1.1.11: add a deprecation notice --- bucket/opencode.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/opencode.json b/bucket/opencode.json index 50d216f8d1174b..663eb397373742 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -3,6 +3,7 @@ "description": "AI coding agent, built for the terminal.", "homepage": "https://opencode.ai/", "license": "MIT", + "notes": "Deprecated. Use main/opencode", "architecture": { "64bit": { "url": "https://github.com/sst/opencode/releases/download/v1.1.11/opencode-windows-x64.zip", From 1edfcff9cfdddc390e630b2723ee42eeab62eb12 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sun, 18 Jan 2026 06:25:45 -0500 Subject: [PATCH 2/2] Make deprecation notice more prominent --- bucket/opencode.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index 293fd1fd568d22..a0e843189351cb 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,15 +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": "Deprecated. Use main/opencode", + "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": [ [ @@ -18,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" } } }