Unravel PR
Version updated for https://github.com/roo-oliv/unravel to version v0.4.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Unravel is a GitHub Action and CLI tool that uses AI to analyze pull request diffs, organizing code changes into causal threads to help reviewers understand the reasoning behind modifications. By grouping changes based on their root causes and effects, it simplifies and accelerates the code review process, reducing the cognitive load of reviewing file-by-file. Key capabilities include parsing diffs, generating structured insights using large language models, and presenting results in rich formats like JSON or tree views.
What’s Changed
What’s Changed
- Add per-hunk diff counters and captions to walkthrough TUI by @roo-oliv in https://github.com/roo-oliv/unravel/pull/9
- Gate remote PR-comment cache by head SHA + add in-progress flow by @roo-oliv in https://github.com/roo-oliv/unravel/pull/10
Full Changelog: https://github.com/roo-oliv/unravel/compare/v0.3.0...v0.4.0