v1.0.3

dancasas/awesome-virtual-try-onv1.0.3Jun 9, 2026by github-actions[bot]

AI Summary

A stability-focused update that fixes resource leaks (tracing and Docker) and refines LLM configuration and cost tracking.

Key Highlights

  • Fixed SDK tracing leaks and orphaned Docker containers on TUI quit
  • Simplified LLM configuration layer and cost ledger
  • Added 'Send message to resume' indicator in status bar
  • Improved LiteLLM integration for gating reasoning effort and tracking costs

New Features

  • Added 'Send message to resume' indicator in status bar

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