hermes-agent/apps/desktop/src/app/shell
Brooklyn Nicholson ea4fe15631 feat(desktop): inline model picker in the status bar
Replace the status-bar model chip's modal with a Cursor-style dropdown:
- providers grouped by name in a stable order (no recency reshuffle on select)
- per-model hover-Edit submenu for reasoning effort + fast, gated by per-model
  capabilities now surfaced in the model.options payload
- unified Fast toggle: flips the speed=fast param where supported, else swaps
  to the model's `-fast` variant (base and variant collapse into one row)
- localStorage-backed "Edit Models" dialog to choose which models appear

Adds reusable dropdown primitives (DropdownMenuSearch, shared row/label
tokens, portaled + collision-aware submenus) and reads session state from
nanostores rather than prop-drilling, so editing options doesn't rebuild and
close the menu.
2026-06-02 19:09:41 -05:00
..
hooks feat(desktop): inline model picker in the status bar 2026-06-02 19:09:41 -05:00
app-shell.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
gateway-menu-panel.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
model-edit-submenu.tsx feat(desktop): inline model picker in the status bar 2026-06-02 19:09:41 -05:00
model-menu-panel.tsx feat(desktop): inline model picker in the status bar 2026-06-02 19:09:41 -05:00
sidebar-label.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
statusbar-controls.tsx feat(desktop): inline model picker in the status bar 2026-06-02 19:09:41 -05:00
titlebar-controls.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
titlebar.test.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
titlebar.ts fix(desktop): triage batch of GUI quality-of-life fixes (#37536) 2026-06-02 16:33:22 -04:00
use-group-registry.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00