@blockrun/clawrouter 0.9.17 → 0.9.19
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 +4 -4
- package/dist/cli.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1216,12 +1216,12 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1216
1216
|
]
|
|
1217
1217
|
},
|
|
1218
1218
|
COMPLEX: {
|
|
1219
|
-
primary: "anthropic/claude-
|
|
1220
|
-
//
|
|
1219
|
+
primary: "anthropic/claude-opus-4.6",
|
|
1220
|
+
// Best quality for complex tasks
|
|
1221
1221
|
fallback: [
|
|
1222
|
-
"anthropic/claude-opus-4.6",
|
|
1223
|
-
"anthropic/claude-opus-4.5",
|
|
1224
1222
|
"openai/gpt-5.2-codex",
|
|
1223
|
+
"anthropic/claude-opus-4.5",
|
|
1224
|
+
"anthropic/claude-sonnet-4",
|
|
1225
1225
|
"google/gemini-3-pro-preview",
|
|
1226
1226
|
"moonshot/kimi-k2.5"
|
|
1227
1227
|
]
|