v1.2.0

usememos/memosv1.2.0Jul 21, 2026by github-actions[bot]

AI Summary

Adds opt-in resource limits for Docker sandbox containers and resolves sandbox ports over a shared network. Also introduces a recon asset discovery skill and email reporting capabilities for the Local viewer.

Key Highlights

  • Opt-in resource limits for docker sandbox containers
  • Sandbox ports resolved over a shared Docker network
  • New 'recon asset discovery' skill
  • Email reports and run history for Local run viewer

New Features

  • Opt-in resource limits for docker sandbox containers
  • Resolve sandbox ports over a shared Docker network
  • Recon asset discovery skill
  • Email reports and run history for Local run viewer

Full Release Notes

## 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