opencode-cmd-provider 1.6.3 → 1.6.4

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 1.6.4 - 2026-09-03
2
+
3
+ ### Model catalog
4
+
5
+ ## Model catalog
6
+
7
+ - **FACTS_LAST_REFRESHED**: `2026-09-02` → `2026-09-03`
8
+
9
+ | Model | Change | Before | After |
10
+ | --------------------------------- | ------- | ------ | ------------------------ |
11
+ | `meta/muse-spark-1.1` | efforts | — | low, medium, high, xhigh |
12
+ | `meta/muse-spark-1.2` | efforts | — | low, medium, high, xhigh |
13
+ | `meta/muse-spark-1.2-contributor` | efforts | — | low, medium, high, xhigh |
14
+ | `meta/muse-spark-1.3` | efforts | — | low, medium, high, xhigh |
15
+ | `meta/muse-spark-1.3-contributor` | efforts | — | low, medium, high, xhigh |
16
+
17
+ ### Reasoning classification
18
+
19
+ ## Reasoning classification
20
+
21
+ - **CLASSIFICATION_LAST_REFRESHED**: `2026-09-02` → `2026-09-03`
22
+
23
+ | Model | Change | Before | After |
24
+ | --------------------------------- | -------------- | ------------------------- | ---------------------------------------- |
25
+ | `meta/muse-spark-1.1` | classification | reasoning-without-efforts | efforts model (low, medium, high, xhigh) |
26
+ | `meta/muse-spark-1.2` | classification | reasoning-without-efforts | efforts model (low, medium, high, xhigh) |
27
+ | `meta/muse-spark-1.2-contributor` | classification | reasoning-without-efforts | efforts model (low, medium, high, xhigh) |
28
+ | `meta/muse-spark-1.3` | classification | reasoning-without-efforts | efforts model (low, medium, high, xhigh) |
29
+ | `meta/muse-spark-1.3-contributor` | classification | reasoning-without-efforts | efforts model (low, medium, high, xhigh) |
30
+
1
31
  ## 1.6.3 - 2026-09-02
2
32
 
3
33
  ### Model catalog
@@ -1,5 +1,5 @@
1
1
  export declare const CLASSIFICATION_SOURCE_URLS: ReadonlyArray<string>;
