@blockrun/clawrouter 0.9.18 → 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/index.js CHANGED
@@ -1695,9 +1695,9 @@ var DEFAULT_ROUTING_CONFIG = {
1695
1695
  primary: "anthropic/claude-opus-4.6",
1696
1696
  // Best quality for complex tasks
1697
1697
  fallback: [
1698
+ "openai/gpt-5.2-codex",
1698
1699
  "anthropic/claude-opus-4.5",
1699
1700
  "anthropic/claude-sonnet-4",
1700
- "openai/gpt-5.2-codex",
1701
1701
  "google/gemini-3-pro-preview",
1702
1702
  "moonshot/kimi-k2.5"
1703
1703
  ]