@kodax-ai/kodax 0.7.75 → 0.7.76
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 +27 -5
- package/README.md +7 -1
- package/README_CN.md +6 -1
- package/dist/chunks/{agent-LVZJB2GQ.js → agent-7X5CFET2.js} +1 -1
- package/dist/chunks/argument-completer-3NHIKB4N.js +2 -0
- package/dist/chunks/{chunk-SB75RNNR.js → chunk-4PWPNCNK.js} +2 -2
- package/dist/chunks/{chunk-737LI7OS.js → chunk-7FJNLJLF.js} +4 -4
- package/dist/chunks/chunk-COQYLD4U.js +5 -0
- package/dist/chunks/{chunk-Q65EAOX6.js → chunk-D3T24FJW.js} +2 -2
- package/dist/chunks/{chunk-F7AIEHSS.js → chunk-EI4JBQKL.js} +2 -2
- package/dist/chunks/{chunk-QRBWNYFV.js → chunk-HGT6WQ24.js} +4 -4
- package/dist/chunks/{chunk-OJQQRLZJ.js → chunk-HS3XHF3R.js} +2 -2
- package/dist/chunks/{chunk-BN3W2DQY.js → chunk-IDCGNQ4H.js} +1 -1
- package/dist/chunks/{chunk-6ZMKX3XF.js → chunk-KAY2XLCP.js} +2 -2
- package/dist/chunks/{chunk-5WSOB34U.js → chunk-OD6LVXU6.js} +2 -2
- package/dist/chunks/{chunk-UJRRZINL.js → chunk-OSF3H4RR.js} +2 -2
- package/dist/chunks/{chunk-G5VW55T4.js → chunk-PXKSE54E.js} +1 -1
- package/dist/chunks/{chunk-4PVSDE5L.js → chunk-RDXRM3UI.js} +1 -1
- package/dist/chunks/{chunk-N6M2LYEP.js → chunk-SMT2JSM3.js} +1 -1
- package/dist/chunks/{chunk-DEHOFNQA.js → chunk-TGMBHGZO.js} +2 -2
- package/dist/chunks/{chunk-QSMXI4MH.js → chunk-VWSLC2WO.js} +1 -1
- package/dist/chunks/{chunk-OGL227XV.js → chunk-Y3AMP22L.js} +1 -1
- package/dist/chunks/compaction-config-7J2XE35D.js +2 -0
- package/dist/chunks/{construction-bootstrap-3TQWTHSQ.js → construction-bootstrap-5F5KF2BZ.js} +1 -1
- package/dist/chunks/{dist-D3EPVAOZ.js → dist-2RA7LSH3.js} +1 -1
- package/dist/chunks/{dist-ZJFTZJ55.js → dist-URKXBOC6.js} +1 -1
- package/dist/chunks/host-RKZ2OGFT.js +2 -0
- package/dist/chunks/run-manager-7RM4HEH6.js +2 -0
- package/dist/chunks/{utils-HMVP6XPH.js → utils-X3TEH6IO.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/kodax_cli.js +8 -8
- package/dist/provider-capabilities.json +35 -7
- package/dist/runtime-worker.js +7 -7
- package/dist/sdk-a2a.js +1 -1
- package/dist/sdk-agent.js +1 -1
- package/dist/sdk-coding.js +1 -1
- package/dist/sdk-experimental-memory.js +1 -1
- package/dist/sdk-llm.js +1 -1
- package/dist/sdk-mcp.js +1 -1
- package/dist/sdk-media.js +1 -1
- package/dist/sdk-repl.js +1 -1
- package/dist/sdk-runtime.js +1 -1
- package/dist/sdk-session.js +1 -1
- package/dist/sdk-skills.js +1 -1
- package/package.json +1 -1
- package/dist/chunks/argument-completer-GHWEWPVQ.js +0 -2
- package/dist/chunks/chunk-6YUDR7WN.js +0 -5
- package/dist/chunks/compaction-config-L2YZK7Q3.js +0 -2
- package/dist/chunks/host-KHDXYFVG.js +0 -2
- package/dist/chunks/run-manager-CD24OO4V.js +0 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"updatedAt": "2026-07-
|
|
3
|
+
"updatedAt": "2026-07-25",
|
|
4
4
|
"providers": {
|
|
5
5
|
"anthropic": {
|
|
6
6
|
"apiKeyEnv": "ANTHROPIC_API_KEY",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
"kimi-code": {
|
|
259
259
|
"apiKeyEnv": "KIMI_CODE_API_KEY",
|
|
260
|
-
"model": "
|
|
260
|
+
"model": "k3-256k",
|
|
261
261
|
"models": [
|
|
262
262
|
{
|
|
263
263
|
"id": "k3",
|
|
@@ -268,12 +268,12 @@
|
|
|
268
268
|
"reasoningPreset": "kimi-k3",
|
|
269
269
|
"effortStrategy": "provider-toggle",
|
|
270
270
|
"thinkingStrategy": "provider-toggle",
|
|
271
|
-
"defaultEffort": "
|
|
271
|
+
"defaultEffort": "high",
|
|
272
272
|
"supportedEfforts": [
|
|
273
273
|
{ "value": "none", "description": "Disable thinking" },
|
|
274
|
-
{ "value": "low", "description": "
|
|
275
|
-
{ "value": "high", "description": "
|
|
276
|
-
{ "value": "max", "description": "Maximum thinking effort"
|
|
274
|
+
{ "value": "low", "description": "Low thinking effort" },
|
|
275
|
+
{ "value": "high", "description": "High thinking effort", "isDefault": true },
|
|
276
|
+
{ "value": "max", "description": "Maximum thinking effort" }
|
|
277
277
|
],
|
|
278
278
|
"effortAliases": {
|
|
279
279
|
"minimal": "low",
|
|
@@ -290,8 +290,36 @@
|
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
"id": "k3-256k",
|
|
293
|
-
"wireModel": "k3",
|
|
294
293
|
"displayName": "Kimi K3 (256K, Moderato)",
|
|
294
|
+
"contextWindow": 262144,
|
|
295
|
+
"reasoningCapability": "native-effort",
|
|
296
|
+
"reasoningProfile": {
|
|
297
|
+
"reasoningPreset": "kimi-k3",
|
|
298
|
+
"effortStrategy": "provider-toggle",
|
|
299
|
+
"thinkingStrategy": "provider-toggle",
|
|
300
|
+
"defaultEffort": "high",
|
|
301
|
+
"supportedEfforts": [
|
|
302
|
+
{ "value": "none", "description": "Disable thinking" },
|
|
303
|
+
{ "value": "low", "description": "Low thinking effort" },
|
|
304
|
+
{ "value": "high", "description": "High thinking effort", "isDefault": true },
|
|
305
|
+
{ "value": "max", "description": "Maximum thinking effort" }
|
|
306
|
+
],
|
|
307
|
+
"effortAliases": {
|
|
308
|
+
"minimal": "low",
|
|
309
|
+
"minimum": "low",
|
|
310
|
+
"light": "low",
|
|
311
|
+
"medium": "high",
|
|
312
|
+
"xhigh": "max",
|
|
313
|
+
"ultra": "max"
|
|
314
|
+
},
|
|
315
|
+
"disabledEfforts": ["none"],
|
|
316
|
+
"supportsReasoningEffort": true,
|
|
317
|
+
"supportsDisabledThinking": true
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "kimi-for-coding",
|
|
322
|
+
"displayName": "Kimi K2.7 Code",
|
|
295
323
|
"contextWindow": 262144
|
|
296
324
|
},
|
|
297
325
|
{
|