codeburn/src
Resham Joshi fe2e622038
Skip Cursor bubble rows that lack a createdAt timestamp (#321)
Bubble rows without createdAt were defaulting to new Date(), which
misattributed historical or undated usage to Today and inflated the
daily chart. Now filtered at the SQL level and skipped in application
code.

Based on the bubble-side fix from #262 by @darthrevanyunka.
2026-05-11 22:16:00 -07:00
..
data Label optimize suggestions by destination (#281) 2026-05-08 23:30:53 -07:00
providers Skip Cursor bubble rows that lack a createdAt timestamp (#321) 2026-05-11 22:16:00 -07:00
bash-utils.ts Strip ANSI escapes from bash commands across all providers 2026-05-02 20:59:24 -07:00
classifier.ts Classifier: feature verb wins over debug keyword (part of #196) (#289) 2026-05-09 22:48:11 -07:00
cli-date.ts Reject invalid --format and --period values instead of silently falling back (#258) 2026-05-06 23:03:41 -07:00
cli.ts Add Node version guard for unsupported runtimes (#319) 2026-05-11 21:50:17 -07:00
codex-cache.ts Add per-file result cache for Codex provider 2026-04-30 16:43:41 -07:00
compare-stats.ts feat(compare): model comparison with planning rate fix 2026-04-19 08:34:49 -07:00
compare.tsx Quiet routine pricing warnings + menubar recovery from stuck-loading (#266) 2026-05-08 20:33:48 -07:00
config.ts Validator hardenings on the bug-hunt batch (#254) 2026-05-06 19:50:40 -07:00
context-budget.ts fix(context-budget): use bounded readSessionFile helper 2026-04-17 08:32:19 +02:00
currency.ts Menubar and CLI hardening from multi-agent audit (#257) 2026-05-06 22:15:11 -07:00
cursor-cache.ts Cursor: per-project breakdown by workspace (closes per-project half of #196) (#296) 2026-05-10 15:35:57 -07:00
daily-cache.ts Fix Claude 1-hour cache write pricing (#317) 2026-05-11 21:23:04 -07:00
dashboard.tsx Fix mangled project paths in dashboard (#320) 2026-05-11 22:02:38 -07:00
day-aggregator.ts fix: use local timezone for daily date bucketing instead of UTC 2026-04-19 03:18:38 -07:00
export.ts Menubar and CLI hardening from multi-agent audit (#257) 2026-05-06 22:15:11 -07:00
format.ts Validator hardenings on the bug-hunt batch (#254) 2026-05-06 19:50:40 -07:00
fs-utils.ts Stream-parse Codex session files to handle 250+ MB rollouts 2026-05-04 02:15:04 +03:00
ink-win.ts Fix dashboard hang and ExperimentalWarning on Windows 2026-05-02 11:54:58 -07:00
main.ts Add Node version guard for unsupported runtimes (#319) 2026-05-11 21:50:17 -07:00
menubar-installer.ts Preserve menubar bundle seal during install 2026-05-11 11:11:37 -07:00
menubar-json.ts feat(mac): native Swift menubar app + one-command install 2026-04-17 16:55:56 -07:00
model-efficiency.ts feat(report): add per-model efficiency metrics 2026-05-05 23:36:59 -07:00
models-report.ts Add codeburn models per-model + per-task breakdown command (#287) 2026-05-09 20:45:21 -07:00
models.ts Fix Claude 1-hour cache write pricing (#317) 2026-05-11 21:23:04 -07:00
optimize.ts Label optimize suggestions by destination (#281) 2026-05-08 23:30:53 -07:00
parser.ts Fix Claude 1-hour cache write pricing (#317) 2026-05-11 21:23:04 -07:00
plan-usage.ts fix(plan): resolve type errors in plan summary and isActivePlan guard 2026-04-21 04:20:55 -07:00
plans.ts Add claude-max-5x preset for $100/month tier 2026-04-24 15:47:59 +02:00
sqlite.ts Fix node:sqlite V8 crash on invalid UTF-8 in text columns (#272) 2026-05-10 17:05:08 -07:00
types.ts Fix Claude 1-hour cache write pricing (#317) 2026-05-11 21:23:04 -07:00
yield.ts Validator hardenings on the bug-hunt batch (#254) 2026-05-06 19:50:40 -07:00