hermes-agent/apps/desktop/src
Brooklyn Nicholson 5e7a7f6a38 fix(desktop): resolve PortableGit for update checks + reserve titlebar tools space
- runGit() hardcoded spawn('git'), which ENOENTs on fresh installer-driven
  Windows installs (git is PortableGit under %LOCALAPPDATA%\hermes\git, never
  on PATH) — so "Check for updates" failed with "Couldn't check for updates".
  Add resolveGitBinary() mirroring findGitBash (PortableGit → Git-for-Windows
  → PATH) and use it in runGit.
- PageSearchShell rendered a full-width search input in the titlebar row, so
  on Windows its right edge slid under the fixed top-right tools + native
  window controls. Reserve that footprint via --titlebar-tools-* vars.
2026-05-29 20:40:25 -05:00
..
app fix(desktop): resolve PortableGit for update checks + reserve titlebar tools space 2026-05-29 20:40:25 -05:00
components feat(desktop): live elapsed timer on install bootstrap steps 2026-05-29 20:40:25 -05:00
hooks feat: glass ui pass 2026-05-16 19:21:33 -05:00
lib feat(desktop): lead onboarding with Nous Portal + fix fresh-install detection (#34970) 2026-05-29 17:00:45 -05:00
store fix(desktop): show 'hermes update' guidance for CLI installs instead of dead-end error 2026-05-29 01:53:43 -04:00
themes feat: more ui qa 2026-05-16 21:26:50 -05:00
types feat: glass ui pass 2026-05-16 19:21:33 -05:00
global.d.ts feat(desktop): live elapsed timer on install bootstrap steps 2026-05-29 20:40:25 -05:00
hermes.ts feat: more ui qa 2026-05-16 21:26:50 -05:00
main.tsx chore(desktop): synthetic-stream perf harness + scripts 2026-05-21 19:38:26 -05:00
styles.css feat: more ui qa 2026-05-16 21:26:50 -05:00
vite-env.d.ts feat(desktop): add structured desktop chat app 2026-05-01 12:49:12 -05:00