hermes-agent/apps/desktop/src/app/chat
brooklyn! b96bd4808d
feat(desktop): open any chat in its own window (#43219)
Pops a session into a standalone, focused window for side-by-side work.
A secondary window loads the renderer at the session route with a
?win=secondary flag (ahead of the HashRouter '#'); it drops the global
sidebar plus the install/onboarding overlays and renders a single chat,
sharing the one local gateway over WS (no backend duplication). The main
process keys windows by sessionId so re-opening focuses the existing one
and self-cleans on close.

Open it via:
- ⌘-click (mac) / ⌃-click (win/linux) a sidebar session — the universal
  "open in new window" gesture. Archive moves to the ⋯ / right-click menus
  only, off the easy-to-misfire modifier-click.
- "New window" in the session ⋯ and context menus (link-external icon,
  i18n'd across en/ja/zh/zh-hant).

A standalone window has no left rail, so AppShell treats its edge as
uncovered and applies the titlebar inset — the chat title clears the
macOS traffic lights instead of hiding behind them.

Co-authored-by: tim404x <tim404x@users.noreply.github.com>
2026-06-09 21:09:45 -05:00
..
composer fix(desktop): send on Enter from live editor text, not stale composer state (#39639) 2026-06-10 00:51:23 +00:00
hooks fix(desktop): stage dropped files into the remote session workspace 2026-06-09 16:50:08 -05:00
right-rail fix(desktop): stage dropped files into the remote session workspace 2026-06-09 16:50:08 -05:00
sidebar feat(desktop): open any chat in its own window (#43219) 2026-06-09 21:09:45 -05:00
chat-drop-overlay.tsx Refactor desktop i18n field copy into nested structures 2026-06-06 07:51:44 -07:00
chat-swap-overlay.tsx Refactor desktop i18n field copy into nested structures 2026-06-06 07:51:44 -07:00
index.tsx fix(desktop): stage dropped files into the remote session workspace 2026-06-09 16:50:08 -05:00
perf-probe.tsx chore(desktop): zero eslint/typecheck debt + prettier pass (#39100) 2026-06-04 14:10:38 +00:00
thread-loading.test.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
thread-loading.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00