Skip to content

v1.0.0 - First Stable Release

Choose a tag to compare

@bb-amir bb-amir released this 13 May 09:46
· 210 commits to main since this release
fe39713

🎉 First Stable Release

This is the first stable release of Baloo, the AI-powered code review GitHub App.

🚀 Features

  • Automated PR reviews using Claude (Sonnet, Haiku, Opus) and Gemini
  • Agentic code review with file reading and grep capabilities
  • Severity-based routing (CRITICAL/HIGH → review comments, MEDIUM → Checks API)
  • Multi-model support with automatic fallback
  • Discussion thread tracking across PR iterations
  • FP verification to reduce false positives
  • Optional fidelity analysis against design plans
  • Dashboard for review history and cost tracking

🐛 Recent Improvements

  • Added comprehensive stderr logging for PI agent debugging (#39)
  • Completed environment variable documentation (#40)
  • Added Support section to README (#42)
  • Changed Docker builds to release-based workflow (#45)

📦 Docker Images

This release publishes Docker images to GitHub Container Registry:

  • ghcr.io/blue-bear-security/baloo-bear:latest
  • ghcr.io/blue-bear-security/baloo-bear:1.0.0

📖 Documentation

See the README for installation and usage instructions.