hermes-agent/ui-tui/src/app
Brooklyn Nicholson c58956a9a2 fix(tui): accept Alt+G as Ctrl+G fallback in VSCode/Cursor terminals
VSCode and Cursor bind Ctrl+G to "Find Next" at the editor level, so
the keystroke never reaches the embedded terminal — Ctrl+G to open
\$EDITOR was effectively dead inside those IDEs.

Alt+G is unbound in both editors and reaches the TUI cleanly as
`\x1bg` → `key.meta && ch === 'g'` after parse-keypress. Accept it
alongside the existing isAction(key, ch, 'g') check, and document the
fallback in README + the hotkeys panel.
2026-04-25 19:57:17 -05:00
..
slash fix(tui): trim whitespace-only selection chrome 2026-04-25 15:07:29 -05:00
createGatewayEventHandler.ts fix(tui): restore voice handlers + address copilot review 2026-04-23 19:22:41 -05:00
createSlashHandler.ts feat(tui): replace /clear double-press gate with a proper confirm overlay 2026-04-18 18:04:08 -05:00
delegationStore.ts feat(tui): subagent spawn observability overlay 2026-04-22 10:38:17 -05:00
gatewayContext.tsx feat: add inline token count etc and fix venv 2026-04-15 10:20:56 -05:00
inputSelectionStore.ts fix(tui): Ctrl+C with input selection actually preserves input (lift handler to app level) 2026-04-18 16:28:51 -05:00
interfaces.ts fix(tui): suspend Ink properly when opening $EDITOR via Ctrl+G 2026-04-25 19:54:06 -05:00
overlayStore.ts feat(tui): subagent spawn observability overlay 2026-04-22 10:38:17 -05:00
setupHandoff.ts feat(tui): /model and /setup slash commands with in-place CLI handoff 2026-04-17 10:58:18 -05:00
spawnHistoryStore.ts feat(tui): subagent spawn observability overlay 2026-04-22 10:38:17 -05:00
turnController.ts fix(tui): apply ui-tui fix pass and restore type-check 2026-04-25 14:08:54 -05:00
turnStore.ts feat(tui): interleave tool rows into live assistant turns 2026-04-17 11:33:29 -05:00
uiStore.ts fix(tui): apply ui-tui fix pass and restore type-check 2026-04-25 14:08:54 -05:00
useComposerState.ts fix(tui): suspend Ink properly when opening $EDITOR via Ctrl+G 2026-04-25 19:54:06 -05:00
useConfigSync.ts fix(tui): proactive mouse disable on ConPTY + /mouse toggle command 2026-04-24 20:32:12 -07:00
useInputHandlers.ts fix(tui): accept Alt+G as Ctrl+G fallback in VSCode/Cursor terminals 2026-04-25 19:57:17 -05:00
useLongRunToolCharms.ts refactor(tui): /clean pass across ui-tui — 49 files, −217 LOC 2026-04-16 22:32:53 -05:00
useMainApp.ts fix(tui): apply ui-tui fix pass and restore type-check 2026-04-25 14:08:54 -05:00
useSessionLifecycle.ts feat(tui): warn on bare null sections in config.yaml 2026-04-24 12:49:02 -05:00
useSubmission.ts fix(tui): apply path/@ completion on Enter 2026-04-21 14:30:45 -05:00