Skip to content

Guard 3.0.51

Choose a tag to compare

@github-actions github-actions released this 03 Sep 00:20
28586a4

Guard 3.0.51 is a stable release cut from 28586a4.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.50.

Fixes

  • guard: Register a fail-closed Hermes pre_tool_call runtime hook (#2728)
    • Register a fail-closed Hermes hooks.pre_tool_call entry during hol-guard install hermes so local shell and tool calls reach Guard.
    • Map Hermes pre_tool_call payloads onto PreToolUse, block with {decision: block} plus exit code 2, and allowlist only the Guard hook command.
    • Doctor reports launch-review only when that runtime hook is missing. Uninstall removes the Guard hook and keeps user hooks.

Install

Install this release:

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

Full changelog: v3.0.50...v3.0.51

Thanks @kantorcodes!