Skip to content

v0.9.2

Choose a tag to compare

@nicobailon nicobailon released this 20 Feb 03:39

Fixed

  • TUI crash on async subagent completion: "Rendered line exceeds terminal width." render.ts never truncated output to fit the terminal — widget lines (agents.join(" -> ")), chain visualizations, skills lists, and task previews could all exceed the terminal width. Added truncLine helper using pi-tui's truncateToWidth/visibleWidth and applied it to every Text widget and widget string. Task preview lengths are now dynamic based on terminal width instead of hardcoded.
  • Agent Manager scope badge showed [built] instead of [builtin] in list and detail views. Widened scope column to fit.