v1.0.4

usestrix/strixv1.0.4Jun 9, 2026by github-actions[bot]

AI Summary

This release focuses on improving the TUI (Terminal User Interface) and sandbox container handling. It addresses race conditions in the stream consumer, improves output cleaning, and ensures images are properly stripped from sessions on vision-rejection.

Key Highlights

  • Make TUI quit instant by SIGKILL-ing the sandbox container
  • Swallow sandbox container races in the stream consumer
  • Strip all images from session on vision-rejection, not just the latest
  • Strip ANSI escapes and control bytes from terminal tool output

New Features

  • Improved TUI quit behavior with SIGKILL
  • Race condition handling for sandbox container streams
  • Image stripping from sessions on vision-rejection
  • Terminal output cleaning (ANSI escapes and control bytes)

Full Release Notes

## What's Changed
* Make TUI quit instant by SIGKILL-ing the sandbox container by @0xallam in https://github.com/usestrix/strix/pull/548
* Swallow sandbox container races in the stream consumer by @0xallam in https://github.com/usestrix/strix/pull/552
* Strip all images from session on vision-rejection, not just the latest by @0xallam in https://github.com/usestrix/strix/pull/553
* Strip ANSI escapes and control bytes from terminal tool output by @0xallam in https://github.com/usestrix/strix/pull/554
* Bump 1.0.3 -> 1.0.4 by @0xallam in https://github.com/usestrix/strix/pull/557


**Full Changelog**: https://github.com/usestrix/strix/compare/v1.0.3...v1.0.4