v0.3.8: Simplify issue-fix-mode with direct Edit tool access
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