v0.2.0 - 2026-05-11
- Added native
--review [angle]mode forsecurity,performance,tests,architecture, andgeneralreviews. - Added
--api-key,--model, and--yesflags for Anthropic review runs. - Integrated Anthropic Messages API review calls with streamed SSE output.
- Added review cost estimation before API calls.
- Inlined the four focused review angles from
Lucas2944/prpack-prompts.
Try it
npx github:Lucas2944/prpack --review security --api-key "$ANTHROPIC_API_KEY"Default behavior is unchanged: prpack still packs the PR into one markdown file with no network calls. Pass --review to opt in to a streamed Anthropic review with cost estimation before the call.
See CHANGELOG.md for the full v0.2.0 entry.