Skip to content

v0.1.50

Choose a tag to compare

@shayne-snap shayne-snap released this 18 Jun 04:43
· 32 commits to main since this release
7b10b88

v0.1.50 (2026-06-18)

Fixes

  • Resolve deadlocks on hung providers by replacing sync.WaitGroup with channel-based cancellation in ParallelReason and adding ctx.Done() select in Subagent drainEvents (#291)
  • Add stuck-TUI quit escape: 3 Ctrl+C presses while stopping triggers the 2s double-tap exit mechanism (#291)
  • Fix ~/ path resolution: safeReadPath now checks workspace membership after ~ expansion so home-relative paths inside the workspace are accepted (#291)

Features

  • Add tool-name renaming layer: models see conventional names (Bash, Read) at the provider boundary while internal code and persisted sessions stay unchanged (#291)