Roadmap
v0.1.0 — Initial Release ✅
Released on April 4, 2026.
- Python sync agent with auto-sync daemon (systemd, launchd, Task Scheduler)
- React web dashboard with 9 pages (Overview, Daily, Projects, Models, Machines, Deploy, Sessions, Insights, Settings)
- Cloudflare Worker proxy (zero keys in frontend)
- Supabase Auth with magic link + email whitelist
- ccusage integration for log parsing
- Multi-PC aggregation with machine-level filtering
- Wazuh-style deploy page with OS-specific install commands
- CSV/JSON export from any dashboard view
- Configurable cost threshold alerts
- Row-Level Security on all database tables
v0.2.0 — Analytics & Rate Limits ✅
Released on April 6, 2026.
| Feature | Description | Status |
|---|---|---|
| Plan vs API Cost | Compare subscription cost against API-equivalent pricing (Pro/Max5x/Max20x) | ✅ Released |
| Weekly Reports | Daily/Weekly toggle with stacked bar charts, aligned with rate limit windows | ✅ Released |
| 5-Hour Blocks | Multi-PC block timeline with active block card, burn rate, and overlap detection | ✅ Released |
| Rate Limit Progress Bars | Visual 5-hour and weekly rate limit usage in Overview | ✅ Released |
| Usage Pace Calculator | Daily averages with trend detection (increasing/stable/decreasing) | ✅ Released |
| Project Budgets | Per-project spending limits with progress bars and alerts | ✅ Released |
| Cross-Machine Usage Pace | Combined usage metrics across all machines | ✅ Released |
| Statusline Auto-Setup | One-command rate limit tracking configuration | ✅ Released |
v0.3.0 — Real-time, Analytics & PyPI ✅
Released on April 8, 2026.
| Feature | Description | Status |
|---|---|---|
| Real-time Hooks | SessionEnd + Stop hooks for sub-100ms data sync | ✅ Released |
| MCP Server | 12 tools (7 data + 5 analytics) for natural language queries | ✅ Released |
| Insights Engine | Trends, anomalies, forecasts, week-over-week in the dashboard | ✅ Released |
| Webhook Notifications | Discord/Slack alerts for budget and rate limit thresholds | ✅ Released |
| Unified Setup Wizard | Interactive cc-telemetry setup with dependency checks | ✅ Released |
| cc-telemetry doctor | 10-point health check command | ✅ Released |
| PyPI Publishing | pip install cc-telemetry — no more git clone required | ✅ Released |
| Analytics Endpoints | /api/analytics-trends and /api/analytics-compare-periods | ✅ Released |
v0.4.0 — Sustainability & Polish v0.4
Next release focused on long-term sustainability and bug fixes.
| Feature | Description | Status |
|---|---|---|
| Data Retention Policy | Automatic aggregation of old data to keep Supabase free tier sustainable | 🔜 Planned |
| Bug Fix Sweep | Address v0.3.0 backlog items | 🔜 Planned |
| Project Budgets UX | Search/filter, show top 10 by cost | 🔜 Planned |
| Hooks Reliability | Investigate VS Code extension hook behavior | 🔜 Planned |
v0.5.0 — Teams v0.5
Team support and multi-user features.
| Feature | Description | Status |
|---|---|---|
| Team Dashboard | Shared team-level analytics with per-member breakdown | 🔜 Planned |
| Admin Roles | Role-based access control (admin, viewer) | 🔜 Planned |
| Invite Flow | Invite team members by email | 🔜 Planned |
v1.0.0 — Production Ready v1.0
| Feature | Description | Status |
|---|---|---|
| Complete Documentation | Full coverage of all features and APIs | 🔜 Planned |
| E2E Tests | End-to-end test suite | 🔜 Planned |
| Performance Optimizations | Query optimization, caching | 🔜 Planned |
| Security Audit | Third-party security review | 🔜 Planned |
Contributing
Have a feature idea? Open an issue on GitHub with the feature-request label.