Skip to content

v0.5.7

Choose a tag to compare

@rafagomes rafagomes released this 19 Apr 14:53
· 28 commits to main since this release

What's Changed

  • /feature gains --commit and --pr flags for hands-free finishing.
    • --commit: auto-commits after completion using /commit's grouping logic, skipping plan presentation. Outputs only git log --oneline -N.
    • --pr: implies --commit — also pushes and opens a PR without draft presentation. Outputs only the log lines and PR URL.
    • All other output is suppressed when either flag is active.