Skip to content

Commit 5f334e0

Browse files
feat: copy vision and text-only metadata from models.dev
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 92f4dbf commit 5f334e0

10 files changed

Lines changed: 875 additions & 72 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- npm publishes only when plugin or catalog files change since the last tag — CI, tests, and scripts-only merges skip a release.
1313

14+
### Added
15+
16+
- Catalog models include vision vs text-only metadata (`attachment` / `modalities`) copied from models.dev; unmatched models default to text-only.
17+
1418
## [0.6.1] - 2026-08-28
1519

1620
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This package is based on **[FanFan4204/opencode-commandcode-provider](https://gi
1919
- Bundled `models.json` is the default runtime catalog (no local CLI scrape).
2020
- CLI cost extraction can fail (as on `command-code@1.38.x`) without dropping models.
2121
- Official docs fill missing costs; remaining paid gaps use [models.dev](https://models.dev) as a reference. Command Code free SKUs stay `$0`.
22+
- Vision vs text-only (`attachment` / `modalities`) is copied from models.dev during catalog sync. Unmatched models are text-only.
2223
- Reasoning effort **variants** on models that declare `reasoningEfforts`.
2324
- Quiet OpenCode startup (diagnostics go to `startup.json`, not stdout).
2425

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-08-28T19:50:57.386Z",
3+
"generatedAt": "2026-08-28T21:04:48.971Z",
44
"pluginVersion": "0.6.1",
55
"commandCodeVersion": "1.38.1",
66
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.38.1.tgz",

0 commit comments

Comments
 (0)