v1.2.0Android
Added 6
- Resolve sandbox ports over a shared Docker network
- Opt-in resource limits for docker sandbox containers
- Recon asset discovery skill
- Grafana Prometheus observability pivot skill
- Local run viewer with email reports, run history, and the platform suite
- Active Directory and Kerberos domain testing skill
Fixed 13
- Stage symlink-safe copies for LocalDir uploads
- Retry transient sandbox startup failures
- Bound per-agent image memory with proactive budget and inherited-context scrub
- Cap sandbox container logs to prevent host disk exhaustion
- Close the docker client on session cleanup
- Down-rate or skip findings on demo data and demo environments
- Serialize and reconnect Caido client with actionable HTTPQL errors and sandbox tool guidance
- Restore cost tracking for OpenRouter and other LiteLLM-routed models
- Retry statusless mid-stream provider errors for quota, billing, and transient issues
- Add per-turn model request timeout so stalled streams fail fast and retry
- Recompute Content-Length when replaying a modified body
- Strip transfer encoding
- Prevent code-fence breakout in vulnerability markdown
What's Changed
- fix(runtime): stage symlink-safe copies for LocalDir uploads by @bearsyankees in https://github.com/usestrix/strix/pull/766
- fix(runtime): retry transient sandbox startup failures by @bearsyankees in https://github.com/usestrix/strix/pull/768
- feat(runtime): resolve sandbox ports over a shared Docker network by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/775
- fix(core): bound per-agent image memory (proactive budget + inherited-context scrub) by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/779
- feat(runtime): opt-in resource limits for docker sandbox containers by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/780
- Revert "fix(runtime): retry transient sandbox startup failures (#768)" by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/782
- docs(prompts,skills): bound recon output for shared-disk hygiene by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/783
- docs(tools): guide proportional wait_for_message timeouts by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/784
- docs(prompts,skills): stop hardcoding /workspace/scratch path by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/786
- fix(runtime): cap sandbox container logs to prevent host disk exhaustion by @0xallam in https://github.com/usestrix/strix/pull/785
- fix(runtime): close the docker client on session cleanup by @0xallam in https://github.com/usestrix/strix/pull/787
- fix(prompt): down-rate or skip findings on demo data / demo environments by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/793
- fix(proxy,tooling): serialize+reconnect Caido client, actionable HTTPQL errors, sandbox tool guidance by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/794
- revert(proxy): drop overfit Caido reconnect/HTTPQL band-aids, keep serialization lock by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/799
- fix(report): restore cost tracking for OpenRouter and other LiteLLM-routed models by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/801
- fix(llm): retry statusless mid-stream provider errors (quota/billing/transient) by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/790
- fix(llm): add per-turn model request timeout so stalled streams fail fast and retry by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/802
- fix(llm): use a JSON-serializable per-turn model timeout by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/803
- recon asset discovery skill by @bearsyankees in https://github.com/usestrix/strix/pull/809
- docs(skills): add grafana_prometheus observability pivot skill by @bearsyankees in https://github.com/usestrix/strix/pull/812
- fix(proxy): recompute Content-Length when replaying a modified body by @thejesh23 in https://github.com/usestrix/strix/pull/816
- strip transfer encoding by @bearsyankees in https://github.com/usestrix/strix/pull/820
- fix(report): prevent code-fence breakout in vulnerability markdown by @thejesh23 in https://github.com/usestrix/strix/pull/817
- docs(reporting): add CVSS calibration guidance to reduce severity inf… by @bearsyankees in https://github.com/usestrix/strix/pull/821
- docs(skills): add Active Directory / Kerberos domain testing skill by @bearsyankees in https://github.com/usestrix/strix/pull/825
- Local run viewer: email reports, run history, and the platform suite by @yoni-at-strix in https://github.com/usestrix/strix/pull/813
- chore: release v1.2.0 by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/826
New Contributors
- @thejesh23 made their first contribution in https://github.com/usestrix/strix/pull/816
- @yoni-at-strix made their first contribution in https://github.com/usestrix/strix/pull/813
Full Changelog: https://github.com/usestrix/strix/compare/v1.1.0...v1.2.0