Skip to content

Guard 3.0.66

Choose a tag to compare

@github-actions github-actions released this 04 Sep 14:25
b684127

Guard 3.0.66 is a stable release cut from b684127.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.65.

Fixes

  • hooks: Continue native fail-safe without emergency-safe deny (#2755)
    • When native hook review cannot finish, PreToolUse continues instead of applying the emergency-safe allow/deny split.
    • Cursor now installs beforeWriteFile. Codex PermissionRequest continues without auto-allow. Forged, oversized, payload-authenticity, and retained-byte-limit failures still deny.
    • Copilot PermissionRequest stays behavior: deny with interrupt: false.

Install

Install this release:

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

Full changelog: v3.0.65...v3.0.66

Thanks @kantorcodes!