hermes-agent/ui-tui/src/components
brooklyn! e0e67a99bb
fix(tui): address copilot follow-up review on PR #16732 (#16740)
- moveCursor(extend=true) now collapses to the bare cursor when the
  computed offset equals the existing anchor instead of leaving a
  zero-length sel. Without this, Shift+Left at col 0 / Shift+Home at
  start would silently hide the hardware cursor (selected truthy)
  without rendering any highlight.
- _tui_need_npm_install also catches UnicodeDecodeError so a corrupted
  / non-UTF8 lockfile falls back to the mtime path the docstring
  promises instead of crashing.

Made-with: Cursor
2026-04-27 16:54:25 -07:00
..
agentsOverlay.tsx fix(tui): inline todo in transcript, group across thinking 2026-04-26 16:09:28 -05:00
appChrome.tsx fix(tui): inline todo in transcript, group across thinking 2026-04-26 16:09:28 -05:00
appLayout.tsx fix(tui): mouse + keyboard text selection in the composer (#16732) 2026-04-27 16:43:48 -07:00
appOverlays.tsx refactor(tui): tighten overlay helpers 2026-04-25 14:23:45 -05:00
branding.tsx fix(tui): route update-behind banner through theme + auto-detect light terminals (#11300) 2026-04-20 11:12:13 -05:00
fpsOverlay.tsx chore(tui): /clean recent perf work — KISS/DRY pass 2026-04-26 20:38:47 -05:00
markdown.tsx chore(tui): /clean recent perf work — KISS/DRY pass 2026-04-26 20:38:47 -05:00
maskedPrompt.tsx fix(tui): fix Linux Ctrl+C regression, remove double clipboard write 2026-04-20 07:14:33 -07:00
messageLine.tsx perf(tui): cache stringWidth/wrapText/sliceAnsi + skip-slice when line fits clip 2026-04-26 19:28:09 -05:00
modelPicker.tsx chore(ui-tui): apply npm run fix formatting pass 2026-04-27 12:25:27 -05:00
overlayControls.tsx fix(tui): align overlay q shortcut casing 2026-04-25 14:26:35 -05:00
prompts.tsx fix(tui): pager supports scrolling (up/down/page/top/bottom) 2026-04-21 14:48:26 -05:00
queuedMessages.tsx fix(tui): copilot review on #16707 — naming, label consistency, esc priority 2026-04-27 15:37:54 -05:00
sessionPicker.tsx fix(sessions): /save lands under $HERMES_HOME, widen browse+TUI picker, force-refresh ollama-cloud on setup (#16296) 2026-04-26 18:49:48 -07:00
skillsHub.tsx refactor(tui): tighten overlay helpers 2026-04-25 14:23:45 -05:00
streamingAssistant.tsx fix(tui): inline todo in transcript, group across thinking 2026-04-26 16:09:28 -05:00
streamingMarkdown.tsx fix(tui): wrap streaming markdown split in column Box 2026-04-26 16:55:56 -05:00
textInput.tsx fix(tui): address copilot follow-up review on PR #16732 (#16740) 2026-04-27 16:54:25 -07:00
themed.tsx refactor(tui): /clean pass across ui-tui — 49 files, −217 LOC 2026-04-16 22:32:53 -05:00
thinking.tsx chore(tui): remove dead branch cleanup code 2026-04-26 21:54:24 -05:00
todoPanel.tsx feat(tui): collapse completed todo panel on turn end 2026-04-26 16:24:15 -05:00