better-ccflare 3.3.14 → 3.3.16

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
@@ -16,7 +16,7 @@ https://github.com/user-attachments/assets/c859872f-ca5e-4f8b-b6a0-7cc7461fe62a
16
16
  ## Why better-ccflare?
17
17
 
18
18
  - **🚀 Zero Rate Limit Errors** - Automatically distribute requests across multiple accounts
19
- - **🤖 Multi-Provider Support** - Claude OAuth, Claude API console, Vertex AI, AWS Bedrock, NanoGPT, z.ai, Minimax, OpenRouter, Kilo, Anthropic-compatible, and OpenAI-compatible providers
19
+ - **🤖 Multi-Provider Support** - Claude OAuth, Claude API console, Vertex AI, AWS Bedrock, NanoGPT, z.ai, Minimax, OpenRouter, Kilo, Codex (OpenAI OAuth), Anthropic-compatible, and OpenAI-compatible providers
20
20
  - **🔒 OAuth Token Health** - Real-time monitoring of OAuth token status with automatic refresh and health indicators
21
21
  - **🔗 Custom API Endpoints** - Configure custom endpoints for Anthropic accounts for enterprise deployments
22
22
  - **☁️ OpenAI-Compatible Support** - Use OpenAI-compatible providers like OpenRouter, Together AI, and more with Claude API format
@@ -36,7 +36,7 @@ This project builds upon the excellent foundation of [snipeship/ccflare](https:/
36
36
  **🎯 Core Improvements (v3.0.0):**
37
37
  - **Enhanced Security** - Critical fixes for authentication bypass, command injection, and PKCE implementation
38
38
  - **OAuth Token Health Monitoring** - Real-time status indicators and automatic token refresh with 30-minute buffer
39
- - **Extended Provider Support** - AWS Bedrock, NanoGPT (with dynamic pricing), Minimax, OpenRouter, Kilo, Anthropic-compatible, and OpenAI-compatible providers
39
+ - **Extended Provider Support** - AWS Bedrock, NanoGPT (with dynamic pricing), Minimax, OpenRouter, Kilo, Codex (OpenAI OAuth), Anthropic-compatible, and OpenAI-compatible providers
40
40
  - **Simplified Load Balancing** - Removed tier system for O(1) priority-based selection
41
41
  - **Real-time Analytics Dashboard** - Beautiful web UI with fixed request history (no disappearing requests)
42
42
  - **Package Distribution** - Available via npm and bun for easy installation
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "3.3.14",
3
+ "version": "3.3.16",
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": {