Skip to content

marginal v0.2.0

Choose a tag to compare

@exactml exactml released this 12 Sep 20:42
· 17 commits to master since this release
b0e76f0

⚠️ marginal review's exit code for missing reviewer credentials changes from 1 to 3 — a breaking change for any caller relying on the old code, but it's also what lets marginal-action finally skip cleanly on forked PRs instead of failing their CI.

Breaking Changes

  • marginal review's exit code for a configured models.reviewer missing its required credentials changes from 1 to 3, distinct from the 1 still returned for every other provider/GitHub error (ISSUE-60, PR-61 by @exactml)

New Features

  • Folds the content of any config.policies files into the finding-generation prompt (ISSUE-29, PR-40 by @exactml)
  • Redacts likely secrets (PEM keys, JWTs, GitHub/AWS tokens, api_key=/token=/secret= assignments) from a diff before it reaches a model provider (ISSUE-47, PR-58 by @exactml)

Improvements

📖 Full details: CHANGELOG.md