@blockrun/clawrouter 0.9.17 → 0.9.18

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
@@ -1216,11 +1216,11 @@ var DEFAULT_ROUTING_CONFIG = {
1216
1216
  ]
1217
1217
  },
1218
1218
  COMPLEX: {
1219
- primary: "anthropic/claude-sonnet-4",
1220
- // $3/$15 - best reasoning/analysis for complex tasks
1219
+ primary: "anthropic/claude-opus-4.6",
1220
+ // Best quality for complex tasks
1221
1221
  fallback: [
1222
- "anthropic/claude-opus-4.6",
1223
1222
  "anthropic/claude-opus-4.5",
1223
+ "anthropic/claude-sonnet-4",
1224
1224
  "openai/gpt-5.2-codex",
1225
1225
  "google/gemini-3-pro-preview",
1226
1226
  "moonshot/kimi-k2.5"