@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/index.js CHANGED
@@ -2373,7 +2373,11 @@ var DEFAULT_ROUTING_CONFIG = {
2373
2373
  MEDIUM: {
2374
2374
  primary: "moonshot/kimi-k2.5",
2375
2375
  // $0.50/$2.40 - strong tool use, handles function calls correctly
2376
- fallback: ["anthropic/claude-haiku-4.5", "deepseek/deepseek-chat", "xai/grok-4-1-fast-non-reasoning"]
2376
+ fallback: [
2377
+ "anthropic/claude-haiku-4.5",
2378
+ "deepseek/deepseek-chat",
2379
+ "xai/grok-4-1-fast-non-reasoning"
2380
+ ]
2377
2381
  },
2378
2382
  COMPLEX: {
2379
2383
  primary: "anthropic/claude-sonnet-4.6",