Skip to content

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:47
5c14ff9

What's changed

Fixed

  • Empty-state subtitle no longer overpromises. "Read-only by default — I'll
    ask before running anything" became "Read-only and never destructive — I'll
    ask before moving any data" (zh equivalent): the agent runs read-only checks
    itself; only cloud data-moving work is confirmation-gated.
  • Backgrounded survey/review now resumes via read_run_result. When an
    inline survey/review exceeds the time budget, the timeout note and the agent
    instructions now tell the agent to call read_run_result(run_id) in a later
    turn instead of re-running the survey.
  • Triage safe_next_actions are now clickable. TriageCard renders the
    deterministic next-check proposals as one-click chips (same handoff as agent
    proposals), instead of dropping a field the API already returned.
  • Doc residual: docs/security.md "Graded execution" no longer references
    the removed autonomous_readonly/assisted autonomy policy.

Install

Builds are unsigned / ad-hoc (no Apple notarization, no Windows Authenticode). Verify downloads against the SHA256SUMS-*.txt files.

  • macOS (arm64): open the .dmg, drag to Applications. First launch shows a Gatekeeper prompt — right-click the app → Open, or run xattr -dr com.apple.quarantine "/Applications/Storage Agent Workbench.app". It starts in a few seconds.
  • Linux (x64): sudo apt install ./storage-agent-workbench-v0.20.1-linux-x64.deb
  • Windows (x64): run the -setup.exe; if SmartScreen warns, choose More info → Run anyway.

Prompt-free signed builds: see docs/signing.md.