@blockrun/clawrouter 0.12.42 → 0.12.43
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/package.json +1 -1
- package/scripts/reinstall.sh +1 -1
- 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'
|
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'
|