@blockrun/clawrouter 0.10.13 → 0.10.14

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 CHANGED
@@ -1613,12 +1613,12 @@ var DEFAULT_ROUTING_CONFIG = {
1613
1613
  ]
1614
1614
  },
1615
1615
  MEDIUM: {
1616
- primary: "xai/grok-code-fast-1",
1617
- // Code specialist, $0.20/$1.50
1616
+ primary: "moonshot/kimi-k2.5",
1617
+ // $0.50/$2.40 - strong tool use, proper function call format
1618
1618
  fallback: [
1619
+ "deepseek/deepseek-chat",
1619
1620
  "google/gemini-2.5-flash-lite",
1620
1621
  // 1M context, ultra cheap ($0.10/$0.40)
1621
- "deepseek/deepseek-chat",
1622
1622
  "xai/grok-4-1-fast-non-reasoning"
1623
1623
  // Upgraded Grok 4.1
1624
1624
  ]
@@ -1684,7 +1684,7 @@ var DEFAULT_ROUTING_CONFIG = {
1684
1684
  fallback: [
1685
1685
  "anthropic/claude-haiku-4.5",
1686
1686
  "google/gemini-2.5-flash-lite",
1687
- "xai/grok-code-fast-1"
1687
+ "deepseek/deepseek-chat"
1688
1688
  ]
1689
1689
  },
1690
1690
  MEDIUM: {
@@ -1735,9 +1735,9 @@ var DEFAULT_ROUTING_CONFIG = {
1735
1735
  ]
1736
1736
  },
1737
1737
  MEDIUM: {
1738
- primary: "xai/grok-code-fast-1",
1739
- // Code specialist for agentic coding
1740
- fallback: ["moonshot/kimi-k2.5", "anthropic/claude-haiku-4.5", "claude-sonnet-4"]
1738
+ primary: "moonshot/kimi-k2.5",
1739
+ // $0.50/$2.40 - strong tool use, handles function calls correctly
1740
+ fallback: ["anthropic/claude-haiku-4.5", "deepseek/deepseek-chat", "xai/grok-4-1-fast-non-reasoning"]
1741
1741
  },
1742
1742
  COMPLEX: {
1743
1743
  primary: "anthropic/claude-sonnet-4.6",