Skip to content

v0.1.27

Choose a tag to compare

@arpanpathak arpanpathak released this 21 Aug 16:55
· 41 commits to main since this release

Fixes & enhancements

TUI scrolling & text wrapping

  • Input box now wraps on display-width boundaries and grows instead of clipping long text; cursor stays visible when the box is height-capped
  • Chat auto-scroll no longer yanks the user back to the bottom during generation; scrolling to the bottom re-engages auto-follow
  • Chat scrollbar and click-to-open use real wrapped row counts

Chat mode

  • Chat mode now keeps real conversation history so the model can follow multi-turn context
  • Queued tasks are sequenced correctly
  • /clear resets history; Ctrl+C removes the dangling user turn

UX fixes

  • /setup streams progress into the TUI log instead of corrupting the alternate screen
  • Perf panel, status line, and banner no longer clip on narrow terminals
  • Suggestion selection is clamped correctly
  • ANSI escape stripping improved

Model quality

  • Strengthened agent/chat prompts against hello-world stubs, placeholders, toy examples, and deeply nested conditionals

Testing

  • Added regression tests for wrapping, height growth, and visual row mapping