Skip to content

v0.3.0: Automated Issue Fix Mode

Choose a tag to compare

@paul-fracture paul-fracture released this 04 Apr 19:00
· 40 commits to main since this release

What's New

  • Added new 'issue-fix' mode for automated bug fixes
  • Claude now analyzes issue descriptions to create targeted fixes
  • Automatic generation of fix branches and PRs
  • Uses label-based triggering (claude-fix label) for security
  • Complete workflow from issue analysis to PR creation
  • Updated documentation with detailed examples
  • Enhanced configurability with repo and branch options

Security Features

The issue-fix workflow includes built-in security through GitHub's permission system:

  • Only users with write access can add the triggering label
  • Permissions are configurable through organization settings
  • PR review process still ensures proper oversight before changes are merged