hermes-agent/apps/desktop/src/app/shell
Brooklyn Nicholson d208f2c2c0 feat(desktop): reconcile live tool events, polish thread chrome, harden boot
- chat-messages: match tool rows by overlapping query/context/preview values
  so preview-first `tool.progress` rows reliably adopt later stable-id
  `tool.start` payloads instead of spawning ghost rows or mis-merging
  parallel same-name calls; preserve prior args/result across phases.
- tui_gateway: emit full args + parsed result on `tool.start` / `tool.complete`,
  drop redundant `tool.started` re-emit from `tool.progress`.
- electron/main: prefer SOURCE_REPO_ROOT before PATH `hermes` in dev so
  local backend edits actually run; split hardening helpers into
  `electron/hardening.cjs` with tests.
- thread/tool UI: one-shot enter animation keyed by stable ids, braille
  spinner for running rows, Cursor-like disclosure rows, drill-down +
  duration/count formatting via new tool-fallback-model.
- composer: extract `text-utils`, drop liquid-glass overrides.
- right-rail: split preview-pane into preview-console / preview-file.
- runtime: incremental external-store runtime + runtime-readiness gate;
  onboarding store + tests; route-resume hook test.
- regression tests for live tool reconciliation (parallel tools, id-less
  progress, preview-first rows, structured args/results).
2026-05-11 21:38:47 -04:00
..
hooks feat(desktop): reconcile live tool events, polish thread chrome, harden boot 2026-05-11 21:38:47 -04:00
app-shell.tsx feat(desktop): reconcile live tool events, polish thread chrome, harden boot 2026-05-11 21:38:47 -04:00
gateway-menu-panel.tsx feat(gui): first-class Messaging page + gateway menu redesign 2026-05-08 15:59:43 -04:00
sidebar-label.tsx feat: theme changes, composer tweaks, in app update ux, finesse 2026-05-11 15:28:45 -04:00
statusbar-controls.tsx feat(desktop): reconcile live tool events, polish thread chrome, harden boot 2026-05-11 21:38:47 -04:00
titlebar-controls.tsx feat: theme changes, composer tweaks, in app update ux, finesse 2026-05-11 15:28:45 -04:00
titlebar.test.ts feat: theme changes, composer tweaks, in app update ux, finesse 2026-05-11 15:28:45 -04:00
titlebar.ts feat: theme changes, composer tweaks, in app update ux, finesse 2026-05-11 15:28:45 -04:00
use-group-registry.ts feat: better tool parsing ui 2026-05-04 16:08:44 -05:00