Bug fixes
- fix(renderer): drop the
tsupink → ink-compatalias and thenoExternalfor ink. The CLI bundle keepsfrom "ink"external;inkandink-text-inputmove to runtimedependenciesso npm install pulls the real package. The cell-diff renderer is no longer on the user-facing path; production runs the same Ink that source mode does — TUI bug repros fromnpx tsx src/cli/index.tsare now valid for the published binary again. (#346, PR #354) - fix(ui):
CardStreamaccepts asuppressLiveflag. While any picker / confirm modal owns the screen, the unsettled live tool card above it stops repainting, removing the rerender competition that left stale rows during arrow-key navigation throughsubmit_planchoices. (#352, PR #353 — thanks @ctharvey)