[PR #7044] fix: use actual version in install script #12222

Closed
opened 2026-02-16 18:17:09 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/7044

State: closed
Merged: Yes


Problem

The install script has a TODO comment on line 212 indicating the version check should use the actual installed version instead of a hardcoded value.

Solution

Changed the check_version() function to call opencode --version instead of using a hardcoded version.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/7044 **State:** closed **Merged:** Yes --- ## Problem The install script has a TODO comment on line 212 indicating the version check should use the actual installed version instead of a hardcoded value. ## Solution Changed the `check_version()` function to call `opencode --version` instead of using a hardcoded version.
yindo added the pull-request label 2026-02-16 18:17:09 -05:00
yindo closed this issue 2026-02-16 18:17:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12222