v1.5.2
usestrix/strixv1.5.2Aug 9, 2026by github-actions[bot]
AI Summary
This release addresses various stability and usability issues across TUI, agents, runners, and sessions. Key fixes include better handling of user interruptions, improved session management with SQLite, and corrections to agent behavior and tool argument handling.
Key Highlights
- Enhanced TUI usability by making the mount prompt clickable and skipping scans instead of abandoning them
- Improved session management by changing SQLite connection handling to be per-operation rather than per-thread
- Fixed the runner to resume execution after a user interrupt instead of crashing
- Corrected agent behavior to wait on its own previous statements
- Fixed tool argument handling to coerce empty strings into empty containers
Full Release Notes
## What's Changed * docs(skills): clearer description by @bearsyankees in https://github.com/usestrix/strix/pull/1013 * fix(tui): make the mount prompt clickable, and skip the mount instead of abandoning the scan by @0xallam in https://github.com/usestrix/strix/pull/1015 * test(tui): correct the nudge the internal-turn test asserts by @0xallam in https://github.com/usestrix/strix/pull/1016 * fix(agents): let an agent wait on what it already said by @0xallam in https://github.com/usestrix/strix/pull/1020 * fix(todo): stop a todo plan failing on priority or duplicates by @0xallam in https://github.com/usestrix/strix/pull/1021 * fix(sessions): open a sqlite connection per operation, not per thread by @0xallam in https://github.com/usestrix/strix/pull/1022 * fix(runner): resume after a user interrupt instead of failing by @0xallam in https://github.com/usestrix/strix/pull/1023 * fix(tools): coerce an empty-string list/dict argument to an empty container by @0xallam in https://github.com/usestrix/strix/pull/1024 * fix(runner): settle child agents before closing sessions at wind-down by @0xallam in https://github.com/usestrix/strix/pull/1025 * chore: release v1.5.2 by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1026 **Full Changelog**: https://github.com/usestrix/strix/compare/v1.5.1...v1.5.2