|
@@ -11,26 +11,26 @@ name = "OpenCode"
|
|
|
icon = "./icons/opencode.svg"
|
|
icon = "./icons/opencode.svg"
|
|
|
|
|
|
|
|
[agent_servers.opencode.targets.darwin-aarch64]
|
|
[agent_servers.opencode.targets.darwin-aarch64]
|
|
|
-archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-darwin-arm64.zip"
|
|
|
|
|
|
|
+archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-darwin-arm64.zip"
|
|
|
cmd = "./opencode"
|
|
cmd = "./opencode"
|
|
|
args = ["acp"]
|
|
args = ["acp"]
|
|
|
|
|
|
|
|
[agent_servers.opencode.targets.darwin-x86_64]
|
|
[agent_servers.opencode.targets.darwin-x86_64]
|
|
|
-archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-darwin-x64.zip"
|
|
|
|
|
|
|
+archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-darwin-x64.zip"
|
|
|
cmd = "./opencode"
|
|
cmd = "./opencode"
|
|
|
args = ["acp"]
|
|
args = ["acp"]
|
|
|
|
|
|
|
|
[agent_servers.opencode.targets.linux-aarch64]
|
|
[agent_servers.opencode.targets.linux-aarch64]
|
|
|
-archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-linux-arm64.zip"
|
|
|
|
|
|
|
+archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-linux-arm64.zip"
|
|
|
cmd = "./opencode"
|
|
cmd = "./opencode"
|
|
|
args = ["acp"]
|
|
args = ["acp"]
|
|
|
|
|
|
|
|
[agent_servers.opencode.targets.linux-x86_64]
|
|
[agent_servers.opencode.targets.linux-x86_64]
|
|
|
-archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-linux-x64.zip"
|
|
|
|
|
|
|
+archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-linux-x64.zip"
|
|
|
cmd = "./opencode"
|
|
cmd = "./opencode"
|
|
|
args = ["acp"]
|
|
args = ["acp"]
|
|
|
|
|
|
|
|
[agent_servers.opencode.targets.windows-x86_64]
|
|
[agent_servers.opencode.targets.windows-x86_64]
|
|
|
-archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-windows-x64.zip"
|
|
|
|
|
|
|
+archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-windows-x64.zip"
|
|
|
cmd = "./opencode.exe"
|
|
cmd = "./opencode.exe"
|
|
|
args = ["acp"]
|
|
args = ["acp"]
|