Skip to content

Release 2.0.60 (2026-05-26)

Bug fixes

  • add rm to subcommand allowlist Allow vrg-git rm for removing tracked files during cleanup or refactoring. Ref #1164

  • strip quoted strings before matching raw command names The hook guard regex searched the entire command string including argument text, causing false positives when vrg-* commands had raw-blocked command names in quoted arguments. Strip quoted strings before matching, with a fallback to check the original string when shell execution contexts (bash -c, sh -c) are present. Ref #1164

Documentation

  • add VM voice-to-text design spec Document the host-side voice-to-text approach for Lima VM sessions, including tool evaluation and recommended Superwhisper configuration. Ref #1175