opencode-cmd-provider 1.7.0 → 1.7.1

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,17 @@
1
+ ## 1.7.1 - 2026-09-08
2
+
3
+ ### Deals intelligence
4
+
5
+ ## Deals intelligence
6
+
7
+ - **DEAL_LAST_REFRESHED**: `2026-09-06` → `2026-09-08`
8
+
9
+ | Model | Change | Before | After |
10
+ | --------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
11
+ | `deepseek/deepseek-v4-flash` | peakOffPeak | peak in 0.44 / out 1.32 / cacheRead 0.014 / cacheWrite 0 · off-peak in 0.22 / out 0.66 / cacheRead 0.007 / cacheWrite 0 (01–04 & 06–10 UTC) | peak in 0.44 / out 1.32 / cacheRead 0.014 / cacheWrite 0 · off-peak in 0.22 / out 0.66 / cacheRead 0.007 / cacheWrite 0 (01–04 & 06–10 UTC, Mon–Fri) |
12
+ | `deepseek/deepseek-v4-flash-vision-exp` | peakOffPeak | peak in 0.44 / out 1.32 / cacheRead 0.014 / cacheWrite 0 · off-peak in 0.22 / out 0.66 / cacheRead 0.007 / cacheWrite 0 (01–04 & 06–10 UTC) | peak in 0.44 / out 1.32 / cacheRead 0.014 / cacheWrite 0 · off-peak in 0.22 / out 0.66 / cacheRead 0.007 / cacheWrite 0 (01–04 & 06–10 UTC, Mon–Fri) |
13
+ | `deepseek/deepseek-v4-pro` | peakOffPeak | peak in 1.32 / out 3.96 / cacheRead 0.044 / cacheWrite 0 · off-peak in 0.66 / out 1.98 / cacheRead 0.022 / cacheWrite 0 (01–04 & 06–10 UTC) | peak in 1.32 / out 3.96 / cacheRead 0.044 / cacheWrite 0 · off-peak in 0.66 / out 1.98 / cacheRead 0.022 / cacheWrite 0 (01–04 & 06–10 UTC, Mon–Fri) |
14
+
1
15
  ## 1.7.0 - 2026-09-06
2
16
 
3
17
  ### Model catalog: models.md-primary with enrichment that never blocks shipping
@@ -1,5 +1,5 @@
1
1
  export declare const CLASSIFICATION_SOURCE_URLS: ReadonlyArray<string>;
