Skip to content

Guard 3.0.10

Choose a tag to compare

@github-actions github-actions released this 28 Aug 02:09
ad2068a

Guard 3.0.10 is a stable release cut from ad2068a.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.9.

Features

  • guard: Fail-close auto hooks and publish native wheels (#2652)
    • Auto and force PreToolUse and PostToolUse now fail closed on the native worker for both daemon and CLI paths, including source-ref I/O. Python review remains only for off/shadow rollback and file PreToolUse that the…
    • Isolated Codex, Cursor, and OpenCode hook launches keep HOL_GUARD_NATIVE and HOL_GUARD_NATIVE_BINARY so explicit off/shadow rollback still reaches the Python engine. Loader variables stay dropped.
    • Native PostToolUse deny still records command activity. The PreToolUse policy floor fail-closed path is enforced by AST, not a string match.

Install

Install this release:

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

Full changelog: v3.0.9...v3.0.10

Thanks @kantorcodes!