Skip to content

Release 2.1.124 (2026-07-10)

Bug fixes

  • allow the user/agent identity to run 'issue reopen' (#2261) Remove the 'reopen' entry from the issue agent denied-pairs so the user/agent identity may run 'vrg-gh issue reopen'. reopen and close are symmetric and both non-destructive and reversible — an errant reopen is trivially re-closed — so reopen should be agent-runnable, matching the earlier close change. This also lets an agent perform reopen remediation directly.

Update the adjacent comment and the usage/help text (drop the 'issue reopen' clause), and flip the tests that asserted reopen was denied for the user identity to assert it is allowed, mirroring the existing issue close test. Audit identity stays read-only; nothing else changes.