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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)