summaryrefslogtreecommitdiffhomepage
path: root/packages/extensions
diff options
context:
space:
mode:
authoropencode <[email protected]>2026-02-12 14:45:45 +0000
committeropencode <[email protected]>2026-02-12 14:45:45 +0000
commit892bb75265602cd3dbcbe1cfc634f1d7f4ca7f5e (patch)
treed93fb0238d1353b66cc001907a4729488f5a6374 /packages/extensions
parenta115565054c9c905788b1684f9b64f0e6dc2dbb4 (diff)
downloadopencode-892bb75265602cd3dbcbe1cfc634f1d7f4ca7f5e.tar.gz
opencode-892bb75265602cd3dbcbe1cfc634f1d7f4ca7f5e.zip
release: v1.1.61
Diffstat (limited to 'packages/extensions')
-rw-r--r--packages/extensions/zed/extension.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/extensions/zed/extension.toml b/packages/extensions/zed/extension.toml
index 2cc381067..c42120c7d 100644
--- a/packages/extensions/zed/extension.toml
+++ b/packages/extensions/zed/extension.toml
@@ -1,7 +1,7 @@
id = "opencode"
name = "OpenCode"
description = "The open source coding agent."
-version = "1.1.60"
+version = "1.1.61"
schema_version = 1
authors = ["Anomaly"]
repository = "https://github.com/anomalyco/opencode"
@@ -11,26 +11,26 @@ name = "OpenCode"
icon = "./icons/opencode.svg"
[agent_servers.opencode.targets.darwin-aarch64]
-archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.60/opencode-darwin-arm64.zip"
+archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.61/opencode-darwin-arm64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.darwin-x86_64]
-archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.60/opencode-darwin-x64.zip"
+archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.61/opencode-darwin-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-aarch64]
-archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.60/opencode-linux-arm64.tar.gz"
+archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.61/opencode-linux-arm64.tar.gz"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-x86_64]
-archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.60/opencode-linux-x64.tar.gz"
+archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.61/opencode-linux-x64.tar.gz"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.windows-x86_64]
-archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.60/opencode-windows-x64.zip"
+archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.61/opencode-windows-x64.zip"
cmd = "./opencode.exe"
args = ["acp"]