Skip to content

v0.9.149

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:34
· 71 commits to main since this release

Patch Changes

  • #901 3489122 Bound slow daemon clients and incoming daemon/PTY requests to prevent unbounded buffering. Keep the latest complete snapshot for each channel under backpressure while preserving RPC, lifecycle, command and terminal byte ordering until disconnection. — @Sma1lboy

  • #901 3489122 Build wide file trees with indexed child lookup so large directories no longer cause quadratic insertion work. — @Sma1lboy

  • #901 3489122 Limit worktree status collection to four concurrent runs, queue due work fairly, and batch result publications. Stop cancels queued work and aborts running status reads. — @Sma1lboy