hermes-agent/apps/desktop/src/app
Brooklyn Nicholson 4aa672b23e fix(desktop): stop cold-start resume homing focus to the workspace tab (⌘R tab persistence)
The layout tree persists the active tab, but every reload landed on main
anyway: boot's route resume sets $selectedStoredSessionId, and the
selection listener in store/session-states.ts treats every selection
change as a navigation — noteActiveTreeGroup(null) +
revealTreePane('workspace') — fronting the workspace tab over the
persisted active tile and then persisting that clobber.

A cold-start restore is a re-attachment, not a navigation, so
use-route-resume now arms a one-shot (markSelectionRestore) before
dispatching the window's FIRST resume; the selection listener consumes
it and skips homing exactly once. Every later resume — sidebar click,
route change, reconnect — homes as before, and starting on /new
consumes boot status too so a subsequent session open still homes.
2026-07-29 20:57:04 -05:00
..
agents refactor(desktop): adopt shared utils + app-wide cleanups 2026-07-03 13:48:44 -05:00
artifacts perf(desktop): memoize sidebar rows + status dots + artifact cells 2026-07-28 20:23:10 -05:00
chat Merge pull request #74455 from NousResearch/bb/composer-chip-stability 2026-07-29 19:22:05 -05:00
command-center fix(desktop): satisfy lint — import order, unused import, exhaustive-deps 2026-07-28 20:38:04 -05:00
command-palette fix(desktop): stop ⌘K and notification clicks stealing the main tab 2026-07-29 18:16:40 -05:00
contrib fix(desktop): stop ⌘K and notification clicks stealing the main tab 2026-07-29 18:16:40 -05:00
cron feat(desktop): event-driven live sync — change broadcasts replace the always-on polls 2026-07-28 17:21:58 -05:00
gateway/hooks fix(desktop): give ⌘T session tabs a live gateway so slash completions load 2026-07-25 20:30:55 -05:00
hooks desktop: open sessions where they already are 2026-07-28 01:13:30 -05:00
learning refactor(desktop): localize settled TODO(i18n) literals (#57924) 2026-07-03 20:43:50 +00:00
messaging feat(pairing): give pairing its own change signal 2026-07-29 18:50:09 -05:00
overlays perf(desktop): gate hot store subscriptions + memoize overlay nav + palette rows 2026-07-28 18:51:34 -05:00
pet-generate refactor(desktop): name the overlay z-index ladder 2026-07-27 15:48:09 -05:00
pet-overlay fix(desktop): suspend decorative work when inactive 2026-07-26 21:05:55 -05:00
profiles feat(desktop): right-click parity for every panel list row 2026-07-27 20:56:48 -05:00
quick-entry feat(desktop): quick-entry window — global hotkey capture to any session 2026-07-26 17:48:19 -07:00
right-sidebar fmt(js): npm run fix on merge (#73770) 2026-07-29 01:49:23 +00:00
session fix(desktop): stop cold-start resume homing focus to the workspace tab (⌘R tab persistence) 2026-07-29 20:57:04 -05:00
settings fmt(js): npm run fix on merge (#73960) 2026-07-29 07:13:20 +00:00
shell refactor(desktop): resolve version/update labels in one place 2026-07-29 00:24:38 -05:00
skills fix(desktop): satisfy lint — import order, unused import, exhaustive-deps 2026-07-28 20:38:04 -05:00
starmap lint(desktop): ban atom-mirrored refs via no-restricted-syntax eslint rule 2026-07-25 18:12:48 -07:00
webhooks feat(desktop): right-click parity for every panel list row 2026-07-27 20:56:48 -05:00
floating-hud.ts refactor(desktop): adopt shared utils + app-wide cleanups 2026-07-03 13:48:44 -05:00
index.tsx feat(desktop): routes, nav, and command palette as contributions 2026-07-13 17:57:54 -04:00
layout-constants.ts feat(desktop): cap overlay inner-page width at 75rem 2026-07-02 20:40:57 -05:00
master-detail.tsx fix(desktop): strip Close-X tips and statusbar tip lectures 2026-07-27 22:03:37 -05:00
model-picker-overlay.tsx perf(desktop): stop the model-picker overlay re-rendering per streaming token 2026-07-26 21:05:55 -05:00
model-visibility-overlay.tsx fix(desktop): scope model options by profile (#62795) 2026-07-22 09:40:50 -04:00
open-session.test.ts fix(desktop): stop ⌘K and notification clicks stealing the main tab 2026-07-29 18:16:40 -05:00
open-session.ts fix(desktop): stop ⌘K and notification clicks stealing the main tab 2026-07-29 18:16:40 -05:00
page-search-shell.tsx fix(desktop,gateway,mcp): post-merge — CI contract, review corrections, hub search 2026-07-03 15:22:43 -05:00
routes.test.ts fix(desktop): close cross-session leak windows in composer + session refs (#59305) 2026-07-24 16:04:12 -07:00
routes.ts fix(desktop): front the workspace pane from the router location 2026-07-27 12:54:45 -05:00
routes.workspace-reveal.test.ts test(desktop): cover the workspace-page reveal bug class 2026-07-27 12:54:49 -05:00
session-picker-overlay.tsx desktop: registry-driven slash commands + first-class /resume & /handoff (#42351) 2026-06-11 01:49:24 +00:00
session-switcher.tsx desktop: open sessions where they already are 2026-07-28 01:13:30 -05:00
types.ts fix(desktop): render a skill send as its invocation everywhere it surfaces 2026-07-28 03:44:31 -05:00
updates-overlay.tsx fmt(js): npm run fix on merge (#69805) 2026-07-23 03:32:32 +00:00