v1.0.3
sergeyzwezdin/hubav1.0.3Jun 9, 2026by github-actions[bot]
AI Summary
Fixes SDK tracing leaks and orphan Docker containers, gates reasoning effort by LiteLLM model registry, and simplifies the LLM configuration layer.
Key Highlights
- Fix SDK tracing leak + orphan docker on TUI quit
- Gate reasoning_effort by LiteLLM model registry
- Simplify LLM configuration layer
- Use observed LiteLLM cost for LiteLLM-routed calls
New Features
- Tracing leak fix
- Reasoning effort gating
- Config simplification
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