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

# v1.3.0

> Product updates and announcements for MatterAI Enterprise Self-Hosted

<Update label="IDE Code Reviews with Async Processing">
  **Release Date:** January 7, 2026

  Transform your development workflow with Matter AI's new asynchronous review engine designed for IDE integration.

  **Benefits:**

  * Instant feedback submission without waiting for analysis
  * IDE stays responsive during complex code reviews
  * Perfect for large diffs and complex codebases
  * Built-in retry logic and error handling
</Update>

<Update label="v1.2.0 - Advanced Code Reviews">
  **Release Date:** December 23, 2024

  Introducing a revolutionary upgrade to the code review experience. Matter AI can now actively explore your codebase during reviews using intelligent tool calling.

  **What's New:**

  * **Repository Cloning & Exploration**: The AI now clones your repository and generates a directory listing to understand the full codebase structure
  * **`read_file` Tool**: AI can read files with line ranges to understand context, verify imports, and trace function calls
  * **`grep_search` Tool**: AI can search for patterns across the codebase using grep, enabling comprehensive code analysis
  * **Multi-Provider Support**: Advanced reviews work with both **Google Gemini** and **Anthropic Claude** providers
  * **Configurable Iterations**: Control how many tool calls the AI can make during analysis

  **Benefits:**

  * Deeper, more contextual code reviews
  * AI understands how changes affect other parts of your codebase
  * Catches cross-file issues and dependency problems

  <Frame>
    <img className="block" src="https://mintcdn.com/gravitycloud-9ebb5c50/0G_3_GyjEL_0_lmh/images/features/matterai-review-max.png?fit=max&auto=format&n=0G_3_GyjEL_0_lmh&q=85&s=3d9c4463b939c2fd1c477be77c3a1ce2" alt="Advanced AI Code Review Example" width="1894" height="1200" data-path="images/features/matterai-review-max.png" />
  </Frame>

  **Configuration:**
  Enable advanced reviews per repository via the admin dashboard under "Advanced Reviews" settings.
</Update>

<Update label="v1.2.0 - Automated Code Fixes">
  **Release Date:** December 23, 2024

  Automatically generate code fixes from review comments with a single command.

  **Usage:**

  ```bash theme={null}
  /matter fix
  ```

  **How It Works:**

  1. Collects all unresolved review comments on the PR
  2. Reads the current file contents for affected files
  3. Uses AI to generate targeted code fixes
  4. Creates a new PR with the fix branch automatically

  **Supported Models:**

  * Claude Sonnet 4.5 (preferred)
  * Gemini 3 Pro Preview
  * Axon Code (MatterAI)

  <Frame>
    <img className="block" src="https://mintcdn.com/gravitycloud-9ebb5c50/0G_3_GyjEL_0_lmh/images/features/matterai-review-fix.png?fit=max&auto=format&n=0G_3_GyjEL_0_lmh&q=85&s=71f7b4356349d25af57488a07c9a4a7e" alt="Automated Code Fix Example" width="1958" height="1196" data-path="images/features/matterai-review-fix.png" />
  </Frame>

  <Frame>
    <img className="block" src="https://mintcdn.com/gravitycloud-9ebb5c50/0G_3_GyjEL_0_lmh/images/features/matterai-review-fix-2.png?fit=max&auto=format&n=0G_3_GyjEL_0_lmh&q=85&s=b63cbde96888f32a4a3a449cae8497bc" alt="Automated Code Fix Example" width="1910" height="1360" data-path="images/features/matterai-review-fix-2.png" />
  </Frame>
</Update>

<Update label="v1.2.0 - Repository Memory Integration">
  **Release Date:** December 23, 2024

  Leverage stored repository knowledge for context-aware code reviews.

  **Features:**

  * **File-Based Memory Matching**: Memories are matched based on files changed in the PR
  * **Usage Tracking**: Automatically tracks which memories are used and how often
  * **PR Summary Display**: Shows which repository memories influenced the review
  * **Prompt Injection**: Relevant memories are injected into AI prompts for contextual reviews

  **Memory Analytics:**

  * `usage_count`: Track how often each memory is used
  * `last_used_at`: See when memories were last referenced

  **PR Summary Example:**

  ```markdown theme={null}
  ### 📚 Repository Memories Used

  **1. Authentication Guidelines**
     - *Tags:* security, auth
     - *Files:* src/auth/*.ts
     - *Content:* Always validate JWT tokens...
  ```

  <Frame>
    <img src="https://mintcdn.com/gravitycloud-9ebb5c50/12m4rerBHZIl7oIx/images/features/memories-used.png?fit=max&auto=format&n=12m4rerBHZIl7oIx&q=85&s=47af368c5a7bf0ffe88849281805146d" alt="Repository Memory Integration" width="1904" height="772" data-path="images/features/memories-used.png" />
  </Frame>
</Update>

<Update label="v1.2.0 - LLM Logs Enhanced Filtering">
  **Release Date:** December 23, 2024

  The LLM Logs dashboard now includes comprehensive filtering capabilities for better observability:

  * **Repository Filter** — Filter logs by specific repositories or by MCP Server requests
  * **Provider Filter** — Filter by LLM provider (OpenAI, Anthropic, Google/Vertex, MatterAI)
  * **Model Filter** — Filter logs by specific AI models
  * **Prompt ID Filter** — Filter by prompt identifiers for tracing specific request types

  All filters work together to provide granular insights into your LLM usage patterns and costs.

  <Frame>
    <img src="https://mintcdn.com/gravitycloud-9ebb5c50/wYzwDEzm8aIOC005/images/enterprise/llm-metrics.png?fit=max&auto=format&n=wYzwDEzm8aIOC005&q=85&s=88a42ff3cdea12b8e665ec078d2bd184" alt="LLM Logs Enhanced Filtering" width="2940" height="1618" data-path="images/enterprise/llm-metrics.png" />
  </Frame>

  <Frame>
    <img src="https://mintcdn.com/gravitycloud-9ebb5c50/wYzwDEzm8aIOC005/images/enterprise/llm-logs.png?fit=max&auto=format&n=wYzwDEzm8aIOC005&q=85&s=f294710f9ce5e0b07dd9779c44482147" alt="LLM Logs Enhanced Filtering" width="2940" height="1616" data-path="images/enterprise/llm-logs.png" />
  </Frame>
