@blockrun/clawrouter 0.10.3 → 0.10.5

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/README.md CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
  Route every request to the right model at the right price.<br>
8
8
  15-dimension scoring, <1ms local routing, optimized for autonomous agents.<br>
9
- One wallet, 38+ models, zero API keys.
9
+ One wallet, 41+ models, zero API keys.
10
10
 
11
11
  <img src="https://img.shields.io/badge/🚀_92%25_Cost_Savings-success?style=for-the-badge" alt="92% savings">&nbsp;
12
12
  <img src="https://img.shields.io/badge/🔑_Zero_API_Keys-blue?style=for-the-badge" alt="No API keys">&nbsp;
13
- <img src="https://img.shields.io/badge/ðŸĪ–_38+_Models-purple?style=for-the-badge" alt="38+ models">&nbsp;
13
+ <img src="https://img.shields.io/badge/ðŸĪ–_41+_Models-purple?style=for-the-badge" alt="38+ models">&nbsp;
14
14
  <img src="https://img.shields.io/badge/💰_Non--Custodial-orange?style=for-the-badge" alt="Non-custodial">&nbsp;
15
15
  <img src="https://img.shields.io/badge/⚡_<1ms_Routing-yellow?style=for-the-badge" alt="Fast routing">
16
16
 
@@ -33,18 +33,18 @@ One wallet, 38+ models, zero API keys.
33
33
 
34
34
  ## 📑 Quick Navigation
35
35
 
36
- | Section | Description |
37
- | ----------------------------------------- | ------------------------------ |
38
- | [Quick Start](#-quick-start) | Install in 2 minutes |
39
- | [Routing Profiles](#-routing-profiles) | eco / auto / premium / free |
40
- | [How It Works](#-how-it-works) | 15-dimension local routing |
41
- | [Models & Pricing](#-models--pricing) | 30+ models, full price list |
42
- | [Screenshots](#-screenshots) | See it in action |
43
- | [Payment](#-payment) | x402 non-custodial USDC |
44
- | [Configuration](#%EF%B8%8F-configuration) | Environment variables |
36
+ | Section | Description |
37
+ | ----------------------------------------- | ------------------------------- |
38
+ | [Quick Start](#-quick-start) | Install in 2 minutes |
39
+ | [Routing Profiles](#-routing-profiles) | eco / auto / premium / free |
40
+ | [How It Works](#-how-it-works) | 15-dimension local routing |
41
+ | [Models & Pricing](#-models--pricing) | 41+ models, full price list |
42
+ | [Screenshots](#-screenshots) | See it in action |
43
+ | [Payment](#-payment) | x402 non-custodial USDC |
44
+ | [Configuration](#%EF%B8%8F-configuration) | Environment variables |
45
45
  | [Troubleshooting](#-troubleshooting) | `doctor` AI-powered diagnostics |
46
- | [vs OpenRouter](#-vs-openrouter) | Why ClawRouter wins |
47
- | [Support](#-support) | Telegram, X, founders |
46
+ | [vs OpenRouter](#-vs-openrouter) | Why ClawRouter wins |
47
+ | [Support](#-support) | Telegram, X, founders |
48
48
 
49
49
  ---
50
50
 
@@ -99,7 +99,7 @@ Request → Weighted Scorer (15 dimensions) → Tier → Cheapest Model → Resp
99
99
 
100
100
  ## 💰 Models & Pricing
101
101
 
102
- 38+ models across 7 providers, one wallet:
102
+ 41+ models across 7 providers, one wallet:
103
103
 
104
104
  <details>
105
105
  <summary><strong>Click to expand full model list</strong></summary>
@@ -228,15 +228,14 @@ For basic usage, no configuration needed. For advanced options:
228
228
  npx @blockrun/clawrouter doctor
229
229
  ```
230
230
 
231
- This collects diagnostics and sends them to Claude Opus 4.6 for AI-powered analysis:
231
+ This collects diagnostics and sends them to Claude Sonnet for AI-powered analysis:
232
232
 
233
233
  ```
234
- ðŸĐš BlockRun Doctor v0.10.1
234
+ ðŸĐš BlockRun Doctor v0.10.4
235
235
 
236
236
  System
237
237
  ✓ OS: darwin arm64
238
238
  ✓ Node: v20.11.0
239
- ✓ Memory: 8.2GB free / 16.0GB
240
239
 
241
240
  Wallet
242
241
  ✓ Address: 0x1234...abcd
@@ -246,19 +245,26 @@ Network
246
245
  ✓ BlockRun API: reachable (142ms)
247
246
  ✗ Local proxy: not running on :8402
248
247
 
249
- ðŸ“Ī Sending to Claude Opus 4.6...
248
+ ðŸ“Ī Sending to Claude Sonnet 4.6 (~$0.003)...
250
249
 
251
250
  ðŸĪ– AI Analysis:
252
251
  The local proxy isn't running. Run `openclaw gateway restart` to fix.
253
252
  ```
254
253
 
254
+ **Use Opus for complex issues:**
255
+
256
+ ```bash
257
+ npx @blockrun/clawrouter doctor opus
258
+ ```
259
+
255
260
  **Ask a specific question:**
256
261
 
257
262
  ```bash
258
263
  npx @blockrun/clawrouter doctor "why is my request failing?"
264
+ npx @blockrun/clawrouter doctor opus "æ·ąåšĶåˆ†æžæˆ‘įš„é…į―Ū"
259
265
  ```
260
266
 
261
- **Cost:** ~$0.01 per analysis (paid via your wallet balance)
267
+ **Cost:** Sonnet ~$0.003 (default) | Opus ~$0.01
262
268
 
263
269
  ---
264
270