From c97614d56907ce980b8da2db29946becfd7d3f39 Mon Sep 17 00:00:00 2001 From: Jack Champagne Date: Wed, 29 Jul 2026 06:41:54 -0400 Subject: [PATCH] chore(opencode.lock): pin to v1.17.3-amicode.12 (release) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three chat fixes from opencode#99, all one root cause — the assumption that amicode work always arrives as an amicode_* tool part: - the shell row no longer renders agent prose where a command belongs - entity chips appear on shell-driven sessions (bash + amico-run), which is the shape a cloud solve actually takes - the amico mark stays active during a running solve Verified on the tagged commit: unit + typecheck green, e2e at the pre-existing 2/7 baseline with nothing new. --- 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 da45f7f4..6b82d970 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.11", + "tag": "v1.17.3-amicode.12", "source": "release", - "ref": "9bd4649c867386e9f87a38c61bc6aa7c9f174943", + "ref": "3a1f6b9cea86760948ff4d07cf07bb7efb215f3f", "platforms": { "darwin-arm64": { "asset": "opencode-darwin-arm64.zip", - "sha256": "fe38d3e2956b5e84af5b2f8513f9c28d473484e84ab714d367f920e76b6fade2" + "sha256": "b1882bf780a09cf99a5d8606bf0bd5d61e3cc5346619f107cc497a53e1dc121a" }, "linux-x64": { "asset": "opencode-linux-x64.tar.gz", - "sha256": "0bdf69998ce5dc8c26a79a071ff04f8b82a6329700f177926501a16e3c4885d3" + "sha256": "8a28fe9ae1c993724cd71d62a1bfe0e655ed1c9a2edd45336b77cb5c897a772b" } } }