Skip to content

Commit 7501aee

Browse files
committed
Add Goose and Antigravity providers to README, bump provider count to 18
1 parent 6dbd25c commit 7501aee

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Added (CLI)
66
- **Goose provider.** New provider for Block's Goose AI coding assistant.
7-
- **Antigravity provider.** New provider for Windsurf/Antigravity IDE sessions.
7+
- **Antigravity provider.** New provider for Antigravity IDE sessions.
88
- **Antigravity model aliases.** gemini-3-pro, flash-image, flash-lite, and community-contributed Gemini model IDs.
99
- **GPT-5.5 display name** for Codex.
1010
- **Deno support.** `deno dx` added as a run method.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="https://github.com/sponsors/iamtoruk"><img src="https://img.shields.io/badge/sponsor-♥-ea4aaa?logo=github" alt="Sponsor" /></a>
1414
</p>
1515

16-
CodeBurn tracks token usage, cost, and performance across **16 AI coding tools**. It breaks down spending by task type, model, tool, project, and provider so you can see exactly where your budget goes.
16+
CodeBurn tracks token usage, cost, and performance across **18 AI coding tools**. It breaks down spending by task type, model, tool, project, and provider so you can see exactly where your budget goes.
1717

1818
Everything runs locally. No wrapper, no proxy, no API keys. CodeBurn reads session data directly from disk and prices every call using [LiteLLM](https://github.com/BerriAI/litellm).
1919

@@ -107,6 +107,8 @@ Arrow keys switch between Today, 7 Days, 30 Days, Month, and All Time. Press `q`
107107
| Roo Code | VS Code `globalStorage/rooveterinaryinc.roo-cline/tasks/` | Yes |
108108
| KiloCode | VS Code `globalStorage/kilocode.kilo-code/tasks/` | Yes |
109109
| Qwen | `~/.qwen/projects/<project>/chats/` | Yes |
110+
| Goose | `~/.local/share/goose/sessions/sessions.db` (SQLite) | Yes |
111+
| Antigravity | `~/.gemini/antigravity/conversations/` | Yes |
110112

111113
Paths shown are for macOS. Linux and Windows equivalents are detected automatically. If a path has changed or is wrong, please [open an issue](https://github.com/getagentseal/codeburn/issues).
112114

@@ -412,6 +414,8 @@ src/
412414
pi.ts Pi/OMP agent JSONL session parsing
413415
qwen.ts Qwen CLI JSONL session parsing
414416
roo-code.ts Roo Code VS Code extension parsing
417+
goose.ts Goose SQLite session parsing
418+
antigravity.ts Antigravity conversation parsing
415419
```
416420

417421
## Star History

0 commit comments

Comments
 (0)