Skip to content

Choose a tag to compare

@codingbaraGo codingbaraGo released this 29 Jan 16:25

Highlights

  • Hardened inline review prompt to significantly reduce invalid pending review submissions.
  • Enforced canonical payload rules to prevent missing required fields (e.g., pullNumber, line ranges).

Improvements

  • Refactored inline comment policy to make range-line comments the default and strictly limit single-line exceptions.
  • Clarified review body handling to use plain Markdown with real newlines, avoiding escaped text issues.
  • Increased max-turn limits to improve review completeness on deeper diffs.

Fixes

  • Fixed an issue where inline review bodies were treated as JSON strings, causing malformed comments.
  • Improved robustness of pending review creation by preventing tool calls when required fields are missing.

CI / Action Changes

  • Updated the “Run Claude Code review” step to continue on error to avoid blocking workflows.
  • Added automatic upload of Claude logs for easier debugging and traceability.

Maintenance

  • Removed unused files and performed minor prompt formatting cleanups.