2
- export declare const CLASSIFICATION_LAST_REFRESHED = "2026-09-02";
2
+ export declare const CLASSIFICATION_LAST_REFRESHED = "2026-09-03";
3
3
  export declare const CLASSIFICATION_OVERRIDES: Readonly<Record<string, {
4
4
  capability: boolean;
5
5
  justification: string;
@@ -13,7 +13,7 @@ export const CLASSIFICATION_SOURCE_URLS = [
13
13
  "https://commandcode.ai/docs/plans/goat",
14
14
  "https://commandcode.ai/docs/plans/pro",
15
15
  ];
16
- export const CLASSIFICATION_LAST_REFRESHED = "2026-09-02";
16
+ export const CLASSIFICATION_LAST_REFRESHED = "2026-09-03";
17
17
  // Active capability overrides. Empty = upstream data is truth.
18
18
  // Every entry requires a written justification naming the upstream
19
19
  // disagreement; entries are rendered into the refresh PR body.
@@ -1,7 +1,7 @@
1
- export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.44.0/dist/bundled/command-code-knowledge/reference/models.md";
2
- export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.44.0/dist/cli.mjs";
3
- export declare const FACTS_PACKAGE_VERSION = "1.44.0";
4
- export declare const FACTS_LAST_REFRESHED = "2026-09-02";
1
+ export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.46.0/dist/bundled/command-code-knowledge/reference/models.md";
2
+ export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.46.0/dist/cli.mjs";
3
+ export declare const FACTS_PACKAGE_VERSION = "1.46.0";
4
+ export declare const FACTS_LAST_REFRESHED = "2026-09-03";
5
5
  export declare const MODEL_EFFORTS: Readonly<Record<string, readonly string[]>>;
6
6
  export declare const MODEL_COSTS: Readonly<Record<string, {
7
7
  input: number;
@@ -4,10 +4,10 @@
4
4
  // command-code npm package's bundled model catalog (models.md), plus input
5
5
  // modalities parsed from its CLI bundle (dist/cli.mjs). Regenerate
6
6
  // with `npm run refresh:snapshot`.
7
- export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.44.0/dist/bundled/command-code-knowledge/reference/models.md";
8
- export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.44.0/dist/cli.mjs";
9
- export const FACTS_PACKAGE_VERSION = "1.44.0";
10
- export const FACTS_LAST_REFRESHED = "2026-09-02";
7
+ export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.46.0/dist/bundled/command-code-knowledge/reference/models.md";
8
+ export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.46.0/dist/cli.mjs";
9
+ export const FACTS_PACKAGE_VERSION = "1.46.0";
10
+ export const FACTS_LAST_REFRESHED = "2026-09-03";
11
11
  export const MODEL_EFFORTS = {
12
12
  "deepseek/deepseek-v4-pro": ["high", "max"],
13
13
  "deepseek/deepseek-v4-flash": ["high", "max"],
@@ -43,6 +43,11 @@ export const MODEL_EFFORTS = {
43
43
  "google/gemini-3.5-flash-lite": ["low", "medium", "high"],
44
44
  "google/gemini-3.1-flash-lite": ["low", "medium", "high"],
45
45
  "sakana/fugu-ultra": ["high", "xhigh"],
46
+ "meta/muse-spark-1.1": ["low", "medium", "high", "xhigh"],
47
+ "meta/muse-spark-1.2": ["low", "medium", "high", "xhigh"],
48
+ "meta/muse-spark-1.2-contributor": ["low", "medium", "high", "xhigh"],
49
+ "meta/muse-spark-1.3": ["low", "medium", "high", "xhigh"],
50
+ "meta/muse-spark-1.3-contributor": ["low", "medium", "high", "xhigh"],
46
51
  "xai/grok-4.5": ["low", "medium", "high"],
47
52
  "xai/grok-4.6": ["low", "medium", "high", "xhigh"],
48
53
  };
@@ -51,5 +51,5 @@ export interface ModelDeals {
51
51
  export declare const MODEL_DEALS: Readonly<Record<string, ModelDeals>>;
52
52
  export declare const PLAN_CATALOG: Readonly<Record<PlanId, PlanInfo>>;
53
53
  export declare const DEAL_SOURCE_URL = "https://commandcode.ai/docs/resources/pricing-limits";
54
- export declare const DEAL_LAST_REFRESHED = "2026-09-02";
54
+ export declare const DEAL_LAST_REFRESHED = "2026-09-03";
55
55
  export declare const DEAL_PACKAGE_VERSION = "docs";
@@ -83,5 +83,5 @@ export const PLAN_CATALOG = {
83
83
  provider: { price: 15, credits: 0, window5h: 0, windowWeek: 0, display: "Provider" },
84
84
  };
85
85
  export const DEAL_SOURCE_URL = "https://commandcode.ai/docs/resources/pricing-limits";
86
- export const DEAL_LAST_REFRESHED = "2026-09-02";
86
+ export const DEAL_LAST_REFRESHED = "2026-09-03";
87
87
  export const DEAL_PACKAGE_VERSION = "docs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-cmd-provider",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Command Code provider + plugin for opencode",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "refresh:classification": "node scripts/refresh-classification.mjs",
24
24
  "refresh": "npm run refresh:snapshot && npm run refresh:fixtures && npm run refresh:classification -- --fixtures && npm run refresh:deals -- --fixtures",
25
25
  "test": "npm run typecheck && npm run test:unit && npm run test:integration && npm run test:contract && npm run format:check",
26
- "test:unit": "tsx tests/env.test.ts && tsx tests/auth-key.test.ts && tsx tests/converters.test.ts && tsx tests/stream.test.ts && tsx tests/provider-codecs.test.ts && tsx tests/provider-transport.test.ts && tsx tests/provider-parity.test.ts && tsx tests/provider-upgrade-fallback.test.ts && tsx tests/provider-zdr.test.ts && tsx tests/redact.test.ts && tsx tests/cost.test.ts && tsx tests/retry.test.ts && tsx tests/reasoning.test.ts && tsx tests/modalities.test.ts && tsx tests/snapshot.test.ts && tsx tests/refresh-snapshot.test.ts && tsx tests/oauth.test.ts && tsx tests/auth-mirror.test.ts && tsx tests/parse-facts.test.ts && tsx tests/parse-modalities.test.ts && tsx tests/catalog-metadata.test.ts && tsx tests/plugin-models.test.ts && tsx tests/vendor.test.ts && tsx tests/deals-enrichment.test.ts && tsx tests/deals-coverage.test.ts && tsx tests/plan-summary.test.ts && tsx tests/html-tables.test.ts && tsx tests/parse-docs.test.ts && tsx tests/parse-rsc.test.ts && tsx tests/rsc-source.test.ts && tsx tests/classification-overrides.test.ts && tsx tests/refresh-classification.test.ts && tsx tests/classification.test.ts && tsx tests/mock-cc-rsc.test.ts && tsx tests/capture-rsc-fixtures.test.ts && tsx tests/refresh-deals.test.ts && tsx tests/refresh-deals-rsc.test.ts && tsx tests/tier-overrides.test.ts && tsx tests/tui-deals-panel.test.ts && tsx tests/diff-catalog.test.ts && tsx tests/catalog-refresh-extract.test.ts && tsx tests/catalog-refresh-drift.test.ts && tsx tests/catalog-refresh-push.test.ts && tsx tests/auto-release.test.ts && tsx tests/replay-verification.test.ts && tsx tests/plugin-install.test.ts",
26
+ "test:unit": "tsx tests/env.test.ts && tsx tests/auth-key.test.ts && tsx tests/converters.test.ts && tsx tests/stream.test.ts && tsx tests/provider-codecs.test.ts && tsx tests/provider-transport.test.ts && tsx tests/provider-parity.test.ts && tsx tests/provider-upgrade-fallback.test.ts && tsx tests/provider-zdr.test.ts && tsx tests/redact.test.ts && tsx tests/cost.test.ts && tsx tests/retry.test.ts && tsx tests/reasoning.test.ts && tsx tests/modalities.test.ts && tsx tests/snapshot.test.ts && tsx tests/refresh-snapshot.test.ts && tsx tests/oauth.test.ts && tsx tests/auth-mirror.test.ts && tsx tests/parse-facts.test.ts && tsx tests/parse-modalities.test.ts && tsx tests/catalog-metadata.test.ts && tsx tests/plugin-models.test.ts && tsx tests/vendor.test.ts && tsx tests/deals-enrichment.test.ts && tsx tests/deals-coverage.test.ts && tsx tests/plan-summary.test.ts && tsx tests/html-tables.test.ts && tsx tests/parse-docs.test.ts && tsx tests/parse-rsc.test.ts && tsx tests/rsc-source.test.ts && tsx tests/classification-overrides.test.ts && tsx tests/refresh-classification.test.ts && tsx tests/classification.test.ts && tsx tests/no-upstream-value-pins.test.ts && tsx tests/mock-cc-rsc.test.ts && tsx tests/capture-rsc-fixtures.test.ts && tsx tests/refresh-deals.test.ts && tsx tests/refresh-deals-rsc.test.ts && tsx tests/tier-overrides.test.ts && tsx tests/tui-deals-panel.test.ts && tsx tests/diff-catalog.test.ts && tsx tests/catalog-refresh-extract.test.ts && tsx tests/catalog-refresh-drift.test.ts && tsx tests/catalog-refresh-push.test.ts && tsx tests/auto-release.test.ts && tsx tests/replay-verification.test.ts && tsx tests/plugin-install.test.ts",
27
27
  "test:integration": "tsx tests/integration-do-stream.test.ts && tsx tests/integration-do-generate.test.ts",
28
28
  "test:contract": "tsx tests/contract.test.ts",
29
29
  "test:e2e": "node tests/e2e-opencode.mjs",