hermes-agent/apps/desktop/src
Brooklyn Nicholson 628f9040df feat(desktop): split cron sessions into their own sidebar section
Scheduler sessions (source=cron) were listed in recents, where their
`[IMPORTANT: …]` first-message previews spammed the list — and because
cron runs are always newest, a burst of them consumed the whole recents
page budget and starved real conversations (sidebar showed 0 sessions).

Recents and cron jobs are now two independent lists:
- Backend: /api/sessions + /api/profiles/sessions accept source /
  exclude_sources; session_count gains exclude_sources. Recents query
  excludes cron; the cron section queries source=cron.
- Desktop: separate $cronSessions store + refreshCronSessions fetch, a
  collapsed (persisted) "Cron jobs" section below Sessions that only
  renders when cron sessions exist, with its own bounded scroller.
2026-06-06 12:30:39 -05:00
..
app feat(desktop): split cron sessions into their own sidebar section 2026-06-06 12:30:39 -05:00
components Merge pull request #40660 from NousResearch/bb/keybinds 2026-06-06 12:00:08 -05:00
hooks Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
i18n feat(desktop): split cron sessions into their own sidebar section 2026-06-06 12:30:39 -05:00
lib Merge pull request #40660 from NousResearch/bb/keybinds 2026-06-06 12:00:08 -05:00
store feat(desktop): split cron sessions into their own sidebar section 2026-06-06 12:30:39 -05:00
themes feat(desktop): rebindable keyboard shortcuts panel 2026-06-06 11:41:57 -05:00
types feat(desktop): surface every provider + models from hermes model in the GUI menus (#40563) 2026-06-06 16:31:34 +00:00
global.d.ts feat(desktop): per-profile remote gateway hosts (#39778) 2026-06-05 12:14:18 +00:00
hermes.ts feat(desktop): split cron sessions into their own sidebar section 2026-06-06 12:30:39 -05:00
main.tsx feat(desktop): add i18n with Simplified Chinese (zh-Hans) support 2026-06-05 10:32:26 -07:00
styles.css Merge pull request #40660 from NousResearch/bb/keybinds 2026-06-06 12:00:08 -05:00
vite-env.d.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00