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
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.