v0.20.1
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 callread_run_result(run_id)in a later
turn instead of re-running the survey. - Triage
safe_next_actionsare now clickable.TriageCardrenders 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 removedautonomous_readonly/assistedautonomy 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.