Agentic Data Plane

Release Notes

The latest updates to the Agentic Data Plane. For the in-product summary, open What’s new from the top bar.

v0.2.27 (2026-07-22)

Improvements

Security

This release includes general security and stability improvements.

v0.2.26 (2026-07-22)

Features

OAuth Providers

Connecting a remote MCP server that uses OAuth no longer requires you to paste in authorization and token endpoints or a client ID and secret. Redpanda reads the server’s OAuth configuration from its URL and registers a client automatically through Dynamic Client Registration (DCR).

MCP Servers

The ServiceNow MCP server can now search CMDB configuration items, so agents can look up servers, laptops, applications, and services.

Improvements

MCP Servers [UI]

The setup guides for connecting an AI client now cover Claude, ChatGPT, Zed, and the Codex CLI, with corrected steps.

MCP Servers [UI]

The copy-paste code examples for connecting to MCP servers and LLM providers now use the latest SDK versions across Node, Python, Go, Java, and curl.

Interface [UI]

List rows are now fully clickable to open the detail view, instead of only the name link.

Interface [UI]

When something fails, the interface now offers clear next steps such as retry, reload, and copying the error details.

Bug fixes

My Connections

Connecting a remote MCP server that signs you in with your own account (user-delegated OAuth) now works. Sign-in no longer fails before completing.

v0.2.25 (2026-07-17)

Features

Models [UI]

Every LLM provider now has a Models tab where you can browse the models it serves, turn individual models on or off, and filter them by capability or status.

LLM Providers [UI]

Each provider now has an Activity tab that shows the agents, requests, and conversations routed through it over a time range you choose.

Improvements

LLM Providers [UI]

The providers list shows each provider’s models with small trend charts for recent requests and spend, and you can filter the list to providers that serve a specific model.

LLM Providers [UI]

Each provider’s Settings tab shows which Secret Store entries authenticate it, with a shortcut to manage those keys.

LLM Providers [UI]

The Connect setup guide lets you pick your coding agent and operating system, and gives copy-paste rpk ai steps tailored to your environment.

MCP Servers [UI]

Running a tool in the server inspector now shows clear, actionable validation errors for invalid inputs instead of a generic failure.

Bug fixes

OAuth Clients

Connecting an AI client to a Code Mode MCP server over OAuth now succeeds; Code Mode adds tools that let agents run sandboxed code against the server. Clients such as Claude Code and the MCP Inspector now register automatically through Dynamic Client Registration (DCR) instead of failing with a missing-scope error.

My Connections [UI]

Using the browser Back button after starting a connection no longer leaves the Connect button stuck; the connection state resets cleanly.

Home [UI]

A brand-new environment no longer shows a misleading all-clear health status before you have set anything up.

v0.2.24 (2026-07-13)

Features

Models

OpenAI providers now offer the GPT-5.6 model family: GPT-5.6 Luna, GPT-5.6 Terra, and GPT-5.6 Sol.

Improvements

Models [UI]

Each model now has a detail page showing its overview, pricing, and capabilities.

Bug fixes

Models [UI]

Model usage now shows a clear error when a usage query fails, instead of misleading zero values.

Cost & Usage

Cost and usage reports now count cached tokens accurately even when a provider returns incomplete usage data.

MCP Servers [UI]

The inspector shows upstream HTML and XML errors as readable text instead of raw markup.

My Connections [UI]

The Connect and Reconnect buttons now show a loading state while the provider’s consent screen opens.

v0.2.23 (2026-07-13)

Features

Models

You can now use the Google Gemma 4 model family with your Amazon Bedrock providers, in three sizes from largest to smallest: Gemma 4 31B, Gemma 4 26B-A4B, and Gemma 4 E2B.

Improvements

Integrations setup [UI]

Manage OAuth providers and MCP client access in one tabbed Integrations setup area, replacing the separate pages.

My Connections [UI]

The My Connections page groups your account connections by status and lets you connect or reconnect without leaving the page.

Security

This release includes general security and stability improvements.

Bug fixes

My Connections

Connections that renew automatically, for example GitHub, no longer show as expired shortly after connecting. You are prompted to reconnect only when a connection can no longer renew itself.

v0.2.22 (2026-07-10)

Features

Models

Amazon Bedrock providers now offer two new models: Mistral Large 3 and Amazon Nova 2 Lite.

Improvements

MCP Servers

The Amazon Bedrock MCP server can now generate embeddings with Cohere Embed v4.

Agents

Creating or updating an agent now rejects an invalid Bedrock model name immediately, instead of accepting it and failing later.

Agents [UI]

When an agent task is still running after five minutes, the inspector stops the live view and points you to the Activity page to follow it; the task keeps running.

Security

This release includes general security and stability improvements.

Bug fixes

Agents

