@blockrun/clawrouter 0.9.26 → 0.9.28
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 +132 -34
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +132 -34
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +2 -2
package/package.json
CHANGED
package/scripts/reinstall.sh
CHANGED
|
@@ -275,8 +275,8 @@ echo ""
|
|
|
275
275
|
echo "Run: openclaw gateway restart"
|
|
276
276
|
echo ""
|
|
277
277
|
echo "Model aliases available:"
|
|
278
|
-
echo " /model sonnet4.6 → anthropic/claude-sonnet-4
|
|
279
|
-
echo " /model opus4.6 → anthropic/claude-opus-4
|
|
278
|
+
echo " /model sonnet4.6 → anthropic/claude-sonnet-4-6"
|
|
279
|
+
echo " /model opus4.6 → anthropic/claude-opus-4-6"
|
|
280
280
|
echo " /model codex → openai/gpt-5.2-codex"
|
|
281
281
|
echo " /model deepseek → deepseek/deepseek-chat"
|
|
282
282
|
echo " /model minimax → minimax/minimax-m2.5"
|