opencode
opencode copied to clipboard
Zed extension still uses zip for github releases asset url
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
- Install latest 1.0.134 OpenCode Zed extension
- Try to launch the OpenCode agent in Zed
-
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
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.