Skip to content

v0.30.1

Choose a tag to compare

@esengine esengine released this 07 May 04:16
· 1917 commits to main-v2 since this release
b03e11b

Bug fixes

  • fix(renderer): drop the tsup ink → 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)