opencode-cmd-provider 1.2.1 → 1.2.2
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,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.2.2 - 2026-08-22
|
|
4
|
+
|
|
5
|
+
Chore: catalog refresh to `command-code@1.32.1`.
|
|
6
|
+
|
|
7
|
+
- Added `deepseek/deepseek-v4-flash-vision-exp` (DeepSeek V4 Flash Vision (exp)):
|
|
8
|
+
1M context, text+image input, reasoning efforts `high`/`max`, $0.22/$0.66 per
|
|
9
|
+
1M input/output tokens.
|
|
10
|
+
- Added reasoning efforts for `stealth/ox-alpha` (`low`, `high`, `max`).
|
|
11
|
+
- Deals catalog unchanged (56 entries).
|
|
12
|
+
|
|
3
13
|
## 1.2.1 - 2026-08-21
|
|
4
14
|
|
|
5
15
|
Fix: `/connect` no longer lists Command Code — the plugin failed to load.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
2
|
-
export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
3
|
-
export declare const FACTS_PACKAGE_VERSION = "1.
|
|
4
|
-
export declare const FACTS_LAST_REFRESHED = "2026-08-
|
|
1
|
+
export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.32.1/dist/bundled/command-code-knowledge/reference/models.md";
|
|
2
|
+
export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.32.1/dist/cli.mjs";
|
|
3
|
+
export declare const FACTS_PACKAGE_VERSION = "1.32.1";
|
|
4
|
+
export declare const FACTS_LAST_REFRESHED = "2026-08-22";
|
|
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,17 +4,19 @@
|
|
|
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.
|
|
8
|
-
export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
9
|
-
export const FACTS_PACKAGE_VERSION = "1.
|
|
10
|
-
export const FACTS_LAST_REFRESHED = "2026-08-
|
|
7
|
+
export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.32.1/dist/bundled/command-code-knowledge/reference/models.md";
|
|
8
|
+
export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.32.1/dist/cli.mjs";
|
|
9
|
+
export const FACTS_PACKAGE_VERSION = "1.32.1";
|
|
10
|
+
export const FACTS_LAST_REFRESHED = "2026-08-22";
|
|
11
11
|
export const MODEL_EFFORTS = {
|
|
12
12
|
"deepseek/deepseek-v4-pro": ["high", "max"],
|
|
13
13
|
"deepseek/deepseek-v4-flash": ["high", "max"],
|
|
14
|
+
"deepseek/deepseek-v4-flash-vision-exp": ["high", "max"],
|
|
14
15
|
"zai-org/GLM-5.3": ["low", "high", "max"],
|
|
15
16
|
"zai-org/GLM-5.2": ["high", "max"],
|
|
16
17
|
"Qwen/Qwen3.8-Max": ["low", "medium", "xhigh"],
|
|
17
18
|
"Qwen/Qwen3.8-27B": ["low", "medium", "xhigh"],
|
|
19
|
+
"stealth/ox-alpha": ["low", "high", "max"],
|
|
18
20
|
"claude-sonnet-5": ["low", "medium", "high", "xhigh", "max"],
|
|
19
21
|
"claude-sonnet-4-6": ["low", "medium", "high", "xhigh", "max"],
|
|
20
22
|
"claude-fable-5": ["low", "medium", "high", "xhigh", "max"],
|
|
@@ -40,6 +42,7 @@ export const MODEL_EFFORTS = {
|
|
|
40
42
|
export const MODEL_COSTS = {
|
|
41
43
|
"deepseek/deepseek-v4-pro": { input: 0.66, output: 1.98, cacheRead: 0.022, cacheWrite: 0 },
|
|
42
44
|
"deepseek/deepseek-v4-flash": { input: 0.22, output: 0.66, cacheRead: 0.007, cacheWrite: 0 },
|
|
45
|
+
"deepseek/deepseek-v4-flash-vision-exp": { input: 0.22, output: 0.66, cacheRead: 0.01, cacheWrite: 0 },
|
|
43
46
|
"moonshotai/Kimi-K3": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 0 },
|
|
44
47
|
"moonshotai/Kimi-K2.7-Code": { input: 0.95, output: 4, cacheRead: 0.19, cacheWrite: 0 },
|
|
45
48
|
"moonshotai/Kimi-K2.7-Code-Highspeed": { input: 1.9, output: 8, cacheRead: 0.38, cacheWrite: 0 },
|
|
@@ -110,6 +113,7 @@ export const MODEL_INPUT_MODALITIES = {
|
|
|
110
113
|
"claude-opus-5": ["text", "image"],
|
|
111
114
|
"claude-sonnet-4-6": ["text", "image"],
|
|
112
115
|
"claude-sonnet-5": ["text", "image"],
|
|
116
|
+
"deepseek/deepseek-v4-flash-vision-exp": ["text", "image"],
|
|
113
117
|
"google/gemini-3.1-flash-lite": ["text", "image"],
|
|
114
118
|
"google/gemini-3.5-flash": ["text", "image"],
|
|
115
119
|
"google/gemini-3.5-flash-lite": ["text", "image"],
|
|
@@ -20,6 +20,7 @@ export const MODEL_SNAPSHOT = [
|
|
|
20
20
|
{ id: "gpt-5.4-mini", name: "GPT-5.4 Mini", contextLength: 400000 },
|
|
21
21
|
{ id: "deepseek/deepseek-v4-pro", name: "DeepSeek V4 Pro (latest)", contextLength: 1000000 },
|
|
22
22
|
{ id: "deepseek/deepseek-v4-flash", name: "DeepSeek V4 Flash (latest)", contextLength: 1000000 },
|
|
23
|
+
{ id: "deepseek/deepseek-v4-flash-vision-exp", name: "DeepSeek V4 Flash Vision (exp)", contextLength: 1000000 },
|
|
23
24
|
{ id: "moonshotai/Kimi-K3", name: "Kimi K3", contextLength: 1000000 },
|
|
24
25
|
{ id: "moonshotai/Kimi-K2.7-Code", name: "Kimi K2.7 Code", contextLength: 256000 },
|
|
25
26
|
{ id: "moonshotai/Kimi-K2.7-Code-Highspeed", name: "Kimi K2.7 Code HighSpeed", contextLength: 262000 },
|
|
@@ -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-08-
|
|
54
|
+
export declare const DEAL_LAST_REFRESHED = "2026-08-22";
|
|
55
55
|
export declare const DEAL_PACKAGE_VERSION = "docs";
|
|
@@ -72,5 +72,5 @@ export const PLAN_CATALOG = {
|
|
|
72
72
|
provider: { price: 15, credits: 0, window5h: 0, windowWeek: 0, display: "Provider" },
|
|
73
73
|
};
|
|
74
74
|
export const DEAL_SOURCE_URL = "https://commandcode.ai/docs/resources/pricing-limits";
|
|
75
|
-
export const DEAL_LAST_REFRESHED = "2026-08-
|
|
75
|
+
export const DEAL_LAST_REFRESHED = "2026-08-22";
|
|
76
76
|
export const DEAL_PACKAGE_VERSION = "docs";
|