Features
- Databricks AI Gateway as an agent provider (#228) — Baloo can now run reviews through a Databricks-hosted model endpoint alongside Anthropic and Bedrock.
- Databricks misconfiguration surfaced at startup (#230) — a bad or incomplete gateway config fails loudly on boot instead of at first review, and env-only settings are labelled as such in the dashboard.
Fixes
- Review findings no longer silently lost (#233) — three separate paths could drop findings between the agent and the PR, producing a review that looked clean because nothing was posted.
- Never approve a PR when the review agent failed (#224) — an agent error no longer falls through to an approval.
- Documentation drift prompt kept inside the context window (#232) — the drift prompt embedded the PR diff twice, unbounded, so large PRs failed with
Prompt is too long. The diff is now capped and de-duplicated.
Maintenance
- Dependency and CI action bumps: mako, setuptools, python, astral-sh/setup-uv, docker/setup-buildx-action, github/codeql-action, and the
extensions/npm deps (#211, #212, #216, #217, #221, #223, #225, #226, #227).
Container image
ghcr.io/bluebear-io/baloo-bear:2.3.0
ghcr.io/bluebear-io/baloo-bear:latest