Skip to content

v0.8.2

Latest

Choose a tag to compare

@yinloo-ola yinloo-ola released this 21 Apr 01:43

What's Changed

Added

  • Safe commands expansioncd, GitHub CLI read-only subcommands (gh pr view/list/diff/checks/status, gh issue view/list, gh repo view/fork/list, gh release view/list/download, gh run view/list), and git read-only subcommands (blame, shortlog, stash list, tag -l/--list, describe)
  • Harmless redirect stripping2>/dev/null and 2>&1 are stripped before pattern matching
  • Extracted shouldBlockFilePath() — file-path blocking logic into a testable pure function
  • 4 shouldBlockFilePath tests — validates docs/plans/-only writes during brainstorm/plan

Fixed

  • git stash list and git tag -l falsely blocked — destructive pattern now uses negative lookaheads to allow read-only variants

Full Changelog: v0.8.1...v0.8.2