Everything is installed, configured, and tested.
Current Usage (Last 24 Hours):
- Total cost: $0.51 USD
- Total tokens: 94,434
- Sessions: 19
- Burn rate: $0.021/hour
cd server
go run main.goServer starts on http://localhost:8080
cd capycoding-app
npm run tauri devThe UI opens automatically.
- Navigate to "Claude Usage Metrics" section
- Click "Collect metrics" (uses defaults)
- Click "Start auto-sync" for automatic 5-minute updates
Done! π
./demo-usage-tracker.shExpected output: All checks pass β
# Start voice agent
python agent.py dev
# Monitor usage in another terminal
tail -f ~/.claude/projects/voice-agent.jsonlGET http://localhost:8080/metrics/claude- Current metricsPOST http://localhost:8080/metrics/claude- Push metricsGET http://localhost:8080/metrics/claude/history- History
# Watch all Claude usage
tail -f ~/.claude/projects/*.jsonl
# Pretty print
tail -f ~/.claude/projects/*.jsonl | jq- Full docs:
USAGE-TRACKER-COMPLETE.md - Implementation:
IMPLEMENTATION-COMPLETE.md - Tests:
test-complete-tracker.sh - Demo:
demo-usage-tracker.sh
Last Updated: October 26, 2025
Status: Production Ready β