Skip to content
Discussion options

You must be logged in to vote

Hi @hardikaipm, quick answers:

1. Zero telemetry, zero analytics. No data about you or your sessions ever leaves your machine.

2. Processing is fully local. The only outbound network calls are downloads of public data:

  • LiteLLM pricing JSON from the BerriAI public repo on GitHub (cached 24h locally)
  • Currency exchange rates, only if you set a non-USD currency

Neither request includes any info about you or your usage. They are straight downloads.

3. Files read. CodeBurn reads session files in fixed provider paths: ~/.claude/projects/, ~/.codex/sessions/, Cursor's SQLite DB, ~/.copilot/session-state/, ~/.pi/agents/. The optimize command additionally peeks at:

  • Your shell profile (for a single

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AgentSeal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants