@vymalo/opencode-models-info 0.7.3 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vymalo/opencode-models-info",
3
- "version": "0.7.3",
3
+ "version": "0.8.0",
4
4
  "description": "OpenCode plugin that enriches model entries with full metadata (context length, pricing, modalities, capability flags) fetched from a provider-supplied OpenRouter-shaped endpoint.",
5
5
  "license": "MIT",
6
6
  "author": "vymalo contributors",
@@ -57,6 +57,7 @@
57
57
  "lint": "biome lint .",
58
58
  "typecheck": "tsc -p tsconfig.json --noEmit",
59
59
  "test": "vitest run",
60
+ "coverage": "vitest run --coverage",
60
61
  "test:integration": "vitest run --config vitest.integration.config.ts",
61
62
  "format": "biome format --write .",
62
63
  "format:check": "biome format ."