Skip to content

v0.3.8: Simplify issue-fix-mode with direct Edit tool access

Choose a tag to compare

@paul-fracture paul-fracture released this 04 Apr 20:08
· 25 commits to main since this release

This release simplifies the issue-fix-mode implementation by using Claude Code's direct Edit tool access.

Improvements:

  • Uses Claude Code CLI's allowedTools parameter to directly grant Edit capabilities
  • Allows Claude to make changes directly to files rather than parsing and applying diffs manually
  • Simplifies the implementation and reduces potential errors
  • Improves reliability by following the approach from nicholaslee119/claude-code-github-action