better-ccflare 3.1.6 → 3.1.7

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
@@ -548,6 +548,8 @@ No `NODE_OPTIONS` needed - Traefik provides trusted certificates automatically!
548
548
  - Cost estimation and budgeting
549
549
  - Request deduplication for improved performance
550
550
  - Lazy-loaded analytics components for faster initial load
551
+ - Advanced filtering by accounts, models, API keys, and status
552
+ - API key performance tracking and analytics
551
553
 
552
554
  ### 🛠️ Developer Tools
553
555
  - Powerful CLI (`better-ccflare`)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "license": "MIT",
6
6
  "repository": {