mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-24 07:54:18 +00:00
50 lines
2.1 KiB
XML
50 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>org.agentseal.CodeBurn</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>CodeBurn</name>
|
|
<summary>See where your AI coding spend actually goes</summary>
|
|
<developer id="org.agentseal">
|
|
<name>AgentSeal</name>
|
|
</developer>
|
|
<description>
|
|
<p>
|
|
AI coding assistants have become a real cost, but the invoice is one line.
|
|
CodeBurn reads the session logs your AI coding tools already write on your
|
|
machine and turns them into itemized cost analytics: by project, model,
|
|
session, day, and pull request.
|
|
</p>
|
|
<p>
|
|
Everything runs locally. No API keys, no account, no data leaving your
|
|
machine.
|
|
</p>
|
|
<ul>
|
|
<li>Works with 40 tools: Claude Code, Codex, Cursor, Copilot, Gemini, Kimi Code, Qwen, and more</li>
|
|
<li>Overview with spend, streaks, activity heatmap, and an efficiency score</li>
|
|
<li>Every session listed with its cost, models, turns, and tokens</li>
|
|
<li>Pull request attribution: what each PR cost to build</li>
|
|
<li>Spend flow from model to project, plus an hour-by-weekday punchcard</li>
|
|
<li>Optimize: findings that show where money is being wasted</li>
|
|
<li>Model comparison: head-to-head cost and efficiency</li>
|
|
</ul>
|
|
</description>
|
|
<launchable type="desktop-id">org.agentseal.CodeBurn.desktop</launchable>
|
|
<url type="homepage">https://codeburn.app</url>
|
|
<url type="bugtracker">https://github.com/getagentseal/codeburn/issues</url>
|
|
<url type="vcs-browser">https://github.com/getagentseal/codeburn</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/getagentseal/codeburn/main/assets/desktop.jpg</image>
|
|
<caption>Overview: spend, activity, and efficiency at a glance</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<content_rating type="oars-1.1"/>
|
|
<categories>
|
|
<category>Development</category>
|
|
<category>Utility</category>
|
|
</categories>
|
|
<releases>
|
|
<release version="0.9.20" date="2026-08-10"/>
|
|
</releases>
|
|
</component>
|