Skip to content

v0.14.1

Latest

Choose a tag to compare

@MaorBril MaorBril released this 02 Jun 21:07

Fixes

  • Wrap terminal flooded with "can't inject" errors (#27): in clauder wrap, the message watcher logged via the standard logger (stderr → the live terminal), so whenever messages were unread but the input buffer was non-empty (user typed but didn't press Enter), it drew CanInject=false, will retry over the TUI every tick. The logger now writes to $dataDir/wrap.log, and the retry line is logged once per batch.
  • CI: bump actions/checkout→v6 and actions/setup-go→v6 (#26), and derive the Go toolchain from go.mod so release builds match the required version.