mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-07 22:18:08 +00:00
Reads session data from OpenCode's SQLite databases at ~/.local/share/opencode/. Reuses the existing better-sqlite3 adapter (same as Cursor), lazy-loaded so users without OpenCode see no difference. Adds bashCommands to the provider interface so shell command breakdowns work across all providers. 31 tests, schema validation, diagnostic stderr on failures. Also fixes a pre-existing tsc error in currency.ts. |
||
|---|---|---|
| .. | ||
| providers | ||
| bash-utils.ts | ||
| classifier.ts | ||
| cli.ts | ||
| config.ts | ||
| currency.ts | ||
| cursor-cache.ts | ||
| dashboard.tsx | ||
| export.ts | ||
| format.ts | ||
| menubar.ts | ||
| models.ts | ||
| parser.ts | ||
| sqlite.ts | ||
| types.ts | ||