release: v1.0.44

This commit is contained in:
opencode
2025-11-07 21:24:15 +00:00
parent 1a2b3701f2
commit 39461fbbce
15 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
id = "opencode"
name = "OpenCode"
description = "The AI coding agent built for the terminal"
version = "v1.0.43"
version = "1.0.44"
schema_version = 1
authors = ["Anomaly"]
repository = "https://github.com/sst/opencode"
@@ -11,26 +11,26 @@ name = "OpenCode"
icon = "./icons/opencode.svg"
[agent_servers.opencode.targets.darwin-aarch64]
archive = "https://github.com/sst/opencode/releases/v1.0.43/download/opencode-darwin-arm64.zip"
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-darwin-arm64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.darwin-x86_64]
archive = "https://github.com/sst/opencode/releases/v1.0.43/download/opencode-darwin-x64.zip"
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-darwin-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-aarch64]
archive = "https://github.com/sst/opencode/releases/v1.0.43/download/opencode-linux-arm64.zip"
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-linux-arm64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-x86_64]
archive = "https://github.com/sst/opencode/releases/v1.0.43/download/opencode-linux-x64.zip"
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-linux-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.windows-x86_64]
archive = "https://github.com/sst/opencode/releases/v1.0.43/download/opencode-windows-x64.zip"
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-windows-x64.zip"
cmd = "./opencode.exe"
args = ["acp"]