naoru v0.0.2
🩺 naoru v0.0.2 — bug fixes from live end-to-end testing across JS, Docker, and Terraform failures.
Fixes
- Diff size guard — PR diffs no longer ship generated bundles (
dist/, lockfiles, minified) and are hard-capped, preventing LLM context-length errors on large PRs. - OpenRouter default model — updated to a current, valid id (
openai/gpt-4o); the old default returned 404. - Proper run-log unzip + failed-job filtering (carried from v0.0.1 work).
Verified live
Diagnosed real failures end-to-end via OpenRouter: JS TypeError, Docker (apt-get on Alpine), and Terraform (validate unsupported argument) — correct root cause + fix each time.