chore(opencode.lock): pin to v1.17.3-amicode.10 - #221
Merged
Conversation
144 commits since amicode.9. Brings the Claude 5 provider/model transform port, the /api/event resolved-Location fix, and the accumulated amicode UI work (organic context tree, vault side panel, entity modals, a11y sweep).
opencode ead3274d3 changed settings.tsx to `newLayoutDesigns: createMemo(() => true)` — unconditional, no channel dependency. That minifies to `newLayoutDesigns:Z(()=>!0)`, so the grep for the old channel-gated shape `newLayoutDesigns,<VAR>)` finds nothing and vsix-gate reds on any binary from amicode.10 onward. Accept the new shape, keep the legacy channel-gated one as a fallback, and still fail closed on a genuine gate-OFF build. Also fixes the silent-failure bug: under `set -euo pipefail` the non-matching grep aborted the script before its own "pattern not found" diagnostic could print, so the job failed with no explanation. Mirrors harmoniqs/opencode#81, which fixed the same two bugs in the fork's release workflow.
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.
Bumps the vendored opencode fork from
v1.17.3-amicode.9→v1.17.3-amicode.10.plus both platform sha256s.
144 commits since the .9 pin (2026-07-20).
What lands
reasoning_optionsfrom the models.dev catalog drives thinking variants instead of model-ID pattern matching — the fix for Claude 5 thinking being silently hobbled at our v1.17.3 base/api/eventresolved locations (opencode#2)Location.Refwhere the wire contract is a resolvedLocation.Info. Broken in .9 and every release before itThe fork's CI was structurally broken and is now fixed
Worth knowing, because it explains why .9 shipped with defects nobody saw:
blacksmith-4vcpu-*runners. The org has zero registered under those labels, so every job queued forever — notestjob had ever run on the default branch. opencode#2 moved them to GitHub-hosted runners and madetest/typecheckfire on push.exit 137. Not an OOM (peak 0.37 GB of 32 GB) — a segfault in@napi-rs/keyring's nativesetPassword(), because one test drove the real OS keyring underbun test. Fixed by opencode#91. Production was never affected; verified against Pasqal with real credentials underbun run … serve.ead3274d3had changed. Any tag cut from mainline would have failed its own gate step and published nothing. Fixed by opencode#81, verified against a real 160 MB build.Verification
Release build: both assets published, gate asserted ON in each.
Locally, from this pin:
Fork CI on the tagged commit
e0105cd4d: typecheck green;unit (linux)failures limited to the four known stale LLM fixtures (opencode#80 — recordings from May, prompt changed 2026-07-10, already shipping in .9);e2e (linux)2/7 pre-existing and unchanged from the bare-tip baseline.Binary smoke-tested before tagging:
serveup, core +/amicode/*routes 200, session create/list working, amicode surfaces present in the embedded bundle.Known-carried, all pre-existing and tracked
opencode#80 stale LLM fixtures · opencode#76 Windows POSIX-path test (that lane is now dropped — the fork ships darwin-arm64 + linux-x64 only) · 2 e2e specs via
selectHomeProject· a umask-dependenttool.writepermissions assertion