opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Zed extension still uses zip for github releases asset url

Open nyxkrage opened this issue 1 month ago • 1 comments

Description

OpenCode has switched to using tar.gz archives for linux releases instead of zip files, however the Zed extenion.toml file still references them with .zip extensions

OpenCode version

1.0.134

Steps to reproduce

  1. Install latest 1.0.134 OpenCode Zed extension
  2. Try to launch the OpenCode agent in Zed
  3. RPC request GetAgentServerCommand failed: extracting response for asset https://github.com/sst/opencode/releases/download/v1.0.134/opencode-linux-x64.zip into "/home/$USER/.local/share/zed/external_agents/opencode/opencode/v_e63c4217db798041": reading the zip archive: unable to locate the end of central directory record

Screenshot and/or share link

No response

Operating System

N/A

Terminal

N/A

nyxkrage avatar Dec 07 '25 08:12 nyxkrage

This issue might be a duplicate of existing issues. Please check:

  • #2444: Please release linux versions as tar balls

This is a follow-up to the original request from #2444 where Linux releases switched from zip to tar.gz, but the Zed extension's extension.toml still references the old .zip asset URLs.

github-actions[bot] avatar Dec 07 '25 08:12 github-actions[bot]