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.37 (2026-08-10)
Improvements
- MCP Servers
[UI] -
The Data Policies tab now counts a server’s tools by protection state: protected for a tool a data policy covers, findings for a tool with no policy that returns fields whose names look sensitive, and no policy for the rest. Every tool falls in exactly one group. The tool lists on Data Policies and the MCP server Inspector tab are also searchable, and long tool names wrap in full instead of being cut off, so tools whose names differ only at the end are easier to tell apart.
- Agents
[UI] -
The agent Inspector tab is now called Playground.
Bug fixes
- LLM Providers
[UI] -
Editing a provider’s connection settings in the ADP UI, for example pointing it at a different API key secret, reported success and kept the old value. Those edits now save. The display name and model selection were unaffected, as were changes made with the
rpk aiplugin or the API. Re-open any provider whose connection settings you edited in the UI and confirm it uses the secret you intended. - Agents
[UI] -
The agent Playground now tells you when an agent has no subagents attached instead of opening an empty panel.
- OAuth Providers
[UI] -
All granted scopes are readable on provider and client detail pages. A long scope ran outside its popup, and a long list of scopes ran off the bottom of the screen with no way to scroll, so not every scope was visible.
- Interface
[UI] -
Side panels close when you click outside them.
v0.2.35 (2026-08-06)
Features
- Access
[UI] -
The new Access page, available as a preview, controls what people can do with the resources in your ADP environment. Write your own permit and forbid rules on Policies, or start from a Templates preset: Read only, Sandboxed to use agents and MCP servers without changing them, Standard to also manage resources, or Full access. Roles shows what each of your organization’s roles can do, and System policies shows who already has access through those roles.
- Agents
[UI] -
The agent prompt editor now formats your prompt as you write it. Live mode renders headings, lists, and emphasis, and shows the raw Markdown only on the line your cursor is on. Switch between Live, Markdown, and Preview without losing your place, or start from a template for a support agent, data analyst, coding assistant, incident responder, or research coordinator.
Improvements
- Agents
[UI] -
The agent Setup tab splits MCP servers into Managed, run by Redpanda, and Self-managed, run by you, and shows each managed server’s logo, so a long list is easier to scan.
- Interface
[UI] -
The app opens faster on a first visit.
Bug fixes
- OAuth Clients
-
Claude can now connect to an MCP server on ADP with a Client ID Metadata Document (CIMD). Retry the connection from Claude, with nothing to change on your side. Connecting failed with unable to retrieve client by id because ADP refused an entire document over a single OAuth grant type that the document lists and ADP does not issue. ADP now ignores those grant types and honors the rest of the document, for any client, not only Claude.
- Agents
[UI] -
The create-agent wizard previewed a self-managed agent’s client ID in a format that
rpk ai agent credential createno longer returns. Only the preview was wrong, so credentials you already issued are unaffected. - Interface
[UI] -
Notifications are readable in dark mode instead of washing out against a dark background, and they now appear at the top right of the screen.
v0.2.34 (2026-08-04)
Features
- OAuth Clients
-
An MCP client can now reach a protected server with a Client ID Metadata Document (CIMD), the MCP spec’s successor to Dynamic Client Registration. The app hosts its own metadata at an
httpsURL and presents that URL as its client ID, so nobody creates a client by hand. Turn on Accept client metadata documents (CIMD) on the Integrations setup page, choose whether to accept documents from Any domain or Only these domains, and list the MCP servers those clients can reach. - Models
-
GPT-5.6 Sol, Terra, and Luna are now in the Amazon Bedrock catalog. Enable
openai.gpt-5.6-sol,openai.gpt-5.6-terra, oropenai.gpt-5.6-lunaon a Bedrock provider.
Bug fixes
- LLM Providers
-
Creating an LLM provider now works on Google Cloud environments. Saving the provider’s API key failed because the form attached an internal label that Google Secret Manager rejects.
- Cost & Usage
-
Cost reporting overstated GPT-5.6 Luna and Terra spend. OpenAI reduced the rates for both models on July 30, so reported cost now matches the current rates. Figures recorded before this release keep their earlier, higher numbers.
v0.2.33 (2026-08-03)
Improvements
- MCP Servers
[UI] -
The server details page groups setup, tools, and connection details more clearly, and tool schemas stay readable when you expand a nested object.
- Environments
[UI] -
Switching to another environment now takes you to the home page of that environment, instead of leaving you on a page that belongs to the previous one.
- Security
-
This release includes general security and stability improvements.
Bug fixes
- OAuth Clients
-
An MCP client that registers itself with Dynamic Client Registration (DCR, RFC 7591) can now connect to a server on ADP. Claude.ai, Claude Code, and Cursor were rejected during registration, and the error named the MCP server’s vendor rather than the real cause.
- Interface
[UI] -
Confirmation dialogs now place their buttons in the same order as the rest of the product.
v0.2.32 (2026-07-30)
Features
- MCP Servers
-
Connecting a remote MCP server that uses User OAuth now takes a URL and one sign-in per person, with no app created by hand in a vendor console. Select Set up automatically and ADP reads the server’s OAuth configuration and registers itself as a client using Dynamic Client Registration (DCR, RFC 7591). For a server that does not support DCR, you can still enter a client ID and secret yourself.
- Models
-
Claude Opus 5, Gemini 3.6 Flash, and Gemini 3.5 Flash Lite are now in the model catalog. Enable
claude-opus-5on an Anthropic provider, orgemini-3.6-flashandgemini-3.5-flash-liteon a Google provider. Claude Opus 5 is also in the Amazon Bedrock catalog. - CLI
-
The
rpk ai connectioncommands bring your own OAuth connections to the terminal, matching what My Connections shows in the UI. Runrpk ai connection listto see the services you are signed in to, andrpk ai connection revoke <provider>to disconnect your own account from one.
Improvements
- LLM Providers
[UI] -
Creating an LLM provider is now a single form: paste model IDs one per line, and create the provider’s API key secret without leaving the page. For Amazon Bedrock you can browse the catalog by model family and enable or disable models in bulk.
- MCP Servers
-
OpenAI MCP servers now transcribe audio files with
gpt-transcribeinstead ofwhisper-1. Servers that set a transcription model explicitly keep it. - MCP Servers
[UI] -
When the inspector cannot reach a server, it now explains the failure in readable text and offers Try again and Edit server. The raw response stays available in a collapsed panel for network debugging.
Bug fixes
- MCP Servers
-
Remote MCP servers set to OAuth (Service Account) now attach the service account’s access token to their upstream requests. They previously sent no credentials at all, so a server requiring authentication rejected every request.
- Cost & Usage
-
Cost reporting understated large Anthropic requests: above 200,000 input tokens, Anthropic charges a higher long-context rate that ADP was not applying. Those requests now report their real cost, so expect reported spend to step up with no change in usage. Figures recorded before this release keep their earlier, lower numbers.
- Interface
[UI] -
Selecting Contact support on an error now files a support request with Redpanda. The error was previously logged for diagnostics without a request being created.
v0.2.31 (2026-07-28)
Improvements
- Environments
[UI] -
When your organization has no Agentic Data Plane environment yet, ADP now shows which of your clusters can host one, with each cluster’s cloud region and city.
Bug fixes
- Activity
-
Conversation transcripts are recorded again after new conversations stopped appearing in the Activity views on LLM Providers and Cost & Usage in the previous release.
- Interface
[UI] -
Filtering and paging through lists now work correctly across Connections, Integrations, and Secrets. Filter checkboxes show and clear what you selected, and lists no longer jump to the wrong page while data reloads.
v0.2.29 (2026-07-27)
Features
- Agents
-
Agents now support scheduled triggers. Give an agent a cron schedule and it runs automatically at the times you set.
- MCP Servers
-
You can now pick a token-optimized output format for each MCP server. Set a server’s Output format to JSON, TOON, or JTON to control how tool results are encoded before an agent reads them.
v0.2.28 (2026-07-24)
Features
- MCP Servers
-
As a preview, MCP servers now have a Data Policies tab where you can define rules that mask, redact, or filter fields out of a tool’s results before the model sees them. Author and preview policies per server.
- MCP Servers
-
OpenAPI MCP servers can now authenticate to a downstream API with an OAuth client-credentials (service-account) flow. All requests share one service-account identity instead of each user’s own credentials.
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.
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 aisteps 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.
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.
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 aisetup 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
curlcommand to reproduce or report it. - Security
-
This release includes general security and stability improvements.
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_tokensandmax_output_tokenslimits 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)
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.
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.