hermes-agent-features/ui-tui/packages/hermes-ink/src
Brooklyn Nicholson 83129e72de refactor(tui): tighten editor handoff helpers
- editor.ts: collapse two private helpers into one flatMap-driven lookup,
  keep `isExecutable` as the only named primitive, document the fallback
  chain with prompt_toolkit parity
- editor.test.ts: hoist the `exe` helper out of `describe`, drop the
  empty afterEach + dead mkdir branch, materialize expected paths before
  the resolveEditor call so argument evaluation order doesn't bite
- useComposerState.openEditor: rmSync the mkdtemp dir (was leaking),
  early-return on bad exit / empty buffer, run cleanup in finally
- useInputHandlers: cheap `ch.toLowerCase() === 'g'` guard before the
  modifier check
- hermes-ink/screen.ts: pick up `npm run fix` import-sort cleanup so
  lint passes
2026-04-25 20:24:06 -05:00
..
bootstrap feat: fork ink and make it work nicely 2026-04-11 11:29:08 -05:00
hooks feat: fork ink and make it work nicely 2026-04-11 11:29:08 -05:00
ink refactor(tui): tighten editor handoff helpers 2026-04-25 20:24:06 -05:00
native-ts/yoga-layout feat: fork ink and make it work nicely 2026-04-11 11:29:08 -05:00
utils feat: add clicky handles 2026-04-13 21:20:55 -05:00
entry-exports.ts chore(tui): fix eslint/prettier nits from npm run fix 2026-04-17 11:00:15 -05:00