Changelog

Release notes for the whole Altimate suite: dbt Power User, Altimate Code, Datamates, Snowflake, and Databricks.

Filter
RSS
Showing 15 of 33 updates

August 2026

  1. NewAltimate Code

    YOLO mode toggle in Altimate Code Chat

    Altimate Code Chat now lets you enable YOLO mode directly from the message composer. When active, the agent can complete multi-step work without pausing for approval at every step, making longer workflows more seamless.

  2. ImprovedAltimate Code

    Install Altimate Code skills by typing a source

    Installing skills in Altimate Code is now more intuitive. In the `/skills` list, enter a GitHub URL, an `owner/repo`, or a local path and press Enter to install it directly, without relying on terminal keyboard shortcuts.

July 2026

  1. NewAltimate CodeMCP Server

    Altimate Code catches incomplete grain-key testing in dbt reviews

    Altimate Code now catches incomplete dbt uniqueness testing during pull request review. If a grain-key column is tested for uniqueness but not for null values, the review flags the gap before it can allow duplicate or incomplete data into a model.

  2. ImprovedAltimate CodeMCP Server

    Live progress in Altimate Code

    Altimate Code now shows live progress while preparing your request. Phase updates, such as preparing context or connecting to your project, make it clear that work is moving forward during startup.

  3. ImprovedAltimate CodeMCP Server

    Risky dbt metadata changes now get a full review in Altimate Code

    Altimate Code now sends higher-risk dbt metadata changes through a full review instead of automatically approving them. This adds an extra safeguard for changes such as weakened uniqueness tests on contracted marts or updates to finance-relevant SQL.

  4. ImprovedMCP Server

    Altimate Code chat shows what it's doing, live

    Altimate Code now makes agent work visible as it happens. When the chat needs time to inspect project files, call tools, or gather context, users can see live progress instead of waiting without feedback. This makes the experience feel faster, clearer, and more reliable, especially for longer-running workflows. Tool steps are also shown with friendly labels and source badges, so users can quickly understand what the agent is doing and which type of tool it is using.

  5. ImprovedMCP Server

    Altimate Code installs on Windows without Node

    Installing or updating Altimate Code on Windows no longer requires Node or npm. The Install panel and the background updater now use a PowerShell installer that drops the Altimate Code binary straight into place, for both first-time installs and later updates. If a locked-down Windows machine ever made installing via npm painful, that step is gone.

  6. NewPower user for dbt

    Explain and profile queries with Altimate Code

    Altimate Code now brings query explanation and performance profiling directly into the Query Results panel. After running a query, users can ask Altimate Code to explain the compiled SQL or profile the query with the full context already loaded. This makes it easier for analytics teams to understand results, investigate slow queries, and move from question to next step without leaving dbt Power User.

  7. ImprovedMCP Server

    Altimate Code auto-installs on first chat open

    Opening the chat panel for the first time now installs Altimate Code automatically in the background instead of sending you to a manual install screen. You'll see a short "Preparing your Altimate Code experience" notification while it sets up, with the old manual install flow kept as a fallback if auto-install fails. Prefer to do it yourself? Turn off the new auto-install setting in your editor preferences.

  8. ImprovedSnowflake AppDatabricks App

    Better error messaging when no team is selected in Studio

    Asking Studio any question without a team selected now shows a clear message prompting you to pick a team, instead of a generic error with no obvious next step.

  9. ImprovedMCP Server

    Datamate MCP server defaults to stdio transport

    The datamate MCP server now uses the stdio transport by default, so external MCP clients like Claude Code, Claude Desktop, and Cursor connect out of the box. Previously you had to manually switch the transport setting to get this; now it's the default, and you can still switch back if you prefer the old behavior.

  10. ImprovedSnowflake AppDatabricks App

    Enterprise AI token usage is now metered and visible

    Enterprise and premium plans previously bypassed usage metering entirely, so there was no way to see how many AI tokens your team had used. Usage is now tracked against your provisioned grant, the same way every other plan already works, and shows up in the same token usage view — so you can see exactly what's been used and what's left.

  11. ImprovedDatabricks App

    Filter AI/ML opportunities by endpoint name

    You can now filter Databricks AI/ML cost-saving opportunities by endpoint name. Type or paste part of a name to jump straight to the model-serving, vector-search, or AI Gateway endpoint you're looking for. The filter also works alongside the existing Type filter, and accepts letters, numbers, and symbols.

  12. ImprovedDatabricks App

    Fixed Blank Runtime Engine and Photon fields

    The Runtime Engine and the Photon Enabled fields always showed a blank dash no matter how the cluster was actually configured. Both now populate correctly from the cluster's runtime version, so you can see at a glance whether Photon is turned on.

  13. ImprovedDatabricks App

    Fixed Workspace-scoped visibility for model-serving endpoint opportunities

    Fixed: Access scoping for model-serving endpoint opportunities Model-serving endpoint opportunities are now properly scoped by workspace access, matching the behavior of cluster, job, and warehouse opportunities.