Skip to content

v1.2.1

Choose a tag to compare

@ph3on1x ph3on1x released this 21 Mar 20:34
· 4 commits to main since this release

What's New

  • /commit push — New optional push argument for the /commit skill. When push is the first word in arguments, commits and pushes in one operation. Includes automatic upstream detection and never force-pushes.

Examples

  • /commit push — auto-generate message, commit, and push
  • /commit push feat: add auth — commit with message and push
  • /commit feat: add auth — commit only (backward compatible)