v1.0.3

ibnaleem/gosearchv1.0.3Jun 9, 2026by github-actions[bot]

AI Summary

A bug fix release addressing SDK tracing leaks, orphan Docker containers on TUI quit, and LLM configuration simplifications. It also updates cost tracking and status bar UI.

Key Highlights

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

New Features

  • Gate reasoning_effort by LiteLLM model registry (closes #517)
  • Simplify LLM configuration layer (closes #504)
  • Show 'Send message to resume' on the left of the status bar
  • Use observed LiteLLM cost for LiteLLM-routed 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