codeburn/tests/providers
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
..
codex.test.ts fix: include agent/subagent sessions, fix Codex cache hit and cost calculation 2026-04-14 10:18:14 -07:00
cursor.test.ts feat: add Cursor IDE provider with SQLite adapter 2026-04-15 03:44:43 -07:00