Merge branch 'feat/ink-refactor' of github.com:NousResearch/hermes-agent into feat/ink-refactor

This commit is contained in:
Brooklyn Nicholson 2026-04-11 11:29:11 -05:00
commit 7803d21bcc
10 changed files with 78 additions and 239 deletions

View file

@ -71,8 +71,6 @@ export type Patch =
type: 'clearTerminal'
reason: FlickerReason
// Populated by log-update when a scrollback diff triggers the reset.
// ink.tsx uses triggerY with findOwnerChainAtRow to attribute the
// flicker to its source React component.
debug?: { triggerY: number; prevLine: string; nextLine: string }
}
| { type: 'cursorHide' }