A reply that was cut off by the model’s token limit no longer causes the next message in the conversation to fail.

v0.2.20 (2026-07-09)

Features

Cost & Usage

Tag your agents and break down cost and usage by tag: group the report by a tag key, filter by tag values, and see untagged traffic in its own bucket.

Improvements

Security

This release includes general security and stability improvements.

v0.2.19 (2026-07-08)

Features

Cost & Usage

Download your full cost and usage report as a CSV, broken down by provider, model, user, or agent and by hour, day, or month.

Improvements

Home

The home dashboard is rebuilt around an overall health status, an hourly chart of token use and spend, and your top spending agents and users at a glance.

LLM Providers [UI]

The Connect tab gives you ready-to-run rpk ai setup steps and client code snippets, including running Claude Code against a Bedrock provider without local AWS credentials.

Interface

When a request fails, a clearer error page lets you retry, open full error details, and copy the failing request as a curl command to reproduce or report it.

Security

This release includes general security and stability improvements.

Bug fixes

Agents [UI]

In the agent editor, the model picker now stays anchored to its field instead of jumping to the side when you open it.

Interface

After a new release is deployed, the app now reloads cleanly instead of getting stuck on a stale page.

v0.2.18 (2026-07-03)

Improvements

Interface

Text across the interface is now larger and easier to read.

Security

This release includes general security and stability improvements.

Bug fixes

Interface

Collapsible and accordion panels now animate smoothly.

v0.2.17 (2026-07-02)

Features

CLI

Launch Claude Code against one of your Amazon Bedrock LLM providers with rpk ai run claude -L <provider>; the gateway authenticates to AWS for you, so your machine needs no AWS credentials.

Agents

Give each subagent its own model and LLM provider in the agent editor.

Improvements

Agents

Updating an agent no longer interrupts it: the new version starts and takes over before the old one stops.

Models

Each model now reports its max_input_tokens and max_output_tokens limits through the API.

Bug fixes

LLM Providers [UI]

Filters in the metric detail panel on provider and model pages now apply to the chart, and the panel no longer hides its filter menus or covers the sidebar.

LLM Providers [UI]

The spend total in the metric detail panel was inflated when grouping by cost type; only the display was wrong, recorded usage was unaffected.

Cost & Usage [UI]

In period comparisons grouped by model or user, each line now compares against its own numbers from the previous period, not another line’s.

v0.2.16 (2026-07-01)

Features

OAuth Clients

MCP clients such as Claude Code, Cursor, and ChatGPT can now register themselves through OAuth Dynamic Client Registration (DCR), instead of needing an OAuth client created by hand.

Improvements

Agents [UI]

Creating policies is now faster, since resource options load as you need them instead of all at once.

MCP Servers [UI]

Claude Code users can now set up managed MCP servers with a single command, or use manual configuration from a separate tab.

v0.2.12 (2026-07-01)

Features

Models

Claude Sonnet 5 is now available to select on the Anthropic and Bedrock providers.

Bug fixes

Agents [UI]

A completed tool call in the agent inspector now switches to Completed the moment it finishes, instead of showing Working until the next step.

v0.2.11 (2026-06-30)

Bug fixes

CLI

Signing in with rpk ai auth login now clears the expired-token errors that kept rpk ai commands failing even after a successful login.

v0.2.10 (2026-06-30)

Features

Agents [UI]

When an agent produces a chart, the agent inspector now displays it: switch between the chart, its data, and its definition, and zoom in or download it.

Error handling [UI]

Capture a failed request for support and get a reference ID to quote.

Improvements

Error handling [UI]

Failed requests now show the full error message and type, with expandable technical details, instead of a generic internal error.

List pages [UI]

The MCP servers, LLM providers, OAuth providers, OAuth clients, and Secrets Store lists now have consistent search, filtering, and multi-row selection.

Bug fixes

LLM Providers

The Bedrock provider rejected valid model IDs whose version contains a dot, in all regions; these now route correctly.

v0.2.9 (2026-06-29)

Features

MCP Servers

Connect to Sentry through a new managed MCP server.

LLM Providers

Set your own per-model pricing on a provider, so usage and cost reflect the rates you actually pay.

rpk ai [CLI]

Apply or diff your LLM providers, MCP servers, and OAuth providers from config files, now against an Agentic Data Plane environment.

Improvements

MCP Servers

Filter the server list by type and status.

OAuth Providers

Filter providers and clients by status and how they were created.

Cost & Usage

Export charts to CSV and download a full usage report.

Environments

The environment switcher now shows each environment’s region, so you don’t make changes in the wrong one.

Bug fixes

Reliability

Fixed hangs when switching environments, and the app now recovers on its own after a new version ships instead of showing errors.

Lists

Fixed filters showing wrong results, and lists now refresh immediately after you add or edit an item.