hermes-agent/website/docs
Nat Thrower 6e5b8650cc feat(tui): make display.mouse_tracking pick which DEC modes to enable
Previously the boolean flag was all-or-nothing across modes 1000+1002+1003+1006.
Inside tmux, mode 1003 (any-motion) makes every mouse cross of the prompt row
fire a clipboard probe that surfaces as "No image in clipboard" — sometimes
dozens in a row. Disabling tracking entirely killed scroll-wheel scrolling too,
since tmux's own scrollback is preempted by the alt-screen TUI.

`display.mouse_tracking` (and `/mouse <preset>`) now accepts `off | wheel |
buttons | all` in addition to the legacy booleans. `wheel` is 1000+1006:
scroll wheel + click only, no drag, no hover — the tmux-friendly subset.
`buttons` adds 1002 for drag-to-select. `all` (= legacy `true`) keeps the
hover-driven UI (scrollbar paginate-on-hover, link mouseenter, etc.).
2026-05-21 17:34:41 -05:00
..
developer-guide feat: auto-launch Chromium-family browser for CDP 2026-05-19 22:34:05 -07:00
getting-started fix(update): quarantine hermes.exe vs concurrent Windows instance (#26670) (#26677) 2026-05-19 11:10:51 -07:00
guides docs(xai-oauth): note X Premium+ also unlocks Grok OAuth (#29055) 2026-05-19 22:28:26 -07:00
integrations fix(custom): pass custom provider extra body 2026-05-21 07:48:53 -07:00
reference feat: auto-launch Chromium-family browser for CDP 2026-05-19 22:34:05 -07:00
user-guide feat(tui): make display.mouse_tracking pick which DEC modes to enable 2026-05-21 17:34:41 -05:00
index.md docs(windows): avoid piping installer directly into iex 2026-05-18 20:05:47 -07:00
user-stories.mdx docs(website): add User Stories and Use Cases collage page (#18282) 2026-04-30 23:56:59 -07:00