@blockrun/clawrouter 0.10.15 → 0.10.16
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 +5 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1743,7 +1743,11 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1743
1743
|
MEDIUM: {
|
|
1744
1744
|
primary: "moonshot/kimi-k2.5",
|
|
1745
1745
|
// $0.50/$2.40 - strong tool use, handles function calls correctly
|
|
1746
|
-
fallback: [
|
|
1746
|
+
fallback: [
|
|
1747
|
+
"anthropic/claude-haiku-4.5",
|
|
1748
|
+
"deepseek/deepseek-chat",
|
|
1749
|
+
"xai/grok-4-1-fast-non-reasoning"
|
|
1750
|
+
]
|
|
1747
1751
|
},
|
|
1748
1752
|
COMPLEX: {
|
|
1749
1753
|
primary: "anthropic/claude-sonnet-4.6",
|