codeburn/mac/Sources/CodeBurnMenubar
Rashid Razak ab87b61bba Fix menubar showing empty data after reboot when CLI is installed via fnm/nvm
Login-item launches don't source .zshrc, leaving version-manager bin
directories (fnm, nvm, volta, asdf) absent from PATH. The menubar's
augmentedPath only covered /opt/homebrew/bin and /usr/local/bin, so
codeburn was never found after a cold reboot.

- Add discoverNodeManagerBinDirs() that dynamically scans for fnm, nvm,
  volta, and asdf installations and adds the latest Node version's bin
  directory to PATH
- Add PATH logging to DataClient spawn error for easier future diagnosis
- Log the swallowed error in hydrateCache() catch block so silent
  cache-empty failures are visible in stderr
- Add scripts/diagnose-menubar-cli.sh for testing restricted-PATH CLI
  execution without rebuilding the menubar app
2026-05-13 12:18:17 +08:00
..
Data Fix menubar showing empty data after reboot when CLI is installed via fnm/nvm 2026-05-13 12:18:17 +08:00
Security Fix menubar showing empty data after reboot when CLI is installed via fnm/nvm 2026-05-13 12:18:17 +08:00
Theme Harden menubar: fix refresh loop, concurrency, data sync, and edge cases 2026-05-01 08:01:25 -07:00
Views Merge pull request #293 from getagentseal/fix/menubar-loading-watchdog 2026-05-10 10:32:56 -07:00
AppStore.swift Merge pull request #293 from getagentseal/fix/menubar-loading-watchdog 2026-05-10 10:32:56 -07:00
CodeBurnApp.swift Replace osascript/JXA with native Mach-O agent and SMAppService to fix EDR detection 2026-05-11 19:06:08 +08:00
CurrencyState.swift Harden menubar: fix refresh loop, concurrency, data sync, and edge cases 2026-05-01 08:01:25 -07:00