Skip to content

naoru v0.0.1 — AI CI Doctor

Pre-release
Pre-release

Choose a tag to compare

@clouddrove-ci clouddrove-ci released this 12 Jun 12:28

🩺 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: anthropic

See the README for setup and the provider table.