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.0`. 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.0) or [GitHub release](https://github.com/BitL8-ByteShort/opencode-model-control/releases/tag/v0.2.0) before installing. The [source repository](https://github.com/BitL8-ByteShort/opencode-model-control) is public.
> **Release status:** Version `0.2.0` is published on [npm](https://www.npmjs.com/package/opencode-model-control/v/0.2.0) and as an [immutable GitHub release](https://github.com/BitL8-ByteShort/opencode-model-control/releases/tag/v0.2.0). Both channels serve the same verified tarball with SHA-256 `59c6094a9b7dd57b897ee59c41269b154861de408db7c138c22725d17a1e67df`. 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
3 changes: 2 additions & 1 deletion docs/support-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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. |
| npm registry package | Channel-specific verification required | This source tree identifies as `0.2.0`; the exact [registry version](https://www.npmjs.com/package/opencode-model-control/v/0.2.0), registry integrity, and package contents must be verified after publication. Linux fresh-install acceptance remains separate. |
| 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. |
| 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