@kodax-ai/kodax 0.7.42 → 0.7.44
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 +65 -6
- package/README.md +87 -56
- package/README_CN.md +46 -25
- package/dist/chunks/chunk-35BDEEC5.js +2 -0
- package/dist/chunks/chunk-4YPL2UVZ.js +848 -0
- package/dist/chunks/chunk-DI2G3YWL.js +31 -0
- package/dist/chunks/chunk-HHQ7YTGM.js +425 -0
- package/dist/chunks/chunk-QHILHQBB.js +519 -0
- package/dist/chunks/{chunk-IYJ5EPRV.js → chunk-RUDYNAK7.js} +1 -1
- package/dist/chunks/compaction-config-NAPRF7XR.js +2 -0
- package/dist/chunks/{construction-bootstrap-J2WOCYEK.js → construction-bootstrap-PHTGBRNU.js} +4 -4
- package/dist/chunks/dist-CCYBJJZY.js +2 -0
- package/dist/chunks/dist-RHIHZAYX.js +2 -0
- package/dist/chunks/utils-TV3UYCHQ.js +2 -0
- package/dist/index.d.ts +11 -11
- package/dist/index.js +2 -2
- package/dist/kodax_cli.js +1159 -1102
- package/dist/provider-capabilities.json +167 -0
- package/dist/sdk-agent.d.ts +905 -48
- package/dist/sdk-agent.js +1 -1
- package/dist/sdk-coding.d.ts +995 -755
- package/dist/sdk-coding.js +1 -1
- package/dist/sdk-llm.d.ts +5 -3
- package/dist/sdk-llm.js +1 -1
- package/dist/sdk-mcp.d.ts +1 -1
- package/dist/sdk-mcp.js +1 -1
- package/dist/sdk-repl.d.ts +10 -9
- package/dist/sdk-repl.js +1 -1
- package/dist/sdk-session.d.ts +23 -11
- package/dist/sdk-session.js +1 -1
- package/dist/sdk-skills.js +1 -1
- package/dist/types-chunks/{cost-tracker.d-B6vMoLLF.d.ts → base.d-FUJahC0i.d.ts} +2 -110
- package/dist/types-chunks/{bash-prefix-extractor.d-CkhaqKkg.d.ts → bash-prefix-extractor.d-DdoSeghD.d.ts} +442 -131
- package/dist/types-chunks/cost-tracker.d-wRtyEW9d.d.ts +110 -0
- package/dist/types-chunks/file-tracker.d-DOfaoCbJ.d.ts +633 -0
- package/dist/types-chunks/manager.d-87belpiS.d.ts +370 -0
- package/dist/types-chunks/{resolver.d-DX9au4NJ.d.ts → resolver.d-B7ZnVuuf.d.ts} +157 -10
- package/dist/types-chunks/{session-storage.d-Cci897iM.d.ts → storage.d-DFD9ln5c.d.ts} +49 -2
- package/dist/types-chunks/{history-cleanup.d-DznrzEiU.d.ts → types.d-DM8zEJgF.d.ts} +1084 -282
- package/dist/types-chunks/{types.d-mM8vqvhT.d.ts → types.d-HBbWT-iA.d.ts} +41 -3
- package/dist/types-chunks/{storage.d-Bc5DoAwp.d.ts → utils.d-C5fzCE9W.d.ts} +25 -47
- package/package.json +7 -6
- package/dist/chunks/chunk-3RKBXWZS.js +0 -2
- package/dist/chunks/chunk-7JLYVWAF.js +0 -1033
- package/dist/chunks/chunk-CD3R5YBH.js +0 -16
- package/dist/chunks/chunk-DKXUY5F2.js +0 -209
- package/dist/chunks/chunk-HMYEQJGT.js +0 -31
- package/dist/chunks/chunk-KUX5LRPP.js +0 -2
- package/dist/chunks/chunk-OWSKU55I.js +0 -13
- package/dist/chunks/chunk-ZZ4KRK2B.js +0 -465
- package/dist/chunks/compaction-config-FIFFP4FT.js +0 -2
- package/dist/chunks/dist-2ZHWDXMQ.js +0 -2
- package/dist/chunks/dist-W4CJWLIH.js +0 -2
- package/dist/chunks/utils-A5MWDTWZ.js +0 -2
- package/dist/types-chunks/instance-discovery.d-BsKnIwpg.d.ts +0 -990
- package/dist/types-chunks/transport.d-DuyjG30t.d.ts +0 -180
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"updatedAt": "2026-05-25",
|
|
4
|
+
"providers": {
|
|
5
|
+
"anthropic": {
|
|
6
|
+
"apiKeyEnv": "ANTHROPIC_API_KEY",
|
|
7
|
+
"model": "claude-sonnet-4-6",
|
|
8
|
+
"models": [
|
|
9
|
+
{ "id": "claude-opus-4-6", "displayName": "Opus 4.6", "thinkingBudgetCap": 28000 },
|
|
10
|
+
{ "id": "claude-haiku-4-5", "displayName": "Haiku 4.5", "thinkingBudgetCap": 10000 }
|
|
11
|
+
],
|
|
12
|
+
"reasoningCapability": "native-budget",
|
|
13
|
+
"capabilityProfile": "image-input-native",
|
|
14
|
+
"supportsThinking": true,
|
|
15
|
+
"contextWindow": 200000,
|
|
16
|
+
"maxOutputTokens": 64000,
|
|
17
|
+
"thinkingBudgetCap": 28000
|
|
18
|
+
},
|
|
19
|
+
"openai": {
|
|
20
|
+
"apiKeyEnv": "OPENAI_API_KEY",
|
|
21
|
+
"model": "gpt-5.3-codex",
|
|
22
|
+
"models": [
|
|
23
|
+
{ "id": "gpt-5.4", "displayName": "GPT-5.4" },
|
|
24
|
+
{ "id": "gpt-5.3-codex-spark", "displayName": "GPT-5.3 Codex Spark" }
|
|
25
|
+
],
|
|
26
|
+
"reasoningCapability": "native-effort",
|
|
27
|
+
"capabilityProfile": "image-input-native",
|
|
28
|
+
"supportsThinking": true,
|
|
29
|
+
"contextWindow": 400000,
|
|
30
|
+
"maxOutputTokens": 32768
|
|
31
|
+
},
|
|
32
|
+
"deepseek": {
|
|
33
|
+
"apiKeyEnv": "DEEPSEEK_API_KEY",
|
|
34
|
+
"model": "deepseek-v4-flash",
|
|
35
|
+
"models": [
|
|
36
|
+
{ "id": "deepseek-v4-pro", "displayName": "DeepSeek V4 Pro" }
|
|
37
|
+
],
|
|
38
|
+
"reasoningCapability": "native-effort",
|
|
39
|
+
"capabilityProfile": "image-input-native",
|
|
40
|
+
"supportsThinking": true,
|
|
41
|
+
"contextWindow": 1000000,
|
|
42
|
+
"maxOutputTokens": 64000
|
|
43
|
+
},
|
|
44
|
+
"kimi": {
|
|
45
|
+
"apiKeyEnv": "KIMI_API_KEY",
|
|
46
|
+
"model": "kimi-k2.6",
|
|
47
|
+
"models": [
|
|
48
|
+
{ "id": "k2.5", "displayName": "K2.5" }
|
|
49
|
+
],
|
|
50
|
+
"reasoningCapability": "native-effort",
|
|
51
|
+
"capabilityProfile": "image-input-native",
|
|
52
|
+
"supportsThinking": true,
|
|
53
|
+
"contextWindow": 256000,
|
|
54
|
+
"maxOutputTokens": 32768
|
|
55
|
+
},
|
|
56
|
+
"kimi-code": {
|
|
57
|
+
"apiKeyEnv": "KIMI_API_KEY",
|
|
58
|
+
"model": "kimi-for-coding",
|
|
59
|
+
"reasoningCapability": "native-budget",
|
|
60
|
+
"capabilityProfile": "image-input-native",
|
|
61
|
+
"supportsThinking": true,
|
|
62
|
+
"contextWindow": 256000,
|
|
63
|
+
"maxOutputTokens": 32000
|
|
64
|
+
},
|
|
65
|
+
"qwen": {
|
|
66
|
+
"apiKeyEnv": "QWEN_API_KEY",
|
|
67
|
+
"model": "qwen3.5-plus",
|
|
68
|
+
"reasoningCapability": "native-budget",
|
|
69
|
+
"capabilityProfile": "image-input-native",
|
|
70
|
+
"supportsThinking": true,
|
|
71
|
+
"contextWindow": 256000,
|
|
72
|
+
"maxOutputTokens": 32768
|
|
73
|
+
},
|
|
74
|
+
"zhipu": {
|
|
75
|
+
"apiKeyEnv": "ZHIPU_API_KEY",
|
|
76
|
+
"model": "glm-5",
|
|
77
|
+
"models": [
|
|
78
|
+
{ "id": "glm-5.1", "displayName": "GLM-5.1" },
|
|
79
|
+
{ "id": "glm-5-turbo", "displayName": "GLM-5 Turbo" }
|
|
80
|
+
],
|
|
81
|
+
"reasoningCapability": "native-budget",
|
|
82
|
+
"capabilityProfile": "image-input-native",
|
|
83
|
+
"supportsThinking": true,
|
|
84
|
+
"contextWindow": 200000,
|
|
85
|
+
"maxOutputTokens": 32768
|
|
86
|
+
},
|
|
87
|
+
"zhipu-coding": {
|
|
88
|
+
"apiKeyEnv": "ZHIPU_API_KEY",
|
|
89
|
+
"model": "glm-5",
|
|
90
|
+
"models": [
|
|
91
|
+
{ "id": "glm-5.1", "displayName": "GLM-5.1" },
|
|
92
|
+
{ "id": "glm-5-turbo", "displayName": "GLM-5 Turbo" }
|
|
93
|
+
],
|
|
94
|
+
"reasoningCapability": "native-budget",
|
|
95
|
+
"capabilityProfile": "image-input-native",
|
|
96
|
+
"supportsThinking": true,
|
|
97
|
+
"contextWindow": 200000,
|
|
98
|
+
"maxOutputTokens": 16000,
|
|
99
|
+
"thinkingBudgetCap": 16000
|
|
100
|
+
},
|
|
101
|
+
"minimax-coding": {
|
|
102
|
+
"apiKeyEnv": "MINIMAX_API_KEY",
|
|
103
|
+
"model": "MiniMax-M2.7",
|
|
104
|
+
"models": [
|
|
105
|
+
{ "id": "MiniMax-M2.7-highspeed", "displayName": "MiniMax M2.7 Highspeed (higher-tier plan)" },
|
|
106
|
+
{ "id": "MiniMax-M2.5", "displayName": "MiniMax M2.5" },
|
|
107
|
+
{ "id": "MiniMax-M2.5-highspeed", "displayName": "MiniMax M2.5 Highspeed (higher-tier plan)" },
|
|
108
|
+
{ "id": "MiniMax-M2.1", "displayName": "MiniMax M2.1" },
|
|
109
|
+
{ "id": "MiniMax-M2.1-highspeed", "displayName": "MiniMax M2.1 Highspeed (higher-tier plan)" },
|
|
110
|
+
{ "id": "MiniMax-M2", "displayName": "MiniMax M2" }
|
|
111
|
+
],
|
|
112
|
+
"reasoningCapability": "native-budget",
|
|
113
|
+
"capabilityProfile": "image-input-native",
|
|
114
|
+
"supportsThinking": true,
|
|
115
|
+
"contextWindow": 204800,
|
|
116
|
+
"maxOutputTokens": 32000
|
|
117
|
+
},
|
|
118
|
+
"mimo-coding": {
|
|
119
|
+
"apiKeyEnv": "MIMO_API_KEY",
|
|
120
|
+
"model": "mimo-v2.5-pro",
|
|
121
|
+
"models": [
|
|
122
|
+
{ "id": "mimo-v2.5", "displayName": "MiMo V2.5" }
|
|
123
|
+
],
|
|
124
|
+
"reasoningCapability": "native-budget",
|
|
125
|
+
"capabilityProfile": "image-input-native",
|
|
126
|
+
"supportsThinking": true,
|
|
127
|
+
"contextWindow": 1000000,
|
|
128
|
+
"maxOutputTokens": 32000,
|
|
129
|
+
"thinkingBudgetCap": 16000
|
|
130
|
+
},
|
|
131
|
+
"ark-coding": {
|
|
132
|
+
"apiKeyEnv": "ARK_API_KEY",
|
|
133
|
+
"model": "glm-5.1",
|
|
134
|
+
"models": [
|
|
135
|
+
{ "id": "glm-4.7", "displayName": "GLM-4.7" },
|
|
136
|
+
{ "id": "kimi-k2.6", "displayName": "Kimi K2.6", "contextWindow": 256000 },
|
|
137
|
+
{ "id": "kimi-k2.5", "displayName": "Kimi K2.5", "contextWindow": 256000 },
|
|
138
|
+
{ "id": "minimax-latest", "displayName": "MiniMax Latest", "contextWindow": 204800 },
|
|
139
|
+
{ "id": "deepseek-v3.2", "displayName": "DeepSeek V3.2", "contextWindow": 128000 },
|
|
140
|
+
{ "id": "deepseek-v4-pro", "displayName": "DeepSeek V4 Pro", "contextWindow": 1000000 },
|
|
141
|
+
{ "id": "deepseek-v4-flash", "displayName": "DeepSeek V4 Flash", "contextWindow": 1000000 },
|
|
142
|
+
{ "id": "doubao-seed-2.0-code", "displayName": "Doubao Seed 2.0 Code", "contextWindow": 256000 },
|
|
143
|
+
{ "id": "doubao-seed-2.0-pro", "displayName": "Doubao Seed 2.0 Pro", "contextWindow": 256000 },
|
|
144
|
+
{ "id": "doubao-seed-2.0-lite", "displayName": "Doubao Seed 2.0 Lite", "contextWindow": 256000 }
|
|
145
|
+
],
|
|
146
|
+
"reasoningCapability": "native-budget",
|
|
147
|
+
"capabilityProfile": "image-input-native",
|
|
148
|
+
"supportsThinking": true,
|
|
149
|
+
"contextWindow": 200000,
|
|
150
|
+
"maxOutputTokens": 32000
|
|
151
|
+
},
|
|
152
|
+
"gemini-cli": {
|
|
153
|
+
"apiKeyEnv": "GEMINI_API_KEY",
|
|
154
|
+
"cliBridge": true,
|
|
155
|
+
"reasoningCapability": "prompt-only",
|
|
156
|
+
"capabilityProfile": "image-input-cli-bridge",
|
|
157
|
+
"supportsThinking": false
|
|
158
|
+
},
|
|
159
|
+
"codex-cli": {
|
|
160
|
+
"apiKeyEnv": "OPENAI_API_KEY",
|
|
161
|
+
"cliBridge": true,
|
|
162
|
+
"reasoningCapability": "prompt-only",
|
|
163
|
+
"capabilityProfile": "cli-bridge",
|
|
164
|
+
"supportsThinking": false
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|