chore(opencode.lock): pin to v1.17.3-amicode.11 - #226
Merged
Conversation
Carries the fork side of the Hamiltonian work: #93 system card renders the recorded Hamiltonian, and stops inventing one #98 prompt-agnostic cassette matching for the transport tests The renderer half is what makes amicode#220 (the recording half) do anything — until this pin lands, a recorded Hamiltonian is stored and never displayed. Built by the amicode-release workflow from the tag @ 9bd4649c86, base opencode 1.17.3, OPENCODE_CHANNEL=dev with the UI gate verified ON in both binaries. darwin-arm64 fe38d3e2956b5e84af5b2f8513f9c28d473484e84ab714d367f920e76b6fade2 linux-x64 0bdf69998ce5dc8c26a79a071ff04f8b82a6329700f177926501a16e3c4885d3 Note darwin-arm64 is cross-compiled from Linux and not natively smoke-tested; only linux-x64 gets a smoke test in the 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.
Carries the fork side of the Hamiltonian work into the bundled binary:
Why this is the missing step
#220lands the recording half —amicode_set_modelgains ahamiltonianfield. The rendering half is #93, in the fork. Until this pin lands, a recorded Hamiltonian is stored and never displayed, so #220 is inert on its own. Aaron's note on #220 says exactly this: the card renders "once a fork release carrying #93 is pinned."Supersedes the
.10pin (#221, merged 01:27) — that one predates #93.Provenance
Built by
amicode-release.ymlfromv1.17.3-amicode.11@9bd4649c86, base opencode1.17.3,OPENCODE_CHANNEL=devwith the UI gate verified ON in both binaries (perAMICODE-PATCHES.mdgotcha 2 — building withlatestdefaultsnewLayoutDesignsOFF and hides every amicode surface; that's what broke releases.1/.2).Generated by
node scripts/opencode_dev.mjs pin v1.17.3-amicode.11— therefresolved correctly to the tag's commit rather than going stale, which is #222's fix working.Worth knowing
darwin-arm64 is cross-compiled from Linux and not natively smoke-tested — only linux-x64 gets a smoke test in the release workflow. If anyone on Apple Silicon picks this up, that binary has not been executed before shipping.