Closed
Fix opencode engine install/verify mismatch for opencode-ai >=1.15.1#50121
Conversation
Copilot
AI
changed the title
[WIP] Fix opencode engine install step conflict
Fix opencode engine install/verify mismatch for opencode-ai >=1.15.1
Aug 4, 2026
Collaborator
|
@copilot commit changes |
Contributor
PR Triage
Rationale: Draft PR with 0 diff (changed_files: 0) — appears to still be in progress; only an "Initial plan" commit exists so far. Fixes a real opencode install/verify mismatch (issue #50114), but there is no reviewable code yet and CI shows only the Automated PR triage.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
engine: opencodeemitted a contradictory pair of steps: install with--ignore-scriptsfollowed byopencode --version. Starting atopencode-ai@1.15.1, postinstall is required for a usable CLI, so verification failed before agent startup.Engine install behavior
Workflow output impact
latest.opencode --versionvalidation step remains in place and now validates a real install path instead of failing deterministically.Regression coverage
Example (effective generated behavior for opencode):
--ignore-scriptsinstall cannot satisfy the adjacentopencode --versionverify step for opencode-ai 1.15.1+ #50114