</Update>

<Update label="v1.2.0 - Provider Logos in LLM Logs">
  **Release Date:** December 23, 2024

  LLM log entries now display recognizable provider logos for:

  * OpenAI
  * Anthropic
  * Google / Vertex AI
  * MatterAI

  This visual enhancement makes it easier to quickly identify which providers are being used across your organization.
</Update>

<Update label="v1.2.0 - Advanced Reviews Configuration">
  **Release Date:** December 23, 2024

  Enterprise administrators can now configure which repositories receive advanced AI code reviews:

  * New **Advanced Reviews** settings section in the dashboard
  * Multi-repository selection via autocomplete
  * Save/update controls with loading states
  * Fetches and displays currently enabled advanced review repositories

  <Frame>
    <img src="https://mintcdn.com/gravitycloud-9ebb5c50/wYzwDEzm8aIOC005/images/enterprise/advanced-code-review-settings.png?fit=max&auto=format&n=wYzwDEzm8aIOC005&q=85&s=c1dd82d12f1d3c58d61abc2a7899ba56" alt="Advanced Reviews Configuration" width="2940" height="1618" data-path="images/enterprise/advanced-code-review-settings.png" />
  </Frame>
</Update>

<Update label="v1.2.0 - Estimated Time Savings Analytics">
  **Release Date:** December 23, 2024

  New analytics metrics to quantify the value of AI-assisted code reviews:

  * Track estimated developer time saved through automated reviews
  * Integration with dashboard overview metrics
  * Helps justify ROI for enterprise AI tooling investments
</Update>

<Update label="v1.2.0 - Refreshed Sign-Up Experience">
  **Release Date:** December 23, 2024

  Complete redesign of the enterprise signup page:

  * **Product Showcase Cards** — Visual cards highlighting key products:
    * AI Code Reviews
    * Axon Code AI Agent
    * Model Inference Gateway
  * **New Hero Background** — Modern, premium visual design
  * **Version Display** — Application version now shown during signup
  * **Enhanced Footer** — Updated branding and product information
</Update>

<Update label="v1.2.0 - Theme & Style Updates">
  **Release Date:** December 23, 2024

  * Updated base color palette for improved contrast and readability
  * Refined card component styling
  * Enhanced input and select component borders
  * Improved sidenav visual hierarchy
  * Consistent gradient border styling across components
  * Updated dashboard navbar styling
</Update>

<Update label="v1.2.0 - Dashboard Refinements">
  **Release Date:** December 23, 2024

  * Updated statistics cards with new iconography
  * Improved date range filter presentation
  * Enhanced PR data visualization
  * Cleaner table layouts across all views
</Update>

<Update label="v1.2.0 - Metrics Dashboard Filtering">
  **Release Date:** December 23, 2024

  The LLM Metrics tab now supports filtered views:

  * Cost by Provider chart respects all active filters
  * Requests by Model chart respects all active filters
  * Daily Cost Trend reflects filtered data
  * Daily Request Volume reflects filtered data
</Update>

<Update label="v1.2.0 - Gemini Model Updates">
  **Release Date:** December 23, 2024

  * Updated to **Gemini 3 Pro Preview** for advanced reviews
  * Updated to **Gemini 3 Flash Preview** for standard reviews
  * Improved model routing based on task complexity
</Update>

<Update label="v1.2.0 - Token Counting & Storage">
  **Release Date:** December 23, 2024

  * Fixed accurate token counting for all providers
  * Improved token storage for billing and analytics
  * Corrected input/output token separation
</Update>

<Update label="v1.2.0 - Dependency Updates">
  **Release Date:** December 23, 2024

  * Updated multiple core dependencies for security and performance
  * React ecosystem packages updated to latest stable versions
  * Added `@google/genai` - Google Generative AI SDK for advanced Gemini integration
  * Build configuration optimizations
</Update>

<Update label="v1.2.0 - Performance Optimizations">
  **Release Date:** December 23, 2024

  * Optimized LLM logs data filtering with memoized computations
  * Improved chart rendering performance in metrics views
  * Reduced re-renders in settings panels
</Update>

<Update label="v1.2.0 - Bug Fixes">
  **Release Date:** December 23, 2024

  * Fixed filter state persistence across tab navigation
  * Resolved chart rendering issues with empty data sets
  * Fixed select component dropdown arrow alignment
  * Corrected toast notification z-index layering
  * Standardized check run names to "Matter AI Code Review"
  * Removed duplicate check runs issue
</Update>

<Update label="v1.2.0 - Enterprise Administration Notes">
  **Release Date:** December 23, 2024

  ### Feature Flags

  No new feature flags introduced in this release.

  ### Audit Logging

  LLM logs now capture `prompt_id` for enhanced audit trail capabilities.

  ### Multi-tenant Considerations

  Advanced review configurations are scoped to organization level.

  ### Environment Variables

  No new environment variables required for this release.
</Update>

<Update label="v1.2.0 - Security">
  **Release Date:** December 23, 2024

  This release includes routine dependency updates that address known vulnerabilities in third-party packages. SOC 2 Type II compliance maintained.

  *For questions or support, contact your Matter AI account representative.*
</Update>
