You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes
fix(renderer): drop the tsupink → ink-compat alias and the noExternal for ink. The CLI bundle keeps from "ink" external; ink and ink-text-input move to runtime dependencies so 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 from npx tsx src/cli/index.ts are now valid for the published binary again. (#346, PR #354)
fix(ui):CardStream accepts a suppressLive flag. 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 through submit_plan choices. (#352, PR #353 — thanks @ctharvey)