From 650947cca4ab936b9d9bec808df9f2863b606121 Mon Sep 17 00:00:00 2001 From: Chris <51251284+BitL8-ByteShort@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:05:45 -0400 Subject: [PATCH] Document verified 0.2.1 release Signed-off-by: Chris <51251284+BitL8-ByteShort@users.noreply.github.com> --- README.md | 2 +- docs/support-matrix.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8178e26..1611bb2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The control panel runs on `127.0.0.1`. OpenCode remains responsible for provider The running app is authoritative for model names, availability, pricing evidence, and role eligibility. -> **Release status:** This source tree is prepared as version `0.2.1`. A version in `package.json` is not proof that a distribution channel is live; verify the exact [npm version](https://www.npmjs.com/package/opencode-model-control/v/0.2.1) or [GitHub release](https://github.com/BitL8-ByteShort/opencode-model-control/releases/tag/v0.2.1) before installing. The [source repository](https://github.com/BitL8-ByteShort/opencode-model-control) is public. Linux fresh-install acceptance remains separately tracked and is not inferred from publication. +> **Release status:** Version `0.2.1` is publicly available from the verified [npm package](https://www.npmjs.com/package/opencode-model-control/v/0.2.1) and [immutable GitHub release](https://github.com/BitL8-ByteShort/opencode-model-control/releases/tag/v0.2.1). The public registry tarball and GitHub release asset match the same final tested package artifact. The [source repository](https://github.com/BitL8-ByteShort/opencode-model-control) is public. Linux fresh-install acceptance remains separately tracked and is not inferred from publication. ## What it does diff --git a/docs/support-matrix.md b/docs/support-matrix.md index 82b5e69..babe682 100644 --- a/docs/support-matrix.md +++ b/docs/support-matrix.md @@ -6,8 +6,8 @@ This matrix separates implemented behavior from compatibility that still needs l | --- | --- | --- | | Node.js `>=22.12.0` | Supported by package contract | CI verifies the minimum 22.12.0 release and the current Node.js 24 LTS line. | | Canonical public repository | Supported | Public source: `https://github.com/BitL8-ByteShort/opencode-model-control`; releases include tagged source and a checksum-recorded package artifact. | -| GitHub `v0.2.0` release | Published and immutable | The release points to protected tag `v0.2.0` and includes the final tarball plus its SHA-256 checksum. The downloaded public asset matches the packaged release artifact. | -| npm registry package | Published and artifact-verified | [`opencode-model-control@0.2.0`](https://www.npmjs.com/package/opencode-model-control/v/0.2.0) is the `latest` version. Its public registry tarball matches the final package checksum and passed a disposable macOS install/version check. Linux fresh-install acceptance remains separate. | +| GitHub `v0.2.1` release | Published and immutable | The release points to protected tag `v0.2.1` and includes the final tarball plus its SHA-256 checksum. The downloaded public asset matches the final tested package artifact. | +| npm registry package | Published and artifact-verified | [`opencode-model-control@0.2.1`](https://www.npmjs.com/package/opencode-model-control/v/0.2.1) is the `latest` version. Its public registry tarball matches the final tested package artifact and passed a disposable macOS install/version check. Linux fresh-install acceptance remains separate. | | OpenCode 1.18.x custom agents | Targeted | Managed config uses the 1.18.x `agent` and local MCP surfaces. | | OpenCode 1.18.22 on macOS | Parser, discovery, connect, MCP handshake, and disconnect tested | Isolated acceptance does not invoke a model or prove a provider session. | | Later OpenCode configuration majors | Unverified | Schema or agent semantics may change; support requires explicit tests. |