summaryrefslogtreecommitdiffhomepage
path: root/packages/extensions
diff options
context:
space:
mode:
authorDax <[email protected]>2026-01-29 13:17:55 -0500
committerGitHub <[email protected]>2026-01-29 13:17:55 -0500
commit9ed3b0742f3861c5cbb0974329b13a228dcfd1a7 (patch)
treeaaa85ad12d4a2edc82925361bdf29f9a0394cd81 /packages/extensions
parentae9199e1014ca042262f53593167577a4e66f17c (diff)
downloadopencode-9ed3b0742f3861c5cbb0974329b13a228dcfd1a7.tar.gz
opencode-9ed3b0742f3861c5cbb0974329b13a228dcfd1a7.zip
ci (#11149)
Co-authored-by: opencode <[email protected]>
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 9e09a12f9..4e0db0d71 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.42"
+version = "0.0.0-ci-202601291718"
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.42/opencode-darwin-arm64.zip"
+archive = "https://github.com/anomalyco/opencode/releases/download/v0.0.0-ci-202601291718/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.42/opencode-darwin-x64.zip"
+archive = "https://github.com/anomalyco/opencode/releases/download/v0.0.0-ci-202601291718/opencode-darwin-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-aarch64]
-archive = "https://github.com/anomalyco/opencode/releases/download/v1.1.42/opencode-linux-arm64.tar.gz"
+archive = "https://github.com/anomalyco/opencode/releases/download/v0.0.0-ci-202601291718/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.42/opencode-linux-x64.tar.gz"
+archive = "https://github.com/anomalyco/opencode/releases/download/v0.0.0-ci-202601291718/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.42/opencode-windows-x64.zip"
+archive = "https://github.com/anomalyco/opencode/releases/download/v0.0.0-ci-202601291718/opencode-windows-x64.zip"
cmd = "./opencode.exe"
args = ["acp"]