codeburn/src
AgentSeal 2d114d9393 feat: add OpenCode provider
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.
2026-04-15 14:24:37 -07:00
..
providers feat: add OpenCode provider 2026-04-15 14:24:37 -07:00
bash-utils.ts refactor: share BASH_TOOLS from classifier, remove comments 2026-04-14 10:24:38 +02:00
classifier.ts fix: final review cleanup 2026-04-15 05:35:11 -07:00
cli.ts chore: remove 120-day period, shrink Cursor lookback to 35 days 2026-04-15 05:24:34 -07:00
config.ts cleanup: strip TUI picker, promote currency command, remove verbose comments 2026-04-14 08:47:45 -07:00
currency.ts feat: add OpenCode provider 2026-04-15 14:24:37 -07:00
cursor-cache.ts fix: final review cleanup 2026-04-15 05:35:11 -07:00
dashboard.tsx fix: final review cleanup 2026-04-15 05:35:11 -07:00
export.ts Merge branch 'fix/csv-formula-injection' 2026-04-14 09:39:03 -07:00
format.ts feat: add multi-currency support 2026-04-14 13:51:11 +01:00
menubar.ts fix: stale comment referencing removed config currency subcommand 2026-04-15 00:32:51 -07:00
models.ts feat: multi-provider support (Codex + provider plugin system) 2026-04-14 04:32:09 -07:00
parser.ts feat: add OpenCode provider 2026-04-15 14:24:37 -07:00
sqlite.ts feat: add Cursor IDE provider with SQLite adapter 2026-04-15 03:44:43 -07:00
types.ts feat: multi-provider support (Codex + provider plugin system) 2026-04-14 04:32:09 -07:00