@blockrun/clawrouter 0.12.68 → 0.12.70
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/README.md +6 -0
- package/dist/cli.js +90 -16
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +9 -0
- package/dist/index.js +106 -19
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +2 -2
- package/scripts/update.sh +2 -2
package/package.json
CHANGED
package/scripts/reinstall.sh
CHANGED
|
@@ -323,8 +323,8 @@ try {
|
|
|
323
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
|
-
'openai/gpt-5-mini', 'openai/gpt-5-nano', 'openai/gpt-4o', 'openai/gpt-4o-mini', 'openai/o3', 'openai/o4-mini',
|
|
327
|
-
'google/gemini-3.1-pro', 'google/gemini-3-pro-preview', 'google/gemini-3-flash-preview',
|
|
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',
|
|
327
|
+
'google/gemini-3.1-pro', 'google/gemini-3.1-flash-lite', 'google/gemini-3-pro-preview', 'google/gemini-3-flash-preview',
|
|
328
328
|
'google/gemini-2.5-pro', 'google/gemini-2.5-flash', 'google/gemini-2.5-flash-lite',
|
|
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',
|
package/scripts/update.sh
CHANGED
|
@@ -273,8 +273,8 @@ try {
|
|
|
273
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
|
-
'openai/gpt-5-mini', 'openai/gpt-5-nano', 'openai/gpt-4o', 'openai/gpt-4o-mini', 'openai/o3', 'openai/o4-mini',
|
|
277
|
-
'google/gemini-3.1-pro', 'google/gemini-3-pro-preview', 'google/gemini-3-flash-preview',
|
|
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',
|
|
277
|
+
'google/gemini-3.1-pro', 'google/gemini-3.1-flash-lite', 'google/gemini-3-pro-preview', 'google/gemini-3-flash-preview',
|
|
278
278
|
'google/gemini-2.5-pro', 'google/gemini-2.5-flash', 'google/gemini-2.5-flash-lite',
|
|
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',
|