Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/support-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down