@blockrun/clawrouter 0.3.22 → 0.3.23

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.
Files changed (2) hide show
  1. package/README.md +2 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -469,21 +469,12 @@ lsof -i :8402
469
469
 
470
470
  ### How to Update ClawRouter
471
471
 
472
- **Recommended:** Run the reinstall script (handles everything automatically):
473
-
474
472
  ```bash
475
473
  curl -fsSL https://raw.githubusercontent.com/BlockRunAI/ClawRouter/main/scripts/reinstall.sh | bash
474
+ openclaw gateway restart
476
475
  ```
477
476
 
478
- **Manual update:** If you prefer manual steps or the script fails:
479
-
480
- ```bash
481
- # Remove old plugin and reinstall
482
- rm -rf ~/.openclaw/extensions/clawrouter
483
- openclaw plugins install @blockrun/clawrouter
484
- ```
485
-
486
- **Note:** OpenClaw doesn't auto-update plugins. You must reinstall to get new versions.
477
+ This removes the old version, installs the latest, and restarts the gateway.
487
478
 
488
479
  ### Verify Routing is Working
489
480
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/clawrouter",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
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",