Commit graph

  • dcbf6dcfbf Merge pull request #300: Track multiple provider plans main iamtoruk 2026-05-16 10:49:05 -07:00
  • 257e8924dd Merge main into feat/multi-provider-plans, remove dead tautology iamtoruk 2026-05-16 10:42:03 -07:00
  • e3a0593ed8 Fix menubar PATH discovery for nvm/volta/asdf/npm-global installs iamtoruk 2026-05-16 08:54:45 -07:00
  • a00b0ebce0
    Merge pull request #124 from anandghegde/feat/codebuff-provider Resham Joshi 2026-05-16 08:02:38 -07:00
  • 06c90d0293 Merge main into feat/codebuff-provider to resolve conflicts iamtoruk 2026-05-16 08:02:27 -07:00
  • 7777bf80bf
    Merge pull request #301 from ozymandiashh/feat/mistral-vibe-provider Resham Joshi 2026-05-16 07:35:32 -07:00
  • adfbd0bd04 Merge main into feat/mistral-vibe-provider, add malformed input tests iamtoruk 2026-05-16 07:35:22 -07:00
  • c455203b0d
    Merge pull request #306 from ozymandiashh/feat/kimi-code-provider Resham Joshi 2026-05-16 07:25:23 -07:00
  • 5696a74571 Merge main into feat/kimi-code-provider to resolve conflicts iamtoruk 2026-05-16 07:25:12 -07:00
  • a45ee7aca2
    Merge pull request #312 from ozymandiashh/feat/cline-provider Resham Joshi 2026-05-16 05:58:22 -07:00
  • 59a4d95b18 Merge main into feat/cline-provider to resolve conflicts iamtoruk 2026-05-16 05:58:10 -07:00
  • 37fb7f9c3e
    Merge pull request #252 from brunoleemann-code/fix/windows-test-home-dir Resham Joshi 2026-05-16 05:18:35 -07:00
  • c56f7ea7db
    Merge pull request #324 from ozymandiashh/fix/antigravity-windows-discovery Resham Joshi 2026-05-16 05:16:05 -07:00
  • 95884c01f3
    Merge pull request #334 from vaibhavarora14/fix/provider-strip-scroll Resham Joshi 2026-05-16 05:02:59 -07:00
  • bd41fa3962 Add persistent disk cache for parsed session data iamtoruk 2026-05-16 01:04:13 -07:00
  • d568c8c103 Add src/summit.ts to gitignore fix/oom-buffer-reader-and-large-line-parser iamtoruk 2026-05-15 23:17:20 -07:00
  • 2fb078bdfb Fix V8 OOM crash on 30-day period with Buffer-based line reader and large-line parser iamtoruk 2026-05-15 23:15:26 -07:00
  • 36e94169fb Fix changelog: command count, issue refs, Node guard, menubar section iamtoruk 2026-05-15 20:04:49 -07:00
  • 6a12d818d9 Sync package-lock.json to 0.9.9 and fix flaky menubar test iamtoruk 2026-05-15 20:03:44 -07:00
  • 54e3123cc0 Fold Unreleased entries into 0.9.9 and add hydrateCache removal note iamtoruk 2026-05-15 14:23:47 -07:00
  • 57e48e6e55 Stop eager daily-cache hydration on CLI commands that never consume it iamtoruk 2026-05-15 14:23:20 -07:00
  • 041d9338c2
    Merge pull request #335 from getagentseal/fix/oom-compact-entries Resham Joshi 2026-05-15 13:22:18 -07:00
  • a7bb780618 Reduce Claude parser OOM risk via entry compaction (0.9.9) iamtoruk 2026-05-15 13:20:50 -07:00
  • 1f0aa7dce8
    Merge pull request #328 from getagentseal/fix/menubar-tab-refresh-recovery Resham Joshi 2026-05-15 10:10:05 -07:00
  • 8f35dcd128 fix(menubar): make provider strip reachable and mouse-wheel scrollable Vaibhav Arora 2026-05-15 19:52:57 +05:30
  • 055defc552 fix: cache menubar PATH discovery and test nvm lookup Vaibhav Arora 2026-05-15 18:14:28 +05:30
  • d342f2205b Fix menubar all-provider refresh OOM fix/menubar-tab-refresh-recovery iamtoruk 2026-05-14 21:57:51 -07:00
  • 909efcf989 Harden menubar refresh and installer iamtoruk 2026-05-14 18:32:15 -07:00
  • 478131d5b7 Harden menubar status refresh timer iamtoruk 2026-05-14 17:57:36 -07:00
  • 00c55873a4 Fix menubar tab refresh recovery iamtoruk 2026-05-14 11:26:15 -07:00
  • 2ca92a97cf
    Merge pull request #315 from getagentseal/fix/menubar-version-prefix Resham Joshi 2026-05-13 20:33:42 -07:00
  • 403efd4727 Merge remote-tracking branch 'origin/main' into fix/menubar-version-prefix fix/menubar-version-prefix iamtoruk 2026-05-13 20:32:22 -07:00
  • c626fc4a45 Fix menubar stale cache recovery iamtoruk 2026-05-13 20:22:15 -07:00
  • b1622b3eff Merge branch 'fix/menubar-edr-detection-fix' of github.com:rashidrazak/codeburn into fix/menubar-edr-detection-fix Rashid Razak 2026-05-13 12:29:34 +08:00
  • 43765718b3 Fix menubar showing empty data after reboot when CLI is installed via fnm/nvm Rashid Razak 2026-05-13 12:18:17 +08:00
  • f663ec01fb Replace osascript/JXA with native Mach-O agent and SMAppService to fix EDR detection - Add CodeBurnRefreshAgent target: native fire-and-exit binary posting com.codeburn.refresh notification - Rewrite installLaunchAgentIfNeeded(): plist ProgramArguments points to native binary, not osascript/JXA - Rewrite registerLoginItemIfNeeded(): uses SMAppService API instead of osascript/System Events - Add startSocketListener(): Unix domain socket for CLI-triggered menubar refresh - Add src/menubar-socket.ts: CLI-side notifyMenubar() helper wired into status --format menubar-json - Update Package.swift with new product/target, package-app.sh copies agent into bundle Resources - Add tests: plist content verification, login item guard, agent smoke test Rashid Razak 2026-05-11 19:06:08 +08:00
  • ab87b61bba Fix menubar showing empty data after reboot when CLI is installed via fnm/nvm Rashid Razak 2026-05-13 12:18:17 +08:00
  • aa946d0965 Keep CLI executable after build iamtoruk 2026-05-12 19:13:40 -07:00
  • 929c66e7d1 Fix Antigravity Windows discovery ozymandiashh 2026-05-13 00:51:39 +03:00
  • 7fbeb3427c
    Merge b8ec3026b4 into 151d24fb26 ozymandiashh 2026-05-12 23:27:38 +09:00
  • 4417e08d14
    Merge 3357df40e6 into 151d24fb26 Ninym 2026-05-12 23:27:37 +09:00
  • 151d24fb26
    Drop Z suffix from day-aggregator test timestamps for timezone stability (#322) Resham Joshi 2026-05-11 22:25:32 -07:00
  • c895a2cd56 Drop Z suffix from day-aggregator test timestamps for timezone stability fix/timezone-stable-tests iamtoruk 2026-05-11 22:25:20 -07:00
  • f9a5d2c8e6 Add changelog entries for project path fix and Cursor undated bubbles iamtoruk 2026-05-11 22:19:15 -07:00
  • fe2e622038
    Skip Cursor bubble rows that lack a createdAt timestamp (#321) Resham Joshi 2026-05-11 22:16:00 -07:00
  • 2522271071 Skip Cursor bubble rows that lack a createdAt timestamp fix/cursor-undated-bubbles iamtoruk 2026-05-11 22:15:37 -07:00
  • 3b71650f24
    Fix mangled project paths in dashboard (#320) Resham Joshi 2026-05-11 22:02:38 -07:00
  • eca60a38ee shortProject: cache homedir, normalize Windows backslashes, fix stale test helper fix/project-path-display iamtoruk 2026-05-11 22:02:15 -07:00
  • 38e41e93c3
    Add Node version guard for unsupported runtimes (#319) Resham Joshi 2026-05-11 21:50:17 -07:00
  • a6dbba4e7a Add Node version guard for unsupported runtimes fix/node-version-guard iamtoruk 2026-05-11 21:47:02 -07:00
  • a1b5e4bd00
    Fix OpenCode MCP usage reporting (#318) AgentSeal 2026-05-11 21:30:27 -07:00
  • 6337b5773e Move OpenCode MCP changelog entry to Unreleased section fix-opencode-mcp-usage iamtoruk 2026-05-11 21:30:05 -07:00
  • 9f0067bf9d Merge remote-tracking branch 'origin/main' into fix-opencode-mcp-usage iamtoruk 2026-05-11 21:29:08 -07:00
  • c85beeaeae
    Fix Claude 1-hour cache write pricing (#317) AgentSeal 2026-05-11 21:23:04 -07:00
  • a0fb5acb13 Merge remote-tracking branch 'origin/main' into fix/claude-1h-cache-pricing fix/claude-1h-cache-pricing iamtoruk 2026-05-11 21:22:14 -07:00
  • 03e22ecb80
    Add IBM Bob provider with workspace extraction (#316) AgentSeal 2026-05-11 20:54:13 -07:00
  • 166424970a Add workspace extraction for Cline-family providers feat/ibm-bob-provider iamtoruk 2026-05-11 20:53:43 -07:00
  • b4b28becc8 Harden menubar refresh recovery iamtoruk 2026-05-11 20:44:06 -07:00
  • faae00fb69
    Merge 4de9156331 into 4737bfb1fa ozymandiashh 2026-05-12 03:06:39 +00:00
  • f6e905194c
    Merge 660675a051 into 4737bfb1fa ozymandiashh 2026-05-12 03:06:35 +00:00
  • e4f541f996
    Merge d719d80cc5 into 4737bfb1fa ozymandiashh 2026-05-12 03:06:33 +00:00
  • 195c7b4c83
    Merge c83b1f1a79 into 4737bfb1fa ozymandiashh 2026-05-12 03:06:31 +00:00
  • 4737bfb1fa Contribution rules: require real-data testing for new providers, one PR at a time iamtoruk 2026-05-11 20:03:27 -07:00
  • b0c95718e5 Add ChatGPT Desktop diagnostics ozymandiashh 2026-05-12 01:35:33 +03:00
  • b8ec3026b4 Add menubar quota notifications ozymandiashh 2026-05-12 00:59:44 +03:00
  • 9187bc590a Add Cline provider ozymandiashh 2026-05-12 00:31:41 +03:00
  • f058f36dbd Normalize menubar version display iamtoruk 2026-05-11 11:21:39 -07:00
  • cd8c646818
    Merge pull request #311 from getagentseal/fix/menubar-manual-refresh-reset AgentSeal 2026-05-11 11:13:02 -07:00
  • 469d956312 Preserve menubar bundle seal during install iamtoruk 2026-05-11 11:11:37 -07:00
  • 33649e0a65 Refresh live quota progress from menubar iamtoruk 2026-05-11 11:09:20 -07:00
  • ce0e1eb116 Make menubar refresh now reset stale state iamtoruk 2026-05-11 11:05:50 -07:00
  • 2301577e03
    Merge pull request #310 from getagentseal/fix/menubar-wake-recovery AgentSeal 2026-05-11 10:58:33 -07:00
  • 1149ab6e43 Fix menubar wake recovery and release asset selection iamtoruk 2026-05-11 10:57:02 -07:00
  • b6088c2a42 Fix OpenCode MCP usage reporting ozymandiashh 2026-05-11 20:47:54 +03:00
  • 546615dbf5
    Merge bc396f5c46 into d9acd8c4cd ozymandiashh 2026-05-11 19:40:09 +03:00
  • bc396f5c46 Add menubar cost tokens toggle ozymandiashh 2026-05-11 19:39:35 +03:00
  • 78cbfd3798 Add Kimi provider ozymandiashh 2026-05-11 19:02:28 +03:00
  • 3c790adb23 Fix Claude 1h cache write pricing ozymandiashh 2026-05-11 18:32:00 +03:00
  • 7e0e3af29f Add IBM Bob provider ozymandiashh 2026-05-11 18:14:47 +03:00
  • ae0bd7277f
    Merge 426a71c413 into d9acd8c4cd ozymandiashh 2026-05-11 17:55:28 +03:00
  • 426a71c413 Add configurable menubar status period ozymandiashh 2026-05-11 17:54:50 +03:00
  • e2d4e565f8 Add Mistral Vibe provider ozymandiashh 2026-05-11 16:54:28 +03:00
  • a04c0cbfaa Track multiple provider plans ozymandiashh 2026-05-11 16:33:33 +03:00
  • f5b0ac500f Replace osascript/JXA with native Mach-O agent and SMAppService to fix EDR detection - Add CodeBurnRefreshAgent target: native fire-and-exit binary posting com.codeburn.refresh notification - Rewrite installLaunchAgentIfNeeded(): plist ProgramArguments points to native binary, not osascript/JXA - Rewrite registerLoginItemIfNeeded(): uses SMAppService API instead of osascript/System Events - Add startSocketListener(): Unix domain socket for CLI-triggered menubar refresh - Add src/menubar-socket.ts: CLI-side notifyMenubar() helper wired into status --format menubar-json - Update Package.swift with new product/target, package-app.sh copies agent into bundle Resources - Add tests: plist content verification, login item guard, agent smoke test Rashid Razak 2026-05-11 19:06:08 +08:00
  • d9acd8c4cd Release 0.9.8 v0.9.8 mac-v0.9.8 iamtoruk 2026-05-10 17:09:16 -07:00
  • 02f4635cec
    Fix node:sqlite V8 crash on invalid UTF-8 in text columns (#272) Resham Joshi 2026-05-10 17:05:08 -07:00
  • d142bd97ef
    daily-cache: discard pre-v5 caches (fixes menubar providers regression) (#297) Resham Joshi 2026-05-10 16:05:59 -07:00
  • 83b2d68e86 daily-cache: discard pre-v5 caches (fixes menubar providers regression) iamtoruk 2026-05-10 16:04:22 -07:00
  • 810b214476
    Cursor: per-project breakdown by workspace (closes per-project half of #196) (#296) Resham Joshi 2026-05-10 15:35:57 -07:00
  • 7a21b123a8 Cursor: per-project breakdown by workspace (closes per-project half of #196) iamtoruk 2026-05-10 13:46:47 -07:00
  • 872f635a0d Fix mangled project paths in By Project and Top Sessions panels Abdallah Meghraoui 2026-05-10 22:15:31 +02:00
  • 180e14da82
    Merge pull request #293 from getagentseal/fix/menubar-loading-watchdog Resham Joshi 2026-05-10 10:32:56 -07:00
  • 31e6f967f3 Merge fix/menubar-loading-watchdog iamtoruk 2026-05-10 04:06:23 -07:00
  • 3380517b24
    README: drop Project Structure tree, add Sponsor section (#292) Resham Joshi 2026-05-10 03:35:16 -07:00
  • d4805fa2c9 README: drop Project Structure tree, add Sponsor section iamtoruk 2026-05-10 03:33:51 -07:00
  • d79deefaae Fix menubar refresh recovery deadlock fix/menubar-loading-watchdog iamtoruk 2026-05-10 03:30:56 -07:00
  • cdf7169a89
    Cursor model aliases: cover every variant so non-Auto sessions price (#159) (#290) Resham Joshi 2026-05-10 03:27:44 -07:00
  • c1f4b05844 Cursor model aliases: cover every variant so non-Auto sessions price (#159) iamtoruk 2026-05-09 22:45:42 -07:00
  • 7a878f4d19
    Classifier: feature verb wins over debug keyword (part of #196) (#289) Resham Joshi 2026-05-09 22:48:11 -07:00
  • 7a0761f5f5 Classifier: feature verb wins over debug keyword (part of #196) iamtoruk 2026-05-09 22:35:39 -07:00