better-ccflare 1.1.10 → 1.1.12

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
@@ -33,6 +33,15 @@ npm install -g better-ccflare
33
33
  better-ccflare
34
34
  ```
35
35
 
36
+ ### Install via bun
37
+
38
+ ```bash
39
+ bun install -g better-ccflare
40
+
41
+ # Start better-ccflare (TUI + Server)
42
+ better-ccflare
43
+ ```
44
+
36
45
  ### Install from source
37
46
 
38
47
  ```bash
@@ -43,8 +52,12 @@ bun install
43
52
 
44
53
  # Start better-ccflare (TUI + Server)
45
54
  bun run better-ccflare
55
+ ```
46
56
 
47
- # Configure Claude SDK
57
+ ## Configure Claude SDK
58
+
59
+ ```bash
60
+ # Set the base URL to point to better-ccflare
48
61
  export ANTHROPIC_BASE_URL=http://localhost:8080
49
62
 
50
63
  # Add multiple accounts with priorities
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "author": "snipeship",
6
6
  "license": "MIT",