2
- export declare const CLASSIFICATION_LAST_REFRESHED = "2026-09-06";
2
+ export declare const CLASSIFICATION_LAST_REFRESHED = "2026-09-08";
3
3
  export declare const CLASSIFICATION_OVERRIDES: Readonly<Record<string, {
4
4
  capability: boolean;
5
5
  justification: string;
@@ -18,7 +18,7 @@ export const CLASSIFICATION_SOURCE_URLS = [
18
18
  "https://commandcode.ai/docs/plans/goat",
19
19
  "https://commandcode.ai/docs/plans/pro",
20
20
  ];
21
- export const CLASSIFICATION_LAST_REFRESHED = "2026-09-06";
21
+ export const CLASSIFICATION_LAST_REFRESHED = "2026-09-08";
22
22
  // Active capability overrides. Empty = upstream data is truth.
23
23
  // Every entry requires a written justification naming the upstream
24
24
  // 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.49.1/dist/bundled/command-code-knowledge/reference/models.md";
2
- export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.49.1/dist/cli.mjs";
3
- export declare const FACTS_PACKAGE_VERSION = "1.49.1";
4
- export declare const FACTS_LAST_REFRESHED = "2026-09-06";
1
+ export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.50.1/dist/bundled/command-code-knowledge/reference/models.md";
2
+ export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.50.1/dist/cli.mjs";
3
+ export declare const FACTS_PACKAGE_VERSION = "1.50.1";
4
+ export declare const FACTS_LAST_REFRESHED = "2026-09-08";
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;
@@ -5,10 +5,10 @@
5
5
  // from the package table (never from the listing API). Input modalities
6
6
  // parse from the CLI bundle (dist/cli.mjs). Regenerate with
7
7
  // `npm run refresh:snapshot`.
8
- export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.49.1/dist/bundled/command-code-knowledge/reference/models.md";
9
- export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.49.1/dist/cli.mjs";
10
- export const FACTS_PACKAGE_VERSION = "1.49.1";
11
- export const FACTS_LAST_REFRESHED = "2026-09-06";
8
+ export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.50.1/dist/bundled/command-code-knowledge/reference/models.md";
9
+ export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.50.1/dist/cli.mjs";
10
+ export const FACTS_PACKAGE_VERSION = "1.50.1";
11
+ export const FACTS_LAST_REFRESHED = "2026-09-08";
12
12
  export const MODEL_EFFORTS = {
13
13
  "deepseek/deepseek-v4-pro": ["high", "max"],
14
14
  "deepseek/deepseek-v4-flash": ["high", "max"],
@@ -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-06";
54
+ export declare const DEAL_LAST_REFRESHED = "2026-09-08";
55
55
  export declare const DEAL_PACKAGE_VERSION = "docs";
@@ -13,10 +13,10 @@ export const MODEL_DEALS = {
13
13
  "claude-opus-5": { tier: "premium", benchmark: { "intelligence": 63.1, "tokPerSec": 55.5 }, free: false, allowance: { "goat": 20, "pro": 20 } },
14
14
  "claude-sonnet-4-6": { tier: "premium", benchmark: { "intelligence": 48.4 }, free: false, allowance: { "goat": 20, "pro": 20 } },
15
15
  "claude-sonnet-5": { tier: "premium", benchmark: { "intelligence": 55.3, "tokPerSec": 89.6 }, free: false, allowance: { "goat": 20, "pro": 20 } },
16
- "deepseek/deepseek-v4-flash": { tier: "opensource", benchmark: { "intelligence": 51.8, "tokPerSec": 129 }, peakOffPeak: { "peak": { "input": 0.44, "output": 1.32, "cacheRead": 0.014, "cacheWrite": 0 }, "offPeak": { "input": 0.22, "output": 0.66, "cacheRead": 0.007, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC" }, free: false, allowance: { "goat": 60, "pro": 70 } },
16
+ "deepseek/deepseek-v4-flash": { tier: "opensource", benchmark: { "intelligence": 51.8, "tokPerSec": 129 }, peakOffPeak: { "peak": { "input": 0.44, "output": 1.32, "cacheRead": 0.014, "cacheWrite": 0 }, "offPeak": { "input": 0.22, "output": 0.66, "cacheRead": 0.007, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 60, "pro": 70 } },
17
17
  "deepseek/deepseek-v4-flash-fast": { tier: "opensource", free: false, allowance: { "goat": 20, "pro": 30 } },
18
- "deepseek/deepseek-v4-flash-vision-exp": { tier: "opensource", peakOffPeak: { "peak": { "input": 0.44, "output": 1.32, "cacheRead": 0.014, "cacheWrite": 0 }, "offPeak": { "input": 0.22, "output": 0.66, "cacheRead": 0.007, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC" }, free: false, allowance: { "goat": 20, "pro": 30 } },
19
- "deepseek/deepseek-v4-pro": { tier: "opensource", benchmark: { "intelligence": 53.2, "tokPerSec": 61 }, peakOffPeak: { "peak": { "input": 1.32, "output": 3.96, "cacheRead": 0.044, "cacheWrite": 0 }, "offPeak": { "input": 0.66, "output": 1.98, "cacheRead": 0.022, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC" }, free: false, allowance: { "goat": 20, "pro": 30 } },
18
+ "deepseek/deepseek-v4-flash-vision-exp": { tier: "opensource", peakOffPeak: { "peak": { "input": 0.44, "output": 1.32, "cacheRead": 0.014, "cacheWrite": 0 }, "offPeak": { "input": 0.22, "output": 0.66, "cacheRead": 0.007, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 20, "pro": 30 } },
19
+ "deepseek/deepseek-v4-pro": { tier: "opensource", benchmark: { "intelligence": 53.2, "tokPerSec": 61 }, peakOffPeak: { "peak": { "input": 1.32, "output": 3.96, "cacheRead": 0.044, "cacheWrite": 0 }, "offPeak": { "input": 0.66, "output": 1.98, "cacheRead": 0.022, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 20, "pro": 30 } },
20
20
  "google/gemini-3.1-flash-lite": { tier: "premium", benchmark: { "intelligence": 25.6 }, free: false, allowance: { "goat": 20, "pro": 20 } },
21
21
  "google/gemini-3.5-flash": { tier: "premium", benchmark: { "intelligence": 52 }, free: false, allowance: { "goat": 20, "pro": 20 } },
22
22
  "google/gemini-3.5-flash-lite": { tier: "premium", benchmark: { "intelligence": 37.4, "tokPerSec": 368.8 }, free: false, allowance: { "goat": 20, "pro": 20 } },
@@ -84,5 +84,5 @@ export const PLAN_CATALOG = {
84
84
  provider: { price: 15, credits: 0, window5h: 0, windowWeek: 0, display: "Provider" },
85
85
  };
86
86
  export const DEAL_SOURCE_URL = "https://commandcode.ai/docs/resources/pricing-limits";
87
- export const DEAL_LAST_REFRESHED = "2026-09-06";
87
+ export const DEAL_LAST_REFRESHED = "2026-09-08";
88
88
  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.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Command Code provider + plugin for opencode",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",