Skip to content

Guard 3.0.54

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:34
513b8f0

Guard 3.0.54 is a stable release cut from 513b8f0.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.53.

Fixes

  • guard: Keep leftover hooks and daemon gaps from freezing sessions (#2743)
    • Continue PostToolUse and conversation inventory when native review cannot finish, so a daemon or native gap does not freeze the turn after a tool already ran.
    • Pause PermissionRequest and PreTool aliases when native review is unavailable; leftover hooks for apps that are not the active managed install still pass through.
    • Classify empty or invalid Cursor hook stdin from the installed event name, deny unknown empty input, and start daemon recovery whenever the daemon is unreachable.

Install

Install this release:

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

Full changelog: v3.0.53...v3.0.54

Thanks @kantorcodes!