@blockrun/clawrouter 0.12.79 → 0.12.81
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/dist/cli.js +82 -54
- package/dist/cli.js.map +1 -1
- package/dist/index.js +95 -66
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +5 -5
- package/scripts/update.sh +5 -5
package/package.json
CHANGED
package/scripts/reinstall.sh
CHANGED
|
@@ -320,7 +320,7 @@ try {
|
|
|
320
320
|
|
|
321
321
|
// Curated models for the /model picker
|
|
322
322
|
const TOP_MODELS = [
|
|
323
|
-
'auto', 'eco', 'premium',
|
|
323
|
+
'auto', 'free', 'eco', 'premium',
|
|
324
324
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
325
325
|
'openai/gpt-5.4', 'openai/gpt-5.4-pro', 'openai/gpt-5.3', 'openai/gpt-5.3-codex',
|
|
326
326
|
'openai/gpt-5-mini', 'openai/gpt-5-nano', 'openai/gpt-5.4-nano', 'openai/gpt-4o', 'openai/gpt-4o-mini', 'openai/o3', 'openai/o4-mini',
|
|
@@ -329,10 +329,10 @@ try {
|
|
|
329
329
|
'deepseek/deepseek-chat', 'deepseek/deepseek-reasoner', 'moonshot/kimi-k2.5',
|
|
330
330
|
'xai/grok-3', 'xai/grok-4-0709', 'xai/grok-4-1-fast-reasoning',
|
|
331
331
|
'minimax/minimax-m2.7', 'minimax/minimax-m2.5',
|
|
332
|
-
'
|
|
333
|
-
'
|
|
334
|
-
'
|
|
335
|
-
'
|
|
332
|
+
'free/gpt-oss-120b', 'free/gpt-oss-20b',
|
|
333
|
+
'free/nemotron-ultra-253b', 'free/deepseek-v3.2', 'free/mistral-large-3-675b',
|
|
334
|
+
'free/qwen3-coder-480b', 'free/devstral-2-123b', 'free/llama-4-maverick',
|
|
335
|
+
'free/nemotron-3-super-120b', 'free/nemotron-super-49b', 'free/glm-4.7',
|
|
336
336
|
'zai/glm-5', 'zai/glm-5-turbo'
|
|
337
337
|
];
|
|
338
338
|
|
package/scripts/update.sh
CHANGED
|
@@ -270,7 +270,7 @@ try {
|
|
|
270
270
|
|
|
271
271
|
// Curated models for the /model picker
|
|
272
272
|
const TOP_MODELS = [
|
|
273
|
-
'auto', 'eco', 'premium',
|
|
273
|
+
'auto', 'free', 'eco', 'premium',
|
|
274
274
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
275
275
|
'openai/gpt-5.4', 'openai/gpt-5.4-pro', 'openai/gpt-5.3', 'openai/gpt-5.3-codex',
|
|
276
276
|
'openai/gpt-5-mini', 'openai/gpt-5-nano', 'openai/gpt-5.4-nano', 'openai/gpt-4o', 'openai/gpt-4o-mini', 'openai/o3', 'openai/o4-mini',
|
|
@@ -279,10 +279,10 @@ try {
|
|
|
279
279
|
'deepseek/deepseek-chat', 'deepseek/deepseek-reasoner', 'moonshot/kimi-k2.5',
|
|
280
280
|
'xai/grok-3', 'xai/grok-4-0709', 'xai/grok-4-1-fast-reasoning',
|
|
281
281
|
'minimax/minimax-m2.7', 'minimax/minimax-m2.5',
|
|
282
|
-
'
|
|
283
|
-
'
|
|
284
|
-
'
|
|
285
|
-
'
|
|
282
|
+
'free/gpt-oss-120b', 'free/gpt-oss-20b',
|
|
283
|
+
'free/nemotron-ultra-253b', 'free/deepseek-v3.2', 'free/mistral-large-3-675b',
|
|
284
|
+
'free/qwen3-coder-480b', 'free/devstral-2-123b', 'free/llama-4-maverick',
|
|
285
|
+
'free/nemotron-3-super-120b', 'free/nemotron-super-49b', 'free/glm-4.7',
|
|
286
286
|
'zai/glm-5', 'zai/glm-5-turbo'
|
|
287
287
|
];
|
|
288
288
|
|