Changelog
What's new in Conflux Router. We ship fast.
May 31, 2026
v0.1.159 — Feedback Telemetry & Vault Fixes 🛠️
- Bug reports now capture real app version, OS+arch, and full user agent string (was always 'unknown').
- Vault double-click fixed on Windows — path separator normalization + cmd.exe improvements.
- Vault scan directories are now platform-aware (no more hardcoded Linux paths). Works on Windows, macOS, and Linux.
- Supabase migration: added user_agent column to ch_feedback for richer telemetry.
- studio_save_to_vault now uses USERPROFILE fallback on Windows (HOME env var may be unset).
desktopfix
March 29, 2026
v1.0 Beta Launch 🚀
- Conflux Router is live. 16 models across 5 providers. OpenAI-compatible API. Credit-based billing.
- Endpoints: /v1/chat/completions, /v1/models, /v1/credits, /v1/usage, /v1/keys
- Free tier: 500 credits. Power: $24.99/mo (10K credits). Pro: $49.99/mo (30K credits).
launchapi
March 28, 2026
Smart Routing Engine
- Automatic failover between providers. Round-robin load balancing. Health monitoring every 60s.
- Fallback chain: primary model → fallback model → next provider → 503.
featureinfrastructure
March 27, 2026
Credit System & Billing
- Credit accounts, transaction logging, Stripe integration for plan subscriptions and credit packs.
- Overage billing for Power ($0.003/credit) and Pro ($0.002/credit) plans.
billingstripe
March 26, 2026
Provider Integrations
- Added Cerebras and Groq as free-tier inference providers. Llama 3.3 70B, Mixtral 8x7B.
- Anthropic Claude (Sonnet, Haiku, Opus) and Google Gemini (Pro, Ultra) integrations.
providersmodels
March 25, 2026
API Key Management
- Developer API keys (cf_live_ / cf_test_ prefixes). SHA-256 hashed storage. Expiration support.
- Key generation, listing, and revocation endpoints.
featuresecurity
March 24, 2026
Architecture Design
- Full API architecture spec completed. Database schema for provider_config, model_routes, api_keys.
- Credit cost model finalized. 16 model routes with tier-based access.
design
March 22, 2026
Conflux Home v1.0 MVP
- Desktop app MVP complete. Tauri + React. 255+ Rust commands. 15 apps built.
- Onboarding, chat, agent marketplace, voice input, games hub.
desktoplaunch