@blockrun/clawrouter 0.8.6 → 0.8.7
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 +3 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1128,8 +1128,9 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1128
1128
|
// Agentic tier configs - models that excel at multi-step autonomous tasks
|
|
1129
1129
|
agenticTiers: {
|
|
1130
1130
|
SIMPLE: {
|
|
1131
|
-
primary: "
|
|
1132
|
-
|
|
1131
|
+
primary: "moonshot/kimi-k2.5",
|
|
1132
|
+
// Cheaper than Haiku ($0.5/$2.4 vs $1/$5), larger context
|
|
1133
|
+
fallback: ["anthropic/claude-haiku-4.5", "xai/grok-4-fast-non-reasoning", "openai/gpt-4o-mini"]
|
|
1133
1134
|
},
|
|
1134
1135
|
MEDIUM: {
|
|
1135
1136
|
primary: "xai/grok-code-fast-1",
|