hermes-agent/apps/desktop/src
Teknium b91aade176
feat(desktop): warn when main-model switch leaves auxiliary tasks pinned to another provider (#40286)
Switching the main model never touches auxiliary slot pins (they're
independent, sticky per-task overrides). A user who switches main away
from a now-unpaid provider keeps paying 402s on every background aux call
until they manually reset those pins — silently, with no UI signal.

- /api/model/set scope:'main' now returns stale_aux: slots still pinned
  to a provider different from the new main (additive field).
- Desktop Model Settings shows a switch-time notice after Apply AND a
  persistent banner when any loaded aux slot mismatches the main provider,
  both wired to the existing 'Reset all to main' action.
- Never auto-clears pins — a dedicated cheaper aux model is a legitimate
  config; surface-and-offer instead of nuking.
- Fixes a stale pre-existing assertion in the panel test (main model now
  renders via selectors, not a standalone label).
2026-06-05 23:35:36 -07:00
..
app feat(desktop): warn when main-model switch leaves auxiliary tasks pinned to another provider (#40286) 2026-06-05 23:35:36 -07:00
components fix(desktop): render steer note as a codicon, not an emoji 2026-06-05 21:03:05 -05:00
hooks Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
i18n feat(desktop): steer the live run from the composer 2026-06-05 20:50:30 -05:00
lib feat(desktop): steer the live run from the composer 2026-06-05 20:50:30 -05:00
store feat(desktop): integrate arrow history with the message queue 2026-06-05 20:33:53 -05:00
themes Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
types feat(desktop): warn when main-model switch leaves auxiliary tasks pinned to another provider (#40286) 2026-06-05 23:35:36 -07:00
global.d.ts feat(desktop): per-profile remote gateway hosts (#39778) 2026-06-05 12:14:18 +00:00
hermes.ts feat(desktop): warn when main-model switch leaves auxiliary tasks pinned to another provider (#40286) 2026-06-05 23:35:36 -07:00
main.tsx feat(desktop): add i18n with Simplified Chinese (zh-Hans) support 2026-06-05 10:32:26 -07:00
styles.css feat(desktop): dedicated Providers settings + polished Accounts/API-keys UX (#38551) 2026-06-04 03:03:42 -05:00
vite-env.d.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00