Skip to content

v0.3.0

Choose a tag to compare

@steipete steipete released this 18 May 05:26
· 255 commits to main since this release
v0.3.0
e7e7a39

npm

Proof

Changes

  • Added a pi provider for routing review, fix, revalidate, and agent map through the pi coding agent in non-interactive print mode, thanks @danielmarbach.
  • Added deslopify review mode and ranked maintainability/performance report clusters for repeated cleanup patterns, thanks @mbelinky.
  • Fixed clawpatch review --since to review all touched features by default instead of silently applying the normal single-feature limit.
  • Added --skip-git-repo-check for Codex-backed map, review, fix, and revalidate commands so initialized non-Git roots can run Codex, thanks @im-zayan.
  • Added explicit Codex reasoning effort selection via --reasoning-effort, CLAWPATCH_REASONING_EFFORT, and provider config, with doctor reporting the active setting.
  • Added CLAWPATCH_CODEX_SANDBOX for overriding Codex provider sandbox mode when the host already provides isolation, thanks @IAMSamuelRodda.
  • Added clawpatch review --prompt-file to append extra reviewer guidance from a file or stdin, thanks @dpdanpittman.
  • Added clawpatch review --export-tribunal-ledger to emit review findings as JSONL for downstream ledger ingestion, thanks @dpdanpittman.
  • Added deterministic Express, Fastify, and Hono route mapping for Node projects, thanks @rohitjavvadi.
  • Fixed Express route mapping to recognize aliased Router factories from imports, CommonJS destructuring, and direct assignments, thanks @rohitjavvadi.
  • Added conservative Django urls.py route mapping for path, re_path, and legacy url declarations, thanks @rohitjavvadi.
  • Added first-pass Elixir Mix/Phoenix mapping for project metadata, contexts, Phoenix web slices, runtime config, Ecto migrations, project scripts, ExUnit tests, and Mix validation defaults, thanks @tears-mysthrala.
  • Improved Kotlin JVM and Android semantic role mapping for Gradle projects, including Android plugin aliases, local type handling, comment/string parsing, and role fallback edges, thanks @mrmans0n.
  • Added C#/.NET detection, conservative dotnet build / dotnet test defaults, ASP.NET Core route mapping, C#/F#/Visual Basic source groups, and .NET test-project mapping including TUnit, thanks @SimonGuldager with ideas from @danielmarbach.
  • Fixed .NET mapping to avoid including NuGet.config in review context and to reject stale or commented solution project entries when choosing validation defaults.
  • Improved Node workspace mapping with richer package overview features, generic extension package context, semantic large-source splits, and stricter generated/build ownership hygiene.
  • Fixed agent mapper inventory to honor Git ignored files, nested worktrees, and configured include/exclude filters, thanks @amiable-dev.
  • Fixed provider commands with relative --root paths by canonicalizing explicit roots before invoking Codex or other providers.
  • Improved Codex provider failures for missing Responses API write scope with direct credential and scope guidance.
  • Improved clawpatch fix handoff context and patch-attempt changed-file auditing for dirty-worktree fixes.
  • Fixed docs search matching, empty-state display, and mobile sidebar navigation, thanks @cloudsolutiongmbh.