Skip to content

Commit 28c825f

Browse files
committed
Merge PR #117: cursor-agent provider
Adds a cursor-agent provider that reads sessions from ~/.cursor/projects/*/agent-transcripts/*.txt and joins against the ai-code-tracking.db for model attribution, closing issue #55. Token counts are estimated from transcript character length since neither the transcript nor the attribution DB carries real counts, and every row carries an (est.) label to surface that. Contributed by @mvanhorn.
2 parents 3c2aab2 + ed55121 commit 28c825f

File tree

4 files changed

+692
-2
lines changed

4 files changed

+692
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<img src="https://raw.githubusercontent.com/getagentseal/codeburn/main/assets/dashboard.jpg" alt="CodeBurn TUI dashboard" width="620" />
1818
</p>
1919

20-
By task type, tool, model, MCP server, and project. Supports **Claude Code**, **Codex** (OpenAI), **Cursor**, **OpenCode**, **Pi**, and **GitHub Copilot** with a provider plugin system. Tracks one-shot success rate per activity type so you can see where the AI nails it first try vs. burns tokens on edit/test/fix retries. Interactive TUI dashboard with gradient charts, responsive panels, and keyboard navigation. Native macOS menubar app in `mac/`. CSV/JSON export.
20+
By task type, tool, model, MCP server, and project. Supports **Claude Code**, **Codex** (OpenAI), **Cursor**, **cursor-agent**, **OpenCode**, **Pi**, and **GitHub Copilot** with a provider plugin system. Tracks one-shot success rate per activity type so you can see where the AI nails it first try vs. burns tokens on edit/test/fix retries. Interactive TUI dashboard with gradient charts, responsive panels, and keyboard navigation. Native macOS menubar app in `mac/`. CSV/JSON export.
2121

2222
Works by reading session data directly from disk. No wrapper, no proxy, no API keys. Pricing from LiteLLM (auto-cached, all models supported).
2323

@@ -108,6 +108,7 @@ codeburn report # all providers combined (default)
108108
codeburn report --provider claude # Claude Code only
109109
codeburn report --provider codex # Codex only
110110
codeburn report --provider cursor # Cursor only
111+
codeburn report --provider cursor-agent # cursor-agent CLI only
111112
codeburn report --provider opencode # OpenCode only
112113
codeburn report --provider pi # Pi only
113114
codeburn report --provider copilot # GitHub Copilot only

0 commit comments

Comments
 (0)