v1.0.3

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

AI Summary

This release fixes SDK tracing leaks and orphan Docker containers on TUI quit, simplifies the LLM configuration layer, and improves cost tracking for LiteLLM-routed calls.

Key Highlights

  • Fix SDK tracing leak + orphan Docker on TUI quit
  • Gate reasoning_effort by LiteLLM model registry
  • Simplify LLM configuration layer
  • Show 'Send message to resume' on the left of the status bar
  • Use observed LiteLLM cost for LiteLLM-routed calls

New Features

  • SDK tracing leak fix
  • Orphan Docker container cleanup on TUI quit
  • Reasoning effort gating by model registry
  • Simplified LLM configuration
  • Improved cost tracking for LiteLLM calls

Full Release Notes

## What's Changed
* fix: SDK tracing leak + orphan docker on TUI quit (closes #512) by @0xallam in https://github.com/usestrix/strix/pull/522
* fix: gate reasoning_effort by LiteLLM model registry (closes #517) by @0xallam in https://github.com/usestrix/strix/pull/523
* Simplify LLM configuration layer (closes #504) by @0xallam in https://github.com/usestrix/strix/pull/524
* Show "Send message to resume" on the left of the status bar by @0xallam in https://github.com/usestrix/strix/pull/525
* Gate Reasoning(effort=...) on registry support by @0xallam in https://github.com/usestrix/strix/pull/528
* Use observed LiteLLM cost for LiteLLM-routed calls by @0xallam in https://github.com/usestrix/strix/pull/529
* Simplify cost ledger to one bucket by @0xallam in https://github.com/usestrix/strix/pull/531
* Bump 1.0.2 -> 1.0.3 by @0xallam in https://github.com/usestrix/strix/pull/537


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