We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9ad09 commit 8afaadcCopy full SHA for 8afaadc
scripts/reinstall.sh
@@ -347,5 +347,10 @@ echo " /model codex → openai/gpt-5.2-codex"
347
echo " /model deepseek → deepseek/deepseek-chat"
348
echo " /model minimax → minimax/minimax-m2.5"
349
echo " /model free → gpt-oss-120b (FREE)"
350
+echo "CLI commands:"
351
+echo " npx @blockrun/clawrouter report # daily usage report"
352
+echo " npx @blockrun/clawrouter report weekly # weekly report"
353
+echo " npx @blockrun/clawrouter report monthly # monthly report"
354
+echo " npx @blockrun/clawrouter doctor # AI diagnostics"
355
echo ""
356
echo "To uninstall: bash ~/.openclaw/extensions/clawrouter/scripts/uninstall.sh"
0 commit comments