🆕Changelog
Building the best AI code review tool for developers
Looking for older updates? You can find them on our Previous releases page.
AI Architect - 8th Jul 2026
New feature
AI Architect MCP now supports GitHub Copilot CLI and OpenAI Codex CLI: The automated MCP installer detects both terminal agents and configures them automatically, alongside the IDEs it already supports.
Developers who work primarily from the command line now query the same knowledge graph that grounds technical design in Jira, answers questions in Slack, and drives code review across Git providers, so the context behind every query stays consistent no matter which surface a team works from.
AI Architect - 30th Jun 2026
New feature
Setting up AI Architect on Bito Cloud is now fully self-serve: Connect your Git provider, select your repositories, and Bito instantly starts building a knowledge graph of your codebase — so your team can get up and running in minutes.
Once your repositories are indexed, connect AI Architect to your coding agents (Claude Code, Cursor, Windsurf, and more), Jira, Linear, Slack, Confluence, and other tools your team already uses — so the same knowledge graph informs coding, planning, design, and review all in one place.
To get started:
Sign up for Bito Cloud and create a workspace
Connect your Git provider — GitHub, GitLab, Bitbucket, or Azure DevOps
Start your 14-day free trial from the left sidebar — no credit card required
Click Set up AI Architect, select your repositories, and click Index selected repositories

