@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/index.js
CHANGED
|
@@ -1593,8 +1593,9 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1593
1593
|
// Agentic tier configs - models that excel at multi-step autonomous tasks
|
|
1594
1594
|
agenticTiers: {
|
|
1595
1595
|
SIMPLE: {
|
|
1596
|
-
primary: "
|
|
1597
|
-
|
|
1596
|
+
primary: "moonshot/kimi-k2.5",
|
|
1597
|
+
// Cheaper than Haiku ($0.5/$2.4 vs $1/$5), larger context
|
|
1598
|
+
fallback: ["anthropic/claude-haiku-4.5", "xai/grok-4-fast-non-reasoning", "openai/gpt-4o-mini"]
|
|
1598
1599
|
},
|
|
1599
1600
|
MEDIUM: {
|
|
1600
1601
|
primary: "xai/grok-code-fast-1",
|