@blockrun/clawrouter 0.9.25 → 0.9.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/clawrouter",
3
- "version": "0.9.25",
3
+ "version": "0.9.26",
4
4
  "description": "Smart LLM router — save 78% on inference costs. 30+ models, one wallet, x402 micropayments.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -275,7 +275,8 @@ echo ""
275
275
  echo "Run: openclaw gateway restart"
276
276
  echo ""
277
277
  echo "Model aliases available:"
278
- echo " /model sonnet → anthropic/claude-sonnet-4.6"
278
+ echo " /model sonnet4.6 → anthropic/claude-sonnet-4.6"
279
+ echo " /model opus4.6 → anthropic/claude-opus-4.6"
279
280
  echo " /model codex → openai/gpt-5.2-codex"
280
281
  echo " /model deepseek → deepseek/deepseek-chat"
281
282
  echo " /model minimax → minimax/minimax-m2.5"