co-mono/packages
Mario Zechner f3b7b0b179 fix(tui): handle batched input over SSH with StdinBuffer
Adds StdinBuffer class (adapted from OpenTUI, MIT license) to split
batched stdin into individual sequences before they reach components.

This fixes key presses being dropped when batched with release events,
which commonly occurs over SSH due to network buffering.

- Each handleInput() call now receives a single event
- matchesKey() and isKeyRelease() work correctly without batching awareness
- Properly buffers incomplete escape sequences across chunks
- Handles bracketed paste mode

Addresses #538
2026-01-07 17:50:06 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-07 01:33:34 +01:00
ai Add [Unreleased] section for next cycle 2026-01-07 01:33:34 +01:00
coding-agent Fix compaction UX oddities when model switching (#535) 2026-01-07 16:50:18 +01:00
mom Add [Unreleased] section for next cycle 2026-01-07 01:33:34 +01:00
pods Release v0.37.8 2026-01-07 01:32:53 +01:00
tui fix(tui): handle batched input over SSH with StdinBuffer 2026-01-07 17:50:06 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-07 01:33:34 +01:00