Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:25

3.0.0 (2026-07-03)

⚠ BREAKING CHANGES

  • rewrite the tool in Go (until 6ae349a)

Bug Fixes

  • ci: match release-please tags to existing v-prefixed history (e0b777f)
  • deps: update dependency commander to v15 (e1ac724)

Code Refactoring

  • clean up the rewrite (dead code, typed Loop, ssh DI, parallel fix) (d7f0071)
  • implement recent changes in Go (until 44344a1) (a243633)
  • rewrite the tool in Go (until 6ae349a) (6a33235)
  • security: use shell-free built-ins and improve signal handling (diverges from TS version) (4e9ebee)

Changelog

  • b0e4a23 chore(main): release 3.0.0
  • c3ad0f9 chore(deps): update github actions to v7
  • d81c5ca chore(deps): update actions/checkout action to v6.0.3
  • bd08ce0 chore(ai): gitignore Superpowers directory
  • a26dec0 chore(ai): delete Superpowers directory
  • acebb35 rewrite(security): init panic + path-traversal fixes (diverges from TS version)
  • 4e9ebee refactor(security): use shell-free built-ins and improve signal handling (diverges from TS version)
  • d7f0071 refactor: clean up the rewrite (dead code, typed Loop, ssh DI, parallel fix)
  • b24dd8d chore(ai): delete Serena directory
  • 316c901 chore(ai): allow gogo --version
  • a243633 refactor: implement recent changes in Go (until 44344a1)
  • 6a33235 refactor!: rewrite the tool in Go (until 6ae349a)
  • 44344a1 ci: build Docker image only on release, not every main push
  • e0b777f fix(ci): match release-please tags to existing v-prefixed history
  • e1ac724 fix(deps): update dependency commander to v15
  • 7218d51 ci: migrate release tooling from semantic-release to release-please