@blockrun/clawrouter 0.12.7 → 0.12.8
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
|
@@ -236,7 +236,7 @@ try {
|
|
|
236
236
|
const TOP_MODELS = [
|
|
237
237
|
'auto', 'free', 'eco', 'premium',
|
|
238
238
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
239
|
-
'openai/gpt-5.
|
|
239
|
+
'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
|
|
240
240
|
'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
|
|
241
241
|
'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
|
|
242
242
|
'xai/grok-3', 'minimax/minimax-m2.5'
|
package/scripts/update.sh
CHANGED
|
@@ -186,7 +186,7 @@ try {
|
|
|
186
186
|
const TOP_MODELS = [
|
|
187
187
|
'auto', 'free', 'eco', 'premium',
|
|
188
188
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
189
|
-
'openai/gpt-5.
|
|
189
|
+
'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
|
|
190
190
|
'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
|
|
191
191
|
'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
|
|
192
192
|
'xai/grok-3', 'minimax/minimax-m2.5'
|