v1.0.0

sergeyzwezdin/hubav1.0.0May 26, 2026by github-actions[bot]

AI Summary

A major version release introducing native tool calling, save & resume capabilities, and multi-agent control, alongside a migration from Poetry to uv.

Key Highlights

  • Migrated from Poetry to uv
  • Added Kubernetes security testing skill
  • Added Novita AI LLM provider
  • Improved agent wake-up from polling to state change
  • Added Docker sandbox host mappings

New Features

  • Better source-aware testing
  • Add NoSQL injection vulnerability guide and skill
  • Add SSTI and Header Injection vulnerability skills
  • Wake on state change instead of polling

Full Release Notes

## What's Changed
* feat: Better source-aware testing by @bearsyankees in https://github.com/usestrix/strix/pull/391
* feat: Migrate from Poetry to uv by @shanyu-strix in https://github.com/usestrix/strix/pull/379
* Edit Strix GitHub Actions integration tip by @0xallam in https://github.com/usestrix/strix/pull/440
* fix: ensure LLM stats tracking is accurate by including completed subagents by @bearsyankees in https://github.com/usestrix/strix/pull/441
* feat: Add NoSQL injection vulnerability guide by @timlzh in https://github.com/usestrix/strix/pull/168
* feat(skills): add Kubernetes security testing skill by @mvanhorn in https://github.com/usestrix/strix/pull/394
* fix: wrap acompletion in asyncio.wait_for to prevent indefinite hangs by @seanturner83 in https://github.com/usestrix/strix/pull/453
* fix: --config flag now fully overrides ~/.strix/cli-config.json by @octo-patch in https://github.com/usestrix/strix/pull/457
* feat: add NoSQL injection skill by @sandiyochristan in https://github.com/usestrix/strix/pull/404
* fix: MiniMax tool call normalization and thinking block handling by @mitre88 in https://github.com/usestrix/strix/pull/458
* feat: add Novita AI as LLM provider by @Alex-yang00 in https://github.com/usestrix/strix/pull/385
* fix(llm): include system prompt tokens in memory compressor budget by @0xhis in https://github.com/usestrix/strix/pull/381
* Add SSTI and Header Injection vulnerability skills by @MoDarK-MK in https://github.com/usestrix/strix/pull/191
* Feature/fase 2 prompt optimization by @vsh00t in https://github.com/usestrix/strix/pull/183
* perf(agent): wake on state change instead of 500ms polling by @b4l4-sec in https://github.com/usestrix/strix/pull/305
* Fix MiniMax tool calling and terminal output parsing by @n1majne3 in https://github.com/usestrix/strix/pull/456
* Add Docker sandbox host mappings by @Dawn-Fighter in https://github.com/usestrix/strix/pull/488
* Strix v1.0.0 — Native tool calling, save & resume, multi-agent control by @0xallam in https://github.com/usestrix/strix/pull/499

## New Contributors
* @shanyu-strix made their first contribution in https://github.com/usestrix/strix/pull/379
* @timlzh made their first contribution in https://github.com/usestrix/strix/pull/168
* @mvanhorn made their first contribution in https://github.com/usestrix/strix/pull/394
* @seanturner83 made their first contribution in https://github.com/usestrix/strix/pull/453
* @octo-patch made their first contribution in https://github.com/usestrix/strix/pull/457
* @mitre88 made their first contribution in https://github.com/usestrix/strix/pull/458
* @Alex-yang00 made their first contribution in https://github.com/usestrix/strix/pull/385
* @0xhis made their first contribution in https://github.com/usestrix/strix/pull/381
* @MoDarK-MK made their first contribution in https://github.com/usestrix/strix/pull/191
* @vsh00t made their first contribution in https://github.com/usestrix/strix/pull/183
* @b4l4-sec made their first contribution in https://github.com/usestrix/strix/pull/305
* @n1majne3 made their first contribution in https://github.com/usestrix/strix/pull/456
* @Dawn-Fighter made their first contribution in https://github.com/usestrix/strix/pull/488

**Full Changelog**: https://github.com/usestrix/strix/compare/v0.8.3...v1.0.0