AI Architect - 17th Jun 2026
New feature
Conversational learning from Slack and Jira: When you correct Bito or explicitly flag feedback in a Slack thread or Jira comment, Bito captures that input and feeds it into the knowledge graph. The next time anyone on the team asks a related question or Bito generates a plan, it applies what it learned.
Learn more (Slack)Learn more (Jira)
AI Architect - 11th Jun 2026
New feature
Azure DevOps support for self-hosted AI Architect: Self-hosted AI Architect deployments now support Azure DevOps as a Git provider. You can connect your Azure DevOps repositories during setup and index them to build the knowledge graph, just like GitHub, GitLab, and Bitbucket.
New diagnose command for faster support: A new built-in diagnostic tool makes it easier to get help when something goes wrong with self-hosted AI Architect. Running bitoarch diagnose performs a live health sweep across all services and, optionally, bundles logs, service status, configuration (with secrets redacted), database health, and indexing state into a single shareable archive — ready to send to the Bito support team. The command auto-detects whether you're running Docker Compose or Kubernetes.
AI Architect - 10th Jun 2026
New feature
Unified code review skill — review code from Slack: A new bito-code-review skill handles every review target — PRs, MRs, branches, commits, commit ranges, local changes, specific files, and diff files — and returns severity-rated findings with file:line evidence and cross-repo impact.
Works in Slack and in your coding agent (Claude Code, Cursor, GitHub Copilot, Windsurf, Junie).
Create merge / pull requests directly from Slack: Bito can now open MRs and PRs for you on GitHub, GitLab, and Bitbucket (cloud and self-hosted), with title, description, and ticket references filled in automatically. Smart template detection, draft MR support, and duplicate-MR guards are included out of the box.
Smarter thread context in Slack: When you ask about "this thread", Bito now scopes its context to thread messages only — no more unrelated channel history mixed in. Each message also carries a permalink so Bito can reference specific messages directly.
AI Architect - 8th May 2026
New feature
AI Architect now works with Linear: Connect your Linear workspace in one click and AI Architect will automatically or on-demand analyze your issues — posting feasibility assessments, technical designs, and story breakdowns as comments, grounded in your codebase, business context, and tribal knowledge.
Bito MCP installer now auto-updates agent skills and guidelines: Your AI Architect skills and guidelines files now stay in sync with Bito automatically, no more re-running the install script when we ship updates. After a one-time reinstall, the updater runs daily and on every Claude Code session start, across macOS, Linux, and Windows.
To get started, run the installer once using the guide below.
AI Architect - 24th Apr 2026
New feature
Chat with Bito directly in Slack DMs: You can now message Bito AI Assistant one-on-one in Slack, just like you would a teammate. In a 1:1 DM with Bito, every message you send goes straight to the bot without needing to mention @Bito. It's the fastest way to get a quick code review, ask a technical question, or think through a problem without the noise of a shared channel.
You can also bring Bito into a group DM when collaborating with teammates. Just make sure to add Bito at the time of creating the group, and mention @Bito only when you want it to respond.
AI Architect - 23rd Apr 2026
New feature
Knowledge graph now includes Git commit history: AI Architect's knowledge graph can now be enriched with your repository's commit history, surfacing deeper signals like change patterns, code hotspots, and how your architecture has evolved over time.
Combined with the existing Knowledge Graph, which already understands your codebase, Jira tickets, Confluence documentation, and observability data, this makes architecture queries, technical reviews, and design decisions even more contextual and accurate.
Git history enrichment is available on demand; contact us at support@bito.ai to get it enabled for your workspace.
AI Architect - 20th Apr 2026
New feature
Introducing 3 new agent skills: AI Architect now includes three new agent skills that take you from a technical plan all the way to reviewed, production-ready code — without leaving your workflow:
bito-plan-to-agent-spec— Transforms your implementation plans into precise, self-contained workstream specs that any coding agent can execute reliably.bito-agent-spec-executor— Runs those specs step by step, with built-in verification gates and a two-stage review covering both spec compliance and code quality.bito-commit-review— Catches bugs and cross-repo impact before you commit, so issues never make it upstream.
All three agent skills can be triggered from your coding agents, Jira, or Slack.
AI Architect - 15th Apr 2026
New feature
Introducing Bito AI Assistant for Slack: Get instant answers grounded in your team's codebase, tickets, and docs right where you work. Bito reads full thread context, auto-pulls details from Jira and Confluence when you reference them, analyzes shared files and code, and can even create branches and implement code changes directly from your Slack discussions.
To get started:
Install the app: bitoaiassistant.bito.ai/slack/install
Invite Bito to your channels by typing
@Bitofollowed by your query.
AI Architect - 8th Apr 2026
New feature
SSO authentication for AI Architect MCP: AI Architect MCP now supports Single Sign-On authentication through your organization's identity provider. Instead of sharing static access tokens across your team, users authenticate through your existing IdP — eliminating security risks from shared credentials, impossible-to-audit access, and difficult token rotation.
SSO is available for both Bito-hosted and self-hosted AI Architect deployments.
AI Architect - 23rd Mar 2026
New feature
AI Architect now works inside Jira: Planning a feature means someone has to assess feasibility, design the approach, and break down the work — before coding can even start. AI Architect now does this inside Jira.
When an Epic or Story is created, it automatically posts a plan (feasibility assessment, technical design, story breakdown, etc.) as a comment, grounded in your codebase and enriched by your Jira operational history (including past decisions, incident patterns, and system behavior).
AI Code Review Agent - 11th Feb 2026
New feature
Confluence integration: Bito now pulls information from your linked Confluence pages for pull request validation. This means your AI code reviews get richer context — like edge cases, design decisions, or test scenarios — so reviews are more accurate and always aligned with your requirements.
AI Code Review Agent - 19th Jan 2026
New feature
Introducing AI Code Reviews in CLI: Get AI-powered code reviews directly in your terminal. Catch security vulnerabilities, bugs, and performance issues early – before they reach production.
Integrate seamlessly into your CI/CD pipeline!
Ship code with confidence knowing critical issues are caught early when they're cheapest to fix.
AI Architect - 12th Jan 2026
New feature
Kubernetes deployment support: AI Architect now supports Kubernetes deployment alongside Docker Compose. Deploy to your existing K8s cluster to leverage enterprise orchestration, advanced scaling capabilities, and seamless integration with your containerized infrastructure.
AI Architect - 11th Dec 2025
New feature
Introducing Bito's AI Architect: AI Architect builds a knowledge graph of your codebase — from repos to modules to APIs — delivering deep codebase intelligence to the coding agents you already use (e.g. Claude Code, Cursor, Windsurf, GitHub Copilot, and more).
Get production-ready code in one shot, faster issue triaging, consistent design adherence, and smarter code reviews powered by deep understanding of your architecture, services, and patterns.
Getting started:
Download and install Bito's AI Architect — Get AI Architect from GitHub, run the setup script to connect your Git provider and LLMs, then index your repositories to build the knowledge graph
Connect your coding agent — Configure the MCP server in your preferred AI coding agent:
Try Bito's AI ArchitectRead documentationWatch demo
AI Code Review Agent - 10th Nov 2025
New feature
Repository-level Agent settings with .bito.yaml: You can now customize AI Code Review Agent behavior for individual repositories using a .bito.yaml configuration file. This gives teams the flexibility to define repository-specific review settings, coding guidelines, and preferences while admins maintain centralized oversight and visibility from the Bito dashboard.
Billing and plan updates - 5th Nov 2025
New Professional plan and annual billing options: We've introduced a new Professional Plan ($20/month per seat, billed annually) designed for growing teams that need advanced capabilities beyond our Team Plan.
Additionally, annual billing is now available across all paid plans at a discounted rate.
Our updated plan structure:
Team: $12/month per seat (billed annually) or $15/month per seat (billed monthly)
Up to 25 seats per team
Professional: $20/month per seat (billed annually) or $25/month per seat (billed monthly)
Unlimited seats
Enterprise: Contact us for custom pricing
AI Code Review Agent - 3rd Nov 2025
New feature
Project-aware code reviews: The AI Code Review Agent now reads and uses guideline files that are commonly used by AI coding agents like Cursor, Windsurf, and Claude Code.
Simply add guideline files (.cursor/rules/*.mdc, .windsurf/rules/*.md, CLAUDE.md, GEMINI.md, or AGENTS.md) to your repository, and the agent automatically applies your project's standards when reviewing pull requests.
Bito comments based on these guidelines include a citation linking to the specific guideline, so you can see exactly which rule triggered the feedback.
AI Code Review Agent - 3rd Oct 2025
New feature
Support for Perforce and SVN: The Bito IDE extension now supports AI code reviews for projects using Perforce and SVN, in addition to Git. This means developers working in enterprise or legacy environments can get the same automated code insights and faster feedback without needing to switch tools or workflows.
New review option uncommittedchanges: You can now review all uncommitted changes in one go, including both local (unstaged) changes and staged changes. This makes it easier to spot issues across your entire workspace, helping you fix problems earlier and keep your commits clean.

AI Code Review Agent - 19th Sep 2025
New feature
Simplified Bitbucket integration: Say goodbye to API tokens! We've completely streamlined your Bitbucket integration experience. Instead of manually creating API tokens and filling out forms, you can now connect Bito to Bitbucket with just a few clicks by installing the Bito app directly.
It's faster, more secure, and eliminates all the tedious setup steps.
Check out our updated setup guide to get started.

AI Code Review Agent - 11th Sep 2025
New feature
Introducing Jira integration: Bito now automatically validates your pull requests against Jira ticket requirements, ensuring your code changes align perfectly with project specs.
Reviewers no longer need to manually cross-check tickets and code — they can see requirement coverage at a glance.
To get started, simply connect Bito with Jira and reference your Jira tickets in pull request titles, descriptions, or branch names.
Learn more about Jira Integration


AI Code Review Agent - 9th Sep 2025
Important update
Bitbucket integration now uses API tokens: Bitbucket has announced the deprecation of app passwords to enhance security across their platform. Starting September 9th, 2025, no new app passwords can be created, and existing app passwords will stop working entirely on June 9, 2026.
What's changing: We've updated Bito to support Bitbucket's new API token authentication method. This transition ensures your Bitbucket integration remains secure and functional beyond the deprecation timeline.
What you need to do: If you're currently using app passwords for your Bitbucket integration, you'll need to switch to API tokens.
Check out our updated setup guide to get started.

AI Code Review Agent - 8th Sep 2025
New feature
Pull request and issue-level analytics: We're excited to introduce the PR Analytics dashboard – a powerful new addition to Bito's Code Review Analytics that gives you granular visibility into individual pull request performance and issue-level insights.
See exactly how many issues were found in each pull request.


Last updated

