Skip to content

v0.4.0 — Enrich: AI explanations, auto-fix, and fix PRs

Latest

Choose a tag to compare

@jaysonsantos05 jaysonsantos05 released this 10 Jun 02:05
· 9 commits to main since this release
973f666

Changelog entry:

[0.4.0] - 2026-06-10

Added

  • Enrich surface — runs trustabl enrich after the scan to generate AI
    explanations and exact code fixes for each finding (BYOK via llm-key)
  • auto-enrich — applies AI-generated fixes directly to source files
  • create-fix-pr — commits patches on a new branch and opens a PR for
    human review; fix PR URL appears in the Step Summary and sticky PR comment
  • enriched.json included in the artifact when enrich runs
  • llm-provider input for future multi-provider support (default: anthropic)
  • enrich-model input to override the Claude model (default: claude-haiku-4-5)
  • enrich-rules input to filter enrichment to specific rule IDs
  • New outputs: enrich-json-file, fix-pr-url