🩺 First public release of naoru — when your CI fails, it reads the failed logs + your PR diff, finds the root cause, and comments the fix on the pull request.
Highlights
- Multi-LLM: Anthropic, OpenAI, OpenRouter, xAI (Grok), Groq, or any OpenAI-compatible endpoint
- GitHub Action + Docker CLI — also runs in GitLab dind, Jenkins, or locally via
ghcr.io/clouddrove/naoru - Sticky PR comment — updates in place, never spams
- Fail-safe — comment-only, never fails your build
- node24 runtime, structured tool-call output, proper run-log unzip
Quickstart
- uses: clouddrove/naoru@v0
with:
api-key: ${{ secrets.ANTHROPIC_API_KEY }}
provider: anthropicSee the README for setup and the provider table.