@blockrun/clawrouter 0.9.28 → 0.9.29
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 +4 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1483,6 +1483,10 @@ var MODEL_ALIASES = {
|
|
|
1483
1483
|
"anthropic/claude-opus-4.6": "anthropic/claude-opus-4-6",
|
|
1484
1484
|
"anthropic/claude-opus-4.5": "anthropic/claude-opus-4-5",
|
|
1485
1485
|
"anthropic/claude-haiku-4.5": "anthropic/claude-haiku-4-5",
|
|
1486
|
+
// Base model names without version -> route to latest
|
|
1487
|
+
"anthropic/claude-sonnet-4": "anthropic/claude-sonnet-4-6",
|
|
1488
|
+
"anthropic/claude-opus-4": "anthropic/claude-opus-4-6",
|
|
1489
|
+
"anthropic/claude-haiku-4": "anthropic/claude-haiku-4-5",
|
|
1486
1490
|
// OpenAI
|
|
1487
1491
|
gpt: "openai/gpt-4o",
|
|
1488
1492
|
gpt4: "openai/gpt-4o",
|