v0.8.0

usestrix/strixv0.8.0Feb 19, 2026by github-actions[bot]

AI Summary

Major release with significant improvements including zai LLM provider support, redesigned vulnerability reporting with CVSS scoring, and enhanced TUI features like mouse text selection.

Key Highlights

  • Upgraded litellm to 1.81.1 with zai provider support
  • Redesigned vulnerability reporting with nested XML code locations and CVSS
  • Added mouse text selection auto-copy to clipboard in TUI
  • Improved code_locations for accurate PR suggestions
  • Added explicit UTF-8 encoding to read_text() calls

New Features

  • zai LLM provider support
  • Vulnerability reporting with nested XML code locations and CVSS
  • Mouse text selection auto-copy to clipboard in TUI

Full Release Notes

## What's Changed
* chore: upgrade litellm to 1.81.1 for zai provider support by @LegendEvent in https://github.com/usestrix/strix/pull/293
* fix(llm): Pass API key and base URL to memory compressor by @0xallam in https://github.com/usestrix/strix/pull/296
* chore(deps): bump pypdf from 6.6.0 to 6.6.2 by @dependabot[bot] in https://github.com/usestrix/strix/pull/295
* Replace hardcoded git host detection with HTTP protocol probe by @0xallam in https://github.com/usestrix/strix/pull/298
* fix: Polish finish_scan report schema by @0xallam in https://github.com/usestrix/strix/pull/303
* feat: Add mouse text selection auto-copy to clipboard in TUI by @0xallam in https://github.com/usestrix/strix/pull/306
* chore(deps): bump pillow from 11.3.0 to 12.1.1 by @dependabot[bot] in https://github.com/usestrix/strix/pull/310
* chore(deps): bump cryptography from 44.0.1 to 46.0.5 by @dependabot[bot] in https://github.com/usestrix/strix/pull/307
* chore(deps): bump protobuf from 6.33.4 to 6.33.5 by @dependabot[bot] in https://github.com/usestrix/strix/pull/299
* Redesign vulnerability reporting with nested XML code locations and CVSS by @0xallam in https://github.com/usestrix/strix/pull/312
* fix: Add explicit UTF-8 encoding to read_text() calls by @TaeBbong in https://github.com/usestrix/strix/pull/301
* Improve code_locations for accurate PR suggestions by @0xallam in https://github.com/usestrix/strix/pull/314
* Strix LLM Documentation and Config Changes by @octovimmer in https://github.com/usestrix/strix/pull/315
* chore(deps): bump pypdf from 6.6.2 to 6.7.1 by @dependabot[bot] in https://github.com/usestrix/strix/pull/316

## New Contributors
* @LegendEvent made their first contribution in https://github.com/usestrix/strix/pull/293
* @TaeBbong made their first contribution in https://github.com/usestrix/strix/pull/301
* @octovimmer made their first contribution in https://github.com/usestrix/strix/pull/315

**Full Changelog**: https://github.com/usestrix/strix/compare/v0.7.0...v0.8.0