From 3cb2e8d2fccb5d614c2ebb0902f426732ad6ff01 Mon Sep 17 00:00:00 2001 From: Jack Champagne Date: Tue, 28 Jul 2026 22:50:33 -0400 Subject: [PATCH] chore(opencode.lock): pin to v1.17.3-amicode.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- packages/extension/opencode.lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/extension/opencode.lock.json b/packages/extension/opencode.lock.json index 4b3ffaf2..da45f7f4 100644 --- a/packages/extension/opencode.lock.json +++ b/packages/extension/opencode.lock.json @@ -1,17 +1,17 @@ { "version": "1.17.3", "repo": "harmoniqs/opencode", - "tag": "v1.17.3-amicode.10", + "tag": "v1.17.3-amicode.11", "source": "release", - "ref": "e0105cd4d0d517354daaf47f5fd3d4776d708bf8", + "ref": "9bd4649c867386e9f87a38c61bc6aa7c9f174943", "platforms": { "darwin-arm64": { "asset": "opencode-darwin-arm64.zip", - "sha256": "8acd89f04da293a2e9097e7dc38cb2b20ccb638f778122bb0d17737f70a45209" + "sha256": "fe38d3e2956b5e84af5b2f8513f9c28d473484e84ab714d367f920e76b6fade2" }, "linux-x64": { "asset": "opencode-linux-x64.tar.gz", - "sha256": "0045b4a1e4235c5186db9540ef2d25dce74d4ffa2f0f0171a1d3d43515633f10" + "sha256": "0bdf69998ce5dc8c26a79a071ff04f8b82a6329700f177926501a16e3c4885d3" } } }