Skip to content

Guard 3.0.57

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:55
eb83390

Guard 3.0.57 is a stable release cut from eb83390.
2 commits • 2 merged pull requests • 2 contributors since Guard 3.0.56.

Features

  • guard: Add repo2nb command-safety extension (#2541)

Fixes

  • guard: Keep trusted-session package blocks reviewable (#2748)
    • A trusted-session cloud failure during package evaluation (typically a cloud token refresh error) failed closed to a terminal block, so a blocked npm install printed no local approval link and offered no actionable…
    • Mirror the existing cloud-timeout handling in _evaluate_with_cloud: resolve the trusted-session failure as require-reapproval so the install still stops, but the request queues an approval request and the guidance…
    • Update the fail-closed evaluator test to the reviewable contract and add an end-to-end guard protect regression test asserting the queued approval request, primary_approval_url, dashboard_url, and harness copy.

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.57"

Full changelog: v3.0.56...v3.0.57

Thanks @David-Magdy, @kantorcodes!