> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

This changelog provides a chronological record of changes to Qodo, including new features, improvements, and bug fixes. Each version is grouped first by release number and then by release date so developers, teams, and stakeholders can easily see what has changed. For a quick overview of key updates and highlights, see our [What’s New](/qodo-documentation/whats-new) page.

<Update label="Qodo 2.7" description="29 Jul 26">
  ### Highlights

  * **PR history indexing**: See indexing progress for each repository's pull request history, and which learning features it has unlocked, from the Repositories page and its repository sidebar. The PR history indexing powers [Rule Miner](/governance/rule-enforcement/rule-miner) and [Relevance](/code-review/relevance).\
    For more information, see [Manage repositories](/governance/repositories/manage-repositories#pr-history-indexing).

  ### Feature enhancements

  * **GitLab installation wizard improvements**: Installing Qodo on GitLab is now a more seamless experience, connecting all your groups and projects in one step and automatically matching access token instructions to your GitLab Server version.\
    For more information, see [Install Qodo on GitLab](/install-and-configure/install/gitlab/install-qodo-on-gitlab).

  * **Bulk actions for repositories**: Enable or disable code review for multiple repositories at once, directly from the Repositories page.\
    For more information, see [Manage repositories](/governance/repositories/manage-repositories#manage-code-review-in-bulk).

  * **Outdated finding state**: A new **Outdated** label now surfaces next to a finding that's no longer relevant because the underlying code changed.\
    For more information, see [View all findings in your organization](/governance/view-all-findings-in-organization#finding-states).

  ### Research Preview

  * **Review effort mode**: Automatically matches review depth to the risk of each change, reducing review time for low-risk updates while applying deeper scrutiny to higher-impact changes. You can also configure a fixed review mode for a repository. For more information, see [Optimize AI effort with Review effort mode](/code-review/use-qodo-in-prs/control-review-effort).
</Update>

<Update label="Qodo 2.6" description="15 Jul 26">
  ### Highlights

  * **Support for IdP-initiated SSO login**: Added support for IdP-initiated login, letting users launch Qodo directly from their identity provider portal (such as Microsoft Entra ID or Okta), without visiting the Qodo sign-in page first.\
    For more information, see [Configure Single Sign-on (SSO)](/account-management/single-sign-on-sso).

  * **Grant edit permissions**: Extended edit access beyond organization admins to team owners or members, for more granular control over who can edit the Configuration, Review standards, Integrations, and Repositories pages.
    For more information, see [Configure Qodo using the portal](/install-and-configure/configuration-overview/portal-configuration#account).

  ### Feature enhancements

  * **Bulk actions for skills, rules, and suggestions**: Added bulk actions for skills, rules, and suggestions, enabling you to activate, deactivate, accept, or dismiss them all at once, or define scope for skills and rules in bulk.\
    For more information, see [Manage skills across repositories](/governance/manage-skills-across-repositories#manage-skills-in-bulk) and [Generate and manage rules](/governance/rule-enforcement/generate-and-manage-rules#manage-rules-in-bulk).

  * **Native PR review time estimate label**: Publish the PR summary's estimated review time (for example, "10-20 Minutes") as a native label on the pull request, visible in your Git provider's pull request list.\
    For more information, see [Generate a PR summary](/code-review/pr-summary).

  * **Edit rule and skill scope from the side panel**: Enhanced the rule experience, allowing you now to edit rule and skill scope directly from the side panel, choosing Global or Specific repositories for a single rule or skill.\
    For more information, see [Generate and manage rules](/governance/rule-enforcement/generate-and-manage-rules#anatomy-of-a-rule) and [Manage skills across repositories](/governance/manage-skills-across-repositories#manage-repository-assignments).

  * **PR history support extended to multi-tenant**: PR history uses past pull requests to help evaluate whether a code review finding is likely relevant, now available for multi-tenant customers too (GitHub and GitLab).\
    See [PR history](/core-concepts/pr-history).

  * **Save button in the Configurations page**: Configurations page changes now require an explicit **Save**, with **Reset** alongside it, replacing the previous autosave behavior.\
    For more information, see [Configure Qodo using the portal](/install-and-configure/configuration-overview/portal-configuration).

  * **CSV export from the Findings page**: The Export CSV option has been removed from the Findings page.

  ### Research Preview

  * **REVIEW\.md instructions**: Customize code reviews by defining repository-specific guidelines in a `REVIEW.md` file. Qodo uses these instructions to tailor review feedback, prioritize findings, and reduce noise across pull requests. For more information, see [Apply REVIEW.md instructions to code review](/governance/use-review-md).
</Update>

<Update label="Qodo 2.5" description="30 Jun 26">
  ### Highlights

  * **Automatic cross-repository discovery (Beta)**: Qodo now discovers the relationships between your repositories automatically, so cross-repository review works without mapping dependencies by hand.\
    For more information, see [Cross-repository code review](/governance/cross-repo-code-review).

  ### Feature enhancements

  This release includes improved and additional configurations that give you more control over how reviews run and how findings are presented, all from the Configurations page in the Qodo portal.

  #### Code review experience enhancements

  * **Control review verbosity**: New Verbosity settings on the Display preferences tab control how findings are surfaced:

    * **View more**: Controls how findings in lower action levels collapse in the summary comment.
    * **Action level routing mode**: Sets where findings appear for all action levels at once, or select **Custom** to configure each action level individually.
    * **Per-action-level routing**: In **Custom** mode, routes each action level (Action Required, Review Recommended, and Informational) to inline, the summary, both, or dropped.

    For more information, see [Control review verbosity](/code-review/review-verbosity).

  * **Per-finding verbosity**: For each part of a finding (description, code, recommendation, evidence, and agent prompt), select whether it's hidden, shown collapsed, or shown expanded in the pull request comment. This replaces the earlier Finding expansion setting.

  * **Comment location for the PR summary**: Determine where Qodo publishes the PR summary, as a standalone comment, in the native pull request description, or dynamically.

  * **Show images and animations**: A new global setting to enable or disable Qodo's illustrations and animations in the loading and empty state review comments.

  #### Account management permissions enhancements

  * **Invite-only mode**: When enabled, only invited users receive Qodo's review feedback on their pull requests, so other users are silently skipped. Useful for staged rollouts.
  * **Team owner edit permissions**: Organization admins can grant team owners org-admin-level access to the Configuration, Review standards, Integrations, and Repositories pages, so they can manage their team's review governance without being full organization admins.

  For more information, see [Configure using the Qodo portal](/install-and-configure/configuration-overview/portal-configuration).

  ### Research Preview

  * **Spec agents**: Reviews pull requests against linked specification documents to verify that implementation matches documented requirements. Identifies missing requirements, incomplete implementations, and deviations from the intended design before code is merged. For more information, see [View requirement gaps in findings](/code-review/view-requirement-gaps-in-findings).

  * **Design review agent**: Reviews pull requests against linked Figma designs and design system components to verify that UI implementations match approved designs. Identifies UX deviations, missing design requirements, and design system inconsistencies before code is merged. For more information, see [View UX deviations in findings](/code-review/view-ux-deviations-in-findings).
</Update>

<Update label="Qodo 2.4" description="16 Jun 26">
  ### Highlights

  * **Cross-repository code review (Beta) (Multi-tenant, Single-tenant)**: Detect breaking changes across repository boundaries before they reach production. Relationships between repositories are defined manually, and Qodo automatically reviews every relevant pull request for cross-repository impact, across Git providers.\
    For more information, see [Cross-repository code review](/governance/cross-repo-code-review).

  * **Rule Miner: generate rules from pull request history (Beta) (Multi-tenant, Single-tenant)**: Rule Miner automatically discovers recurring review patterns from your organization's pull request history and generates rules from them, turning repeated feedback into enforceable standards.\
    For more information, see [Generate rules from pull request history](/governance/rule-enforcement/rule-miner).

  * **Centrally manage rule-related skills across repositories (Beta)**: Administrators can centrally manage rule-related skills across repositories from the **Skills** page in the Qodo portal. The experience provides visibility into discovered review standards, repository coverage, rule activity, and detected violations, helping teams enforce coding, security, compliance, and architectural standards at scale.\
    For more information, see [Manage skills across repositories](/governance/manage-skills-across-repositories).

  * **Enhanced Conversational Chat in pull requests (Beta)**: Have contextual, natural-language conversations with Qodo anywhere in a pull request by addressing it with the keyword `qodo` (or `@qodo` / `/qodo`) to explain findings, dismiss them, and discuss suggestions.\
    For more information, see [Conversational chat](/code-review/conversational-chat#use-conversational-chat-in-pull-requests).

  * **Introducing the Research Preview program**: A program intended for exploring features that are under active development. These features let you try new capabilities and share feedback before broader release, and are clearly identified throughout the documentation. Features leave the program once they advance to Beta or General Availability.\
    For more information, see [Qodo Research Preview program](/preview-research-program).

  ### Feature enhancements

  * **Redesigned Configurations page in the Qodo portal**: The Configurations page is reorganized into five tabs, Code review, Display preferences, Remediation, Custom instructions, and Account, making settings easier to navigate and manage.\
    For more information, see [Configure using the Qodo portal](/install-and-configure/configuration-overview/portal-configuration).

  * **Repository-level configuration in the Qodo portal**: Configure review settings at the repository level directly from the Configurations page. Organization defaults apply unless overridden at the repository level.\
    For more information, see [Configure using the Qodo portal](/install-and-configure/configuration-overview/portal-configuration).

  ### Research Preview

  * **Remediation agent**: Automatically applies fixes for review findings that match your configured severity threshold, creates a new branch, and opens a separate remediation pull request with the proposed changes. For more information, see [Remediate findings in your pull request](/code-review/remediate-findings-in-prs).
</Update>

<Update label="Qodo 2.3.4" description="10 Jun 26">
  ### Feature enhancement

  * **Improved PR summary with full-codebase context**

    Qodo now analyzes the full codebase to generate a structured PR summary automatically when a pull request is opened. The summary includes PR tags, estimated review time, an architecture diagram, and a high-level assessment, giving reviewers full context before they look at a single line of code. See [Generate a PR summary](/code-review/pr-summary).
</Update>

<Update label="Qodo 2.3.3" description="4 Jun 26">
  ### Feature enhancements

  * **New centralized Repositories page (Beta)**

    Added the **Repositories** page allowing you to view and manage your Git installations and repository connections from a central location. For more information, see [Manage code review across repositories](/governance/repositories).

  * **Extended wizards for seamless Qodo installation on Git providers**

    As part of Qodo's initiative to simplify onboarding and bring feature parity across Git providers, Qodo continues to expand its series of guided installation wizards.

    * [GitLab Cloud: multi-tenant](/install-and-configure/install/gitlab/install-qodo-on-gitlab)

    - [GitHub Cloud: multi-tenant](/install-and-configure/install/github/qodo-multi-tenant)
    - [GitHub: single-tenant and Enterprise Server](/install-and-configure/install/github/qodo-single-tenant)

  * Added `/agentic_describe` to the PR summarization commands that automatically generates a structured summary of the pull request.
</Update>

<Update label="Qodo 2.3.2" description="27 May 26">
  ### Feature enhancement

  * **Added **Conversational Chat** to pull requests (Alpha) (GitLab, GitHub, Azure DevOps)**: You can now interact with Qodo directly inside your pull requests.\
    For more information, see [Conversational chat](/code-review/conversational-chat#use-conversational-chat-in-pull-requests).
</Update>

<Update label="Qodo 2.3.1" description="20 May 26">
  ### Feature enhancement

  * **Added a **Live Preview** pane to the **Configuration page** in the Qodo portal (Beta)**: This view provides a real-time visual of how their review comments will appear in the target Git provider.\
    For more information, see [Live Preview Pane](/install-and-configure/configuration-overview/portal-configuration#display-live-preview).
</Update>

<Update label="Qodo 2.3" description="13 May 26">
  ### Highlights

  * **Added the **Findings page** to the Qodo portal (Beta)**: A centralized view of all PR findings across repositories. Team leads and engineering managers can browse, filter, and track findings across all pull requests and monitor code quality trends with 30-day analytics.\
    For more information, see [View and analyze cross-organization PR findings](/governance/view-all-findings-in-organization).

  {/* - **Rule miner**: TODO: add description and link: Hila: do not mention at this stage, still in alpha */}

  #### Feature enhancements

  **Rules page in the Qodo portal**

  * Added Source filtering, allowing rules to be filtered by origin.
  * Added a sticky Rule name column to keep rule names visible while scrolling.
  * Improved table usability for a smoother experience when working with rules.

  For more information, see [Generate and manage rules](/governance/rule-enforcement/generate-and-manage-rules).

  **Rule System**

  * Added support for scanning all files in the Skills directories (e.g. `skills/<skill-name>/SKILL.md`) and in the `.cursor/rules/` directory (including `.cursorrules` and `.mdc` files) for automatic rule discovery and import. For more information, see [Rule enforcement](/governance/rule-enforcement/onboarding#supported-file-names-and-types).
</Update>

<Update label="Qodo 2.2.1" description="28 Apr 26">
  ### Feature enhancement

  #### Introducing wizards for seamless Qodo installation on Git providers

  As part of Qodo's initiative to simplify onboarding and bring feature parity across Git providers, Qodo continues to expand its series of guided installation wizards.

  * **Bitbucket Cloud installation wizard**: A guided installation wizard is now available for Bitbucket Cloud, supporting multi-tenant and single-tenant deployments. For more information, see [Install Qodo on Bitbucket Cloud](/code-review/get-started/install/bitbucket/bitbucket-cloud).
  * **Azure DevOps installation wizard**: A guided installation wizard is now available for Azure DevOps, supporting multi-tenant and single-tenant deployments. For more information, see [Install Qodo on Azure DevOps](/code-review/get-started/install/azure-devops).
</Update>

<Update label="Qodo 2.2" description="11 Mar 26">
  #### New features

  * **PR history–based relevance section** (GitHub, Enterprise, Single-tenant deployments, Beta): Added a Relevance section to code review findings that links to similar past PRs and indicates whether issues are likely relevant based on how similar findings were handled previously.
  * **GitHub installation wizard** (single-tenant deployments): Introduced a new guided GitHub installation wizard to streamline setup and deliver a more frictionless onboarding experience for single-tenant deployments.
  * **Qodo portal configuration page**: Added a new Configuration page in the Qodo portal for managing organization-wide review settings.
  * **Self-review acknowledgment for PR reviews** (GitHub): Added support for author self-review in PRs, allowing authors to acknowledge Qodo findings via a checkbox and optionally add Qodo as a reviewer to enable merging.

  #### Improvements

  **Rules page in the Qodo portal**

  * Added Passed, Detected violations, and Merged violations insights directly in the Rules table, with support for sorting by these metrics.
  * Added a Source column to display the origin of each rule directly in the table.
  * Added a Scope column showing where the rule is applied, with hover support to view the full list of organizations and repositories.
  * Added scope filtering, allowing rules to be filtered by selected repositories.

  **IDE Extension**

  * Code review experience for committed and uncommitted changes.
  * New welcome screen introducing the review-first experience and setup guidance.
  * Integration with external CLI-based coding agents: Claude Code, Codex, Cursor CLI, and custom CLI-based agents.
  * Ability to resolve review findings directly using connected CLI agents.

  **Updated:** Qodo is transitioning from a code generation tool to a code review agent. This change is now applied to Free users. Teams users will transition to a review-only experience by the end of March 2026.
</Update>

<Update label="Qodo 2.1" description="17 Feb 26">
  #### **Rule System** (Beta, currently supported for GitHub single and multi-tenant only.)

  * Rule System for centralized standards management and enforcement
  * Automatic conversion of existing rule files into structured standards
  * Rule generation from natural language
  * Automatic rule discovery from codebase and PR history
  * Scoped enforcement at organization and repository levels
  * Rule health management including duplicate and conflict detection
  * Rule adoption and violation metrics
  * In context rule enforcement during pull request review

  #### Azure DevOps Integration

  * Native Azure DevOps integration for Enterprise customers
  * AI powered pull request reviews inside Azure DevOps
  * Ticket compliance checks using Azure Boards work items
  * Repository and project level configuration
</Update>

<Update label="Qodo 2.0" description="4 Feb 26">
  #### **Agentic Code Review**

  This feature is generally available (GA).

  * Next generation agentic PR review with multi agent architecture
  * Full repository context and PR history analysis
  * Prioritized findings with structured remediation guidance
  * Higher precision and recall
  * Review experience focused on critical issues over noise
</Update>

<Update label="Qodo 1.7" description="21 Oct 25">
  * **New:** Local Review – review your local changes before commit with categorized insights and quick fixes
  * **Removed:** Standard Mode (deprecated)
  * **Updated:** New Welcome Screen with quick access to top workflows
</Update>

<Update label="Qodo 1.6.35" description="29 Sep 25">
  * Bug fixes and performance improvements
</Update>

<Update label="Qodo 1.6.34" description="25 Sep 25">
  * Add new custom MCP to all workflows by default
  * Bug fixes and performance improvements
</Update>

<Update label="Qodo 1.6.33" description="11 Sep 25">
  * Custom MCPs are now added to all modes
  * Fixed quota usage display issues
  * Added `agent.md` support
</Update>

<Update label="Qodo 1.6.32" description="11 Sep 25">
  #### Bug Fixes

  * Fix Qodo Aware issue in Custom Modes
  * Fix missing workflows in Windows
  * Fix close modal on logout
</Update>

<Update label="Qodo 1.6.31" description="9 Sep 25">
  * Improved error handling in new login flow
</Update>

<Update label="Qodo 1.6.30" description="9 Sep 25">
  #### New Feature

  * **File and Image Attachment Support** Users can now add files and images directly in chat. This allows providing richer context to the agent: for example:
    * Share **design images** to guide implementation.
    * Upload **CSV or PDF files** to supply data, logs, or specs.

  #### Fixes

  * Fixed quota usage display issue
  * Fixed send button not working with history messages.
</Update>

<Update label="Qodo 1.6.29" description="34 Sep 25">
  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.28" description="4 Sep 25">
  #### Features

  * Added interactive sign-in button for authentication prompts with chat panel
  * Added retry logic with exponential backoff to authentication API calls
</Update>

<Update label="Qodo 1.6.27" description="2 Sep 25">
  #### Fixes

  * Updated filesystem tool parameter descriptions

  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.26" description="21 Aug 25">
  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.25" description="20 Aug 25">
  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.24" description="19 Aug 25">
  #### Features and Improvements

  * Git Diff in Context Menu – Tag your local changes or compare branches (against `main` or any other branch). Reviewing just got faster and more intuitive.
  * Auto Approve in Chat – Automatically approving the next tools in the same chat.
  * Workflow Menu Revamp – A sleeker design with better usability for navigating and managing workflows.
  * Models Menu Update – Enterprise users no longer see credit usage, and titles have been cleaned up for clarity.
  * Smarter AutoScroller – If you scroll up during a live stream, auto-scroll won’t drag you back down until you’re ready.
  * Main Menu Upgrade – The chat’s main menu now includes MCP tools, and grouped properly for better navigation.

  #### Fixes

  * Regex Crash Resolved – In chat context menu.
  * Best Practices Workflow – Generated files now follow lowercase naming conventions consistently.
</Update>

<Update label="Qodo 1.6.23" description="17 Aug 25">
  #### Features

  * Improved login flow on VSCode.

  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.22" description="13 Aug 25">
  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.21" description="12 Aug 25">
  #### Features

  * `Auto Approve` toggle: When enabled, all tools and terminal commands in this chat session will be approved automatically
  * Updated models menu – Refreshed look & feel with clearer descriptions of credit usage for each model.
  * Standard Chat update – Revised welcome screen text to announce its **upcoming deprecation** (shown only to users with agentic chat).

  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.20" description="7 Aug 25">
  #### Features

  * Qodo Aware is now available to use in Qodo Gen! Qodo Aware is your team’s AI assistant for deep code understanding, spanning repositories, services, and history. Get fast answers or thorough multi-step reasoning without context switching. Press the **Qodo Aware** button above the chatbox to use Qodo Aware.
  * [Built-in workflows](/qodo-ide/agent/workflows) are now uneditable. If you'd like to edit a workflow, duplicate it and edit the copy.

  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.19" description="5 Aug 25">
  #### Features

  * Workflows in the workflows list now include descriptions.

  #### Bug Fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.6.18" description="30 July 25">
  * **Workflows:** Improved structure and clarity. Use slash commands like `/unit-test`, `/review`, `/fix`.
  * **Modes:** Persistent AI collaborators for tasks like coding, planning, and architecture.
  * **Share Agents:** Create, export, and share custom Workflows or Modes with your team.
  * **New:** Fully integrated **Qodo Aware**: click the eye icon to activate Ask or Deep Research agents. Tag repos for better context.
</Update>

<Update label="Qodo 1.5.12" description="21 July 25">
  #### **Fixes**

  * Improved quota bar behavior: now shows only after reaching 80%.

  #### **Improvements & Clean-up:**

  * Removed the "Generate Tests" panel and related functionality. We're removing the right-hand Test panel to reduce visual clutter and simplify your workspace. Test generation and interaction will now appear directly in the chat with the `/test` command, where they’re most relevant, helping you stay focused without losing functionality.
</Update>

<Update label="Qodo 1.5.11" description="11 July 25">
  #### **Fixes**

  * Improved error handling for quota-related issues in VSCode.
</Update>

<Update label="Qodo 1.5.10" description="10 July 25">
  #### **Features**

  * Quota information is now displayed on button click for users.
  * Enterprise users will no longer see the quota button.
</Update>

<Update label="Qodo 1.5.9" description="9 July 25">
  #### **Features**

  * Full file content is now returned when editing files, rather than only diffs.
  * Workflow now prints debug inputs for easier troubleshooting.
</Update>

<Update label="Qodo 1.5.8" description="3 July 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.5.7" description="1 July 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.5.6" description="30 June 25">
  #### **Fixes**

  * Logging and analytics improvements.
</Update>

<Update label="Qodo 1.5.5" description="26 June 25">
  #### **Features**

  * Login screen added to chat panel.
  * Show changes summary when message is manually stopped.

  #### **Fixes**

  * Removed test-only right-click panel option.

  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.5.4" description="23 June 25">
  #### **Features**

  * Git commit tracking added and integrated with analytics.

  #### **Fixes**

  * IDE now avoids unnecessary file loading when not focused.

  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.5.3" description="18 June 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.5.2" description="16 June 25">
  #### Improvements

  * Extension name shortened in VSCode
  * Error messages improvements
  * In VSCode: the "Auto commit message" button switched to the Qodo logo
</Update>

<Update label="Qodo 1.5.1" description="2 June 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.5.0" description="28 May 25">
  #### Features

  * **Terminal Agentic Tool (MCP) with command control**: The new Terminal Agentic Tool allows your local terminal to run directly within the IDE, letting developers execute tests and commands seamlessly, resulting in a more integrated and fluent development experience. You can control which terminal commands are allowed or blocked to run via chat preferences, giving you greater security and flexibility when running commands directly from the IDE.
  * **SSE MCPs**: You can now add SSE MCPs using just a URL, making the setup process more secure, faster, and easier to manage.
  * **Codebase Intelligence Agentic Tool (MCP):** Qodo Gen's agent can now use your **Company Codebase (RAG)** in **Agentic Mode**. This enables real-time code retrieval, deeper context awareness, and smarter code generation, refactoring, and debugging, all based on your actual codebase.
  * **Agentic Mode has been significantly improved** to handle more complex, multi-step tasks. It is now more dynamic and adaptable, enabling deeper interactions and more sophisticated workflows.
  * **Live diff**: View real-time changes as you request adjustments from Qodo Gen.
  * **Tooling throughout the process**: Tools are now accessible throughout the entire development process, not just at the beginning of a query. This allows for more flexibility and control as you iterate and refine your code.
  * **New and improved design**: The platform features a refreshed and improved design.
  * [**Qodo Merge**](https://www.qodo.ai/products/qodo-merge/) **Agentic Tool:** Qodo Merge, Qodo's code review tool designed to automate review workflows and elevate code quality, **is now fully integrated into Qodo Gen!** With Qodo Merge MCP, Qodo becomes a complete shift-left platform, streamlining the workflow from coding and testing to merging. The Qodo Merge Agentic Tool introduces built-in review assistance, including smart suggestions and auto-generated change descriptions directly from your diffs, helping ensure timely and high-quality code reviews.
</Update>

<Update label="Qodo 1.0.11" description="22 May 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.0.10" description="11 May 25">
  #### Features

  * **Enterprise Allow-list management MCP:** Enterprise customers can now control which Agentic Tools can be used within their organization. This is the first step toward a broader Agentic Tools Hub coming in the future!
  * **All non-enterprise features of Qodo Gen are now available to all!**
  * Improvements in chat interactions and user interface.

  #### Fixes

  * Enhanced error messaging for improved clarity.
  * General bug fixes and performance improvements.
  * Improved test reliability and consistency.
</Update>

<Update label="Qodo 1.0.9" description="28 April 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.0.8" description="24 April 25">
  #### Features:

  * **Improved Agentic Tools List UI:** It's now easier to view, add, and manage Agentic Tools. You can also add new tools directly via a script, making setup much faster for advanced users.
  * **Editor Content Persistence:** Your editor content is now saved when switching between different chat modes, preventing accidental loss of your work.

  #### Improvements:

  * **History File Location:** The History file is now named `.qodo/history` and has been moved to the user folder for better file organization. The file is named using a hash of the workspace path to ensure uniqueness.

  #### Fixes:

  * **Code Completion Preferences Cleanup:** The "User Instructions" field has been removed to simplify the Code Completion settings.
  * **Chat Mode Detection:** Fixed the logic for determining the correct chat mode when opening a new chat. This ensures the right mode is selected, even if the previous chat context was inconsistent.
</Update>

<Update label="Qodo 1.0.6" description="9 April 25">
  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 1.0.5" description="3 April 25">
  #### Bug fixes

  * Resolved an issue where the agent could become unresponsive.
  * Fixed compatibility problems with Agent Tools on Windows systems.
</Update>

<Update label="Qodo 1.0.4" description="27 March 25">
  #### Improvements

  * New welcome screen design
  * Some bug fixes and improvements
</Update>

<Update label="Qodo 1.0.3" description="19 March 25">
  #### Improvements

  * Behavior improvements.
  * Enhanced API error handling.
  * Fixed broken link in marketplace page.
</Update>

<Update label="Qodo 1.0.2" description="4 March 25">
  #### Improvements

  * Updated Marketplace page.
  * Show/hide chat history button based on context.
  * Added config file step & fixes.

  #### Bug fixes

  * Fixed login issue: clear refresh token & handle expired token.
</Update>

<Update label="Qodo 1" description="11 March 25">
  We’re thrilled to introduce **Qodo Gen Version 1**, packed with game-changing features to make your Qodo experience more intuitive than ever.

  #### New features

  * **Agentic Mode:** Choose between Standard or Agentic mode. Agentic mode is a game-changing flow of Qodo Gen Chat that dynamically uses tools to analyze requests and provide smarter, more adaptive responses.
  * **Agentic Tools (Custom MCPs):** Integrate external services like Jira with Qodo Gen using the open MCP protocol, allowing dynamic interactions with external tools.
  * **All-New Test Generation Flow in-Chat:** Creating tests is now easier with full integration into Qodo Gen Chat. Just type /test, and Qodo Gen will guide you through generating a complete test suite. You can refine tests, add cases and choose behaviors to test, all without switching tools.
  * **Artifacts:** Keep your chat clean. Open large code snippets as separate files in your IDE for easy application and comparison.
  * **Inline Context:** Quickly reference project files, functions, and classes in chat using @, improving searchability and response accuracy.
  * **Chat Preferences:** Customize commands and responses, code editor settings, code completion, and indexing for a tailored Qodo Gen experience.
</Update>

<Update label="Qodo 0.14.8" description="20 Feb 25">
  #### New features

  * Qodo rebrand: Updated logo and color scheme.
</Update>

<Update label="Qodo 0.14.7" description="9 Feb 25">
  #### Improvements

  * Enhanced analytics for better insights.
</Update>

<Update label="Qodo 0.14.1" description="29 Jan 25">
  #### Bug fixes

  * Fixed login issue affecting some users.
</Update>

<Update label="Qodo 0.14.0" description="28 Jan 25">
  #### Changes

  * Rolled back to v0.12.7 due to login issues.
</Update>

<Update label="Qodo 0.12.8" description="27 Jan 25">
  #### New features

  * Chat history now persists across IDE sessions.
</Update>

<Update label="Qodo 0.12.7" description="25 Dec 24">
  #### Improvements

  * Introduced new event structure for analytics.
</Update>

<Update label="Qodo 0.12.6" description="17 Dec 24">
  #### New features

  * Added `/help` command in chat: get information and answers to questions about Qodo Gen, taken directly from Qodo's documentation platform.
  * Added feedback buttons in chat.
</Update>

<Update label="Qodo 0.12.5" description="8 Dec 24">
  #### Improvements

  * Internal analytics enhancements.
</Update>

<Update label="Qodo 0.12.4" description="4 Dec 24">
  #### New features

  * Enabled batch processing for file indexing.
  * Added RAG tags for remote retrieval-augmented generation.

  #### Bug fixes

  * Fixed file focus issues in chat.
  * Made reference paths clickable in chat.
</Update>

<Update label="Qodo 0.12.3" description="19 Nov 24">
  #### New features

  * Clickable links added to reference links in repositories.
  * Context updates when files change.
  * Added `/generate-best-practices` command in chat.

  #### Bug fixes

  * Fixed "no content selected" error on file change.
  * README updates and improvements.
</Update>

<Update label="Qodo 0.12.2" description="4 Nov 24">
  #### New features

  * **Enhanced Model Selection**: Unleash the full potential of AI with our new model selection feature. Seamlessly switch between the world's most advanced AI models in real-time. Available Models:
    * 🧠 GPT-4.0 - The gold standard for advanced reasoning
    * 🔮 GPT-o1-preview - Enhanced reasoning and extensive knowledge base
    * ⚡ GPT-o1-mini - Lightning-fast coding specialist, optimized for efficiency
    * 🎯 Claude 3.5 Sonnet - Anthropic's latest, built for precision
    * 💫 Gemini 1.5 Pro - Google's cutting-edge multimodal AI
  * **Introducing support for best practices**: Qodo Gen now reads a `best_practices.md` file from the root of the project. when interacting with the chat, Qodo Gen takes into account those best practices when suggesting code. It currently supports all free chat and code chat commands. It does not support diff commands, advanced panel test generation, and code completion. Qodo Gen supports up to 1500 lines in the best practices file.
  * Added an option to copy messages from chat.

  #### Bug fixes

  * General bug fixes and performance improvements.
</Update>

<Update label="Qodo 0.11.2" description="28 Oct 24">
  #### New features

  * Change color to be more visible across themes

  #### Bug fixes

  * Fixed enterprise report analytics issues.
</Update>

<Update label="Qodo 0.11.1" description="18 Oct 24">
  #### Bug fixes

  * Fixed reopening free chat after closing all editors.
</Update>

<Update label="Qodo 0.11.0" description="15 Oct 24">
  #### New features

  * **Chat History:** Users can now switch between and revisit up to 20 recent chats.
</Update>

<Update label="Qodo 0.10.4" description="11 Oct 24">
  #### Bug fixes

  * Fixed Linux path issues.
</Update>

<Update label="Qodo 0.10.3" description="8 Oct 24">
  #### Changes

  * Various naming updates.
</Update>

<Update label="Qodo 0.10.2" description="30 Sep 24">
  #### Bug fixes

  * Fixed logout bug.
</Update>

<Update label="Qodo 0.10.1" description="30 Sep 24">
  #### Bug fixes

  * Fixed login lock issue after repeated failures.
</Update>

<Update label="Qodo 0.10.0" description="30 Sep 24">
  #### Changes

  * **Codiumate is now Qodo Gen!** Same features, new name.
  * **Extend Test Suite sunsetting:** The "Add more tests" inline option above generated tests, as well as the Extend Test Suite tab, will no longer be available. This change is necessary as part of Test Generation upgrading.

  #### New features

  * **Codebase Selection in Test Panel:** Enterprise RAG users can now select RAG usage.

  #### Bug fixes

  * Various bug fixes and improvements.
</Update>

<Update label="v0.9.15" description="8 Sep 24">
  #### New features

  * Added chat history to Codiumate Chat.
</Update>

<Update label="v0.9.14" description="29 Aug 24">
  #### New features

  * Added option to Add to Codiumate as context From the terminal
  * Codebase Selection: For Enterprise RAG users, you can now turn RAG usage on or off

  #### Changes

  * Codiumate Chat: Focus behavior now more intuitive
  * Improved code completion
</Update>

<Update label="v0.9.13" description="13 Aug 24">
  #### Changes

  * UI Improvements: The code snippet button has been relocated for easier access. Button labeling has been added, and action buttons are now always visible. Adjustments were made to color schemes for better visual consistency.
  * Error messages phrasing: Improved clarity in error explanations, detailing causes and necessary actions. Enhanced consistency in error message phrasing.

  #### Bug fixes

  * PHP support: Resolved an issue with the static analysis of PHP code.
</Update>

<Update label="v0.9.12" description="5 Aug 24">
  #### Changes

  * UI improvements.

  #### New features

  * Clear previously indexed context (cache) from the chat panel menu

  #### Bug fixes

  * Fixed freezing issue when chatting with small indexed snippets.
</Update>

<Update label="v0.9.11" description="28 July 25">
  #### Bug fixes

  * Increased max prefix/suffix length for code completion context.
  * Improved suffix handling in code completion requests.
</Update>

<Update label="v0.9.10" description="17 July 25">
  #### Bug fixes

  * Fixed recurring illegal line bug.
</Update>

<Update label="v0.9.9" description="16 July 25">
  #### Bug fixes

  * Fixed test panel issues.
</Update>

<Update label="v0.9.8" description="16 July 25">
  #### Bug fixes

  * Fixed `type_identifier` bug.
</Update>

<Update label="v0.9.7" description="16 July 25">
  #### Bug fixes

  * Fixed focus selection bug.
</Update>

<Update label="v0.9.6" description="15 July 25">
  #### Bug fixes

  * Fixed Java context builder.
</Update>

<Update label="v0.9.5" description="15 July 25">
  #### Bug fixes

  * Fixed illegal line bug.
</Update>

<Update label="v0.9.4" description="11 July 25">
  #### Changes

  * Improved context selection.
  * UI enhancements.
</Update>

<Update label="v0.9.3" description="11 June 25">
  #### Changes

  * UI improvements.
</Update>

<Update label="v0.9.2" description="5 June 25">
  #### Changes

  * Fixed extension uninstall event.
</Update>

<Update label="v0.9.1" description="2 June 25">
  #### Changes

  * Updated icons.
</Update>

<Update label="v0.9.0" description="30 May 24">
  #### New features

  * **New Codiumate Chat Interface:** Streamlined UI for easier navigation.
  * **Flexible Focus Selection:** Use `@` or `+` button to focus on specific code.
  * **Enhanced Context Options:** Index snippets, files, folders, or entire projects.
  * **Coding-Agent Activation:** Click the robot icon for coding assistance.
</Update>

<Update label="v0.8.10" description="23 May 24">
  #### Changed

  * Code completion enhancements
  * Added extension uninstall event

  #### Bug fixes

  * Fix: no wrap code block display in chat
  * Fix: display scrollbar for code in chat panel
  * Fix: error in thread after first message interrupt
  * Fix: formatting issues in codebase
</Update>

<Update label="v0.8.9" description="9 May 24">
  #### Bug fixes

  * Fixed performance issue
</Update>

<Update label="v0.8.8" description="7 May 24">
  #### Bug fixes

  * Fixed stopping and removing thread messages
  * Removed listener to fix slowness bug
</Update>

<Update label="v0.8.7" description="2 May 24">
  #### Changed

  * Changed the location of "Add folder to context"
  * Fixed parsing of paths on Windows
  * Improved Local RAG filtering
</Update>

<Update label="v0.8.6" description="30 April 24">
  #### Changed

  * Improved error handling in chat context reducer to provide more informative feedback on unknown actions.
  * Updated error message to advise saving file before re-selection.
  * Disabled Auto-Commands if the chat is open.
</Update>

<Update label="v0.8.5" description="17 April 24">
  #### Bug fixes

  * Normalize RAG settings key naming and change value types.
</Update>

<Update label="v0.8.4" description="17 April 24">
  #### New Features

  * Indexing Support for Folders and Files: You can now enhance your Codiumate experience by indexing entire folders or individual files. This update allows you to add your code directly as context for more precise and relevant Codiumate queries.
</Update>

<Update label="v0.8.3" description="17 April 24">
  #### New features

  * **Image Integration in Chat:** You can now paste images directly into the chat in both Free Chat and the new Coding Agent! This enhancement allows you to ask contextual questions about the images you upload. For instance, upload a design to request its HTML implementation, paste a UML diagram to have the Coding Agent plan according to it, and much more.

  #### Bug fixes

  * **Thread Response Continuity:** We've resolved a critical issue where threads would unexpectedly stop responding. You can now enjoy uninterrupted conversations without disruptions.
  * **Code Snippet Context Retention:** A bug in threads involving code snippets has been fixed. Previously, threads would lose the initial context when discussing code snippets; this issue has been addressed to ensure consistent and context-aware interactions.
</Update>

<Update label="v0.8.2" description="9 April 24">
  #### Bug fixes

  * Forward automatically triggered commands flag to the reducer
</Update>

<Update label="v0.8.1" description="4 April 24">
  #### Bug fixes

  * Fixed handling of revoked refresh tokens
  * Fixed command parsing in the chat panel
</Update>

<Update label="v0.8.0" description="4 April 24">
  #### New features

  * **Codiumate-Agent Alpha Release**: We're thrilled to announce the alpha release of our Codiumate-Agent, integrated within the VSCode extension. This marks the first introduction of our coding agent designed to assist developers in completing tasks efficiently within their projects.

  **Codiumate-Agent Highlights:**

  * **Task Specification:** Users can now write specifications for tasks directly within VSCode.
  * **Context Selection:** Offers the ability to select the relevant context for the task at hand.
  * **Automated Planning:** Codiumate-Agent can automatically write a plan based on the task specification.
  * **Code Auto-Completion:** Enhances coding efficiency by providing auto-completion for code based on the task's plan.
</Update>

<Update label="v0.7.58" description="3 April 24">
  #### Added

  * Enabling code completion when using task agent
</Update>

<Update label="v0.7.57" description="3 April 24">
  #### New features

  * Introduced Codiumate Agent Task Planner - Transform your task descriptions and contexts into a structured plan and implement with auto-complete.
</Update>

<Update label="v0.7.56" description="1 April 24">
  #### Changed

  * Fixed reading configuration file.
  * Updated docs links.
</Update>

<Update label="v0.7.55" description="28 March 24">
  #### New features

  * Added clipboard content to code completion context
  * Added Snippet types to code completion snippets
  * Added debug logs for code completion
</Update>

<Update label="v0.7.54" description="22 March 24">
  #### Changed

  * Renamed "Code Completion" to "Code Auto-complete" in settings for clarity.
  * Updated descriptions for code auto-completion settings to reflect service availability for subscribed members and support for custom instructions.
</Update>
