v0.8.0
VRSEN/agency-swarmv0.8.0Feb 19, 2026by github-actions[bot]
AI Summary
A major update including LiteLLM upgrades for new provider support, a redesigned vulnerability reporting system, and TUI improvements.
Key Highlights
- Upgraded litellm to support zai provider
- Redesigned vulnerability reporting with nested XML and CVSS
- Added mouse text selection auto-copy to clipboard in TUI
- Replaced hardcoded git host detection with HTTP protocol probe
New Features
- LiteLLM upgrade for zai provider support
- Vulnerability reporting redesign
- Mouse text selection auto-copy in TUI
- HTTP protocol probe for git host detection
- Improved code_locations for PR suggestions
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