@blockrun/clawrouter 0.12.42 → 0.12.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/dist/cli.js +1 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +2 -2
- package/scripts/update.sh +1 -1
package/package.json
CHANGED
package/scripts/reinstall.sh
CHANGED
|
@@ -244,7 +244,7 @@ try {
|
|
|
244
244
|
const TOP_MODELS = [
|
|
245
245
|
'auto', 'free', 'eco', 'premium',
|
|
246
246
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
247
|
-
'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
|
|
247
|
+
'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
|
|
248
248
|
'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
|
|
249
249
|
'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
|
|
250
250
|
'xai/grok-3', 'minimax/minimax-m2.5'
|
|
@@ -352,7 +352,7 @@ echo ""
|
|
|
352
352
|
echo "Model aliases available:"
|
|
353
353
|
echo " /model sonnet → claude-sonnet-4"
|
|
354
354
|
echo " /model opus → claude-opus-4"
|
|
355
|
-
echo " /model codex → openai/gpt-5.
|
|
355
|
+
echo " /model codex → openai/gpt-5.3-codex"
|
|
356
356
|
echo " /model deepseek → deepseek/deepseek-chat"
|
|
357
357
|
echo " /model minimax → minimax/minimax-m2.5"
|
|
358
358
|
echo " /model free → gpt-oss-120b (FREE)"
|
package/scripts/update.sh
CHANGED
|
@@ -195,7 +195,7 @@ try {
|
|
|
195
195
|
const TOP_MODELS = [
|
|
196
196
|
'auto', 'free', 'eco', 'premium',
|
|
197
197
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
198
|
-
'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
|
|
198
|
+
'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
|
|
199
199
|
'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
|
|
200
200
|
'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
|
|
201
201
|
'xai/grok-3', 'minimax/minimax-m2.5'
|