v1.0.3Android
Changed 5
- Simplify LLM configuration layer
- Show "Send message to resume" on the left of the status bar
- Gate Reasoning(effort=...) on registry support
- Use observed LiteLLM cost for LiteLLM-routed calls
- Simplify cost ledger to one bucket
Fixed 2
- Fix SDK tracing leak and orphan docker on TUI quit
- Gate reasoning_effort by LiteLLM model registry
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