v0.7.0
usestrix/strixv0.7.0Jan 23, 2026by github-actions[bot]
AI Summary
Feature-rich release with major UI/UX improvements to the TUI, performance optimizations, and infrastructure enhancements including Docker container management and skills migration.
Key Highlights
- Optimized TUI streaming rendering performance
- Redesigned finished dialogs and UI elements
- Revamped proxy tool renderers for better UX
- Added .env variable override through --config parameter
- Removed Docker container on shutdown
- Migrated skills from Jinja to Markdown format
New Features
- .env variable override through --config parameter
- Docker container removal on shutdown
- Skills migration from Jinja to Markdown
Full Release Notes
## What's Changed * fix: improve install script PATH handling for more shells by @0xallam in https://github.com/usestrix/strix/pull/265 * fix: always show shell restart warning after install by @0xallam in https://github.com/usestrix/strix/pull/266 * perf: optimize TUI streaming rendering performance by @0xallam in https://github.com/usestrix/strix/pull/267 * fix: strip ANSI codes from Python tool output and optimize highlighting by @0xallam in https://github.com/usestrix/strix/pull/268 * fix: remove 'unknown' fallback display in browser tool renderer by @0xallam in https://github.com/usestrix/strix/pull/269 * refactor: revamp proxy tool renderers for better UX by @0xallam in https://github.com/usestrix/strix/pull/270 * Redesign finished dialogs and UI elements by @0xallam in https://github.com/usestrix/strix/pull/272 * feat: remove docker container on shutdown by @0xallam in https://github.com/usestrix/strix/pull/273 * Migrate skills from Jinja to Markdown by @0xallam in https://github.com/usestrix/strix/pull/275 * Added .env variable override through --config param by @FeedClogger in https://github.com/usestrix/strix/pull/274 * fix(llm): collect usage stats from final stream chunk by @0xallam in https://github.com/usestrix/strix/pull/276 * docs: add documentation to main repository by @0xallam in https://github.com/usestrix/strix/pull/277 * docs: update skills documentation for markdown format by @0xallam in https://github.com/usestrix/strix/pull/288 * docs: update configuration documentation by @0xallam in https://github.com/usestrix/strix/pull/289 * docs: improve introduction page by @0xallam in https://github.com/usestrix/strix/pull/290 * docs: add benchmarks directory by @0xallam in https://github.com/usestrix/strix/pull/291 ## New Contributors * @FeedClogger made their first contribution in https://github.com/usestrix/strix/pull/274 **Full Changelog**: https://github.com/usestrix/strix/compare/v0.6.2...v0.7.0