Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions opencode/agent.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "opencode",
"name": "OpenCode",
"version": "1.1.65",
"version": "1.2.5",
"description": "The open source coding agent",
"repository": "https://github.com/anomalyco/opencode",
"authors": [
Expand All @@ -12,35 +12,35 @@
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.1.65/opencode-darwin-arm64.zip",
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.5/opencode-darwin-arm64.zip",
"cmd": "./opencode",
"args": [
"acp"
]
},
"darwin-x86_64": {
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.1.65/opencode-darwin-x64.zip",
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.5/opencode-darwin-x64.zip",
"cmd": "./opencode",
"args": [
"acp"
]
},
"linux-aarch64": {
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.1.65/opencode-linux-arm64.tar.gz",
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.5/opencode-linux-arm64.tar.gz",
"cmd": "./opencode",
"args": [
"acp"
]
},
"linux-x86_64": {
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.1.65/opencode-linux-x64.tar.gz",
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.5/opencode-linux-x64.tar.gz",
"cmd": "./opencode",
"args": [
"acp"
]
},
"windows-x86_64": {
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.1.65/opencode-windows-x64.zip",
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.2.5/opencode-windows-x64.zip",
"cmd": "./opencode.exe",
"args": [
"acp"
Expand Down
1 change: 0 additions & 1 deletion quarantine.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"opencode": "ACP spec violation: writes non-JSON to stdout (database migration logs)"
}
Loading