Skip to content

v0.20.7

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:37
760bd60

What's changed

Fixed

  • Clicking a suggested next-step no longer drops the literal text "None" into
    the composer.
    A proposal with an explicit null title/reason was stringified
    as Python str(None)"None" in normalize_proposal (the get(k, "")
    default only applies to absent keys, not present-but-null ones), which then
    surfaced as the ask_user_for_context composer prefill. Null/None now coerces
    to "", so title falls back to the action-type label and reason becomes
    None (and the prefilled question is always a real sentence).

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