Skip to content

prpack v0.2.0 — autonomous review mode

Latest

Choose a tag to compare

@Lucas2944 Lucas2944 released this 11 May 06:27
· 1 commit to main since this release

v0.2.0 - 2026-05-11

  • Added native --review [angle] mode for security, performance, tests, architecture, and general reviews.
  • Added --api-key, --model, and --yes flags 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.