codeburn/tests
AgentSeal 70931b7269 feat: add Cursor IDE provider with SQLite adapter
Reads token usage from Cursor's local state.vscdb database.
Supports per-request input/output tokens, model tracking,
and incremental caching for large databases.

- better-sqlite3 as optionalDependency (lazy-loaded, no impact on Claude/Codex)
- Parameterized SQL queries, read-only mode, per-row error handling
- Schema detection with clear error on format changes
- Cache layer with timestamp watermark for incremental reads
- Provider colors and [p] key cycling in dashboard
- 39 tests passing, zero regressions
2026-04-15 03:44:43 -07:00
..
providers feat: add Cursor IDE provider with SQLite adapter 2026-04-15 03:44:43 -07:00
bash-commands.test.ts refactor: share BASH_TOOLS from classifier, remove comments 2026-04-14 10:24:38 +02:00
export.test.ts Fix CSV formula injection in exports 2026-04-14 11:04:10 -04:00
provider-registry.test.ts feat: add Cursor IDE provider with SQLite adapter 2026-04-15 03:44:43 -07:00