opencode formula still at 1.3.0 — upstream is at 1.3.2 (released Mar 24) #6775
-
|
The opencode formula is currently pinned to v1.3.0, but upstream has released v1.3.2 two days ago (Mar 24). This version gap is causing a practical issue: opencode serve proxies its web UI from a CDN (app.opencode.ai) which has already been updated past v1.3.0. The new frontend calls API endpoints (/vcs/diff) that don't exist on the v1.3.0 server, resulting in crashes for all web UI users on the Homebrew-installed version (anomalyco/opencode#19217). Could the formula be bumped to v1.3.2? The release has been stable for 2 days with ~87K downloads of the latest.json asset. Formula: https://formulae.brew.sh/formula/opencode |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The |
Beta Was this translation helpful? Give feedback.
The
opencodeformula is currently "throttled" because the upstream developer has a history of releasing several versions within a single day, which can cause issues with builds becoming stale while they are still in progress, and puts undue pressure on the CI infastructure. It looks like the situation has settled, so we may be able to consider lifting this.