Search the whole dashboard with Cmd+K, publish Remote MCP servers to collections, and instant Slack feedback
A new command palette puts every resource and page one keystroke away, collections can now publish Remote MCP-backed servers alongside toolset-backed ones, and Slack-triggered assistants show a native "is thinking…" indicator the moment a message arrives.
Features
Global command palette on Cmd+K#3285 - Press Cmd+K (or click the new magnifying glass beside the logo) to search MCP servers, sources, deployments, environments, assistants, plugins, and admin-only risk resources, jump to any app page, or hand a free-form question off to the Project Assistant with "Ask AI". (Author: @simplesagar )
Publish Remote MCP servers to collections#3212 - Collections can now include Remote MCP-backed servers alongside toolset-backed ones: the Publishing section, create-collection form, and edit-servers picker all offer them, and the Remote MCP server settings page gains its own Publishing section. (Author: @bflad )
Slack assistants show they're thinking#3298 - Slack-triggered assistants now show a native loading indicator on the thread as soon as a message comes in, update it as they work, and clear it when the reply lands — no more wondering whether the message was received. (Author: @simplesagar )
Agent sessions sorted by latest activity#3284 - The sessions list now orders and filters by each session's most recent chat message instead of when the session was created, and shows that activity time, so active conversations stay at the top. (Author: @alx-xo )
Project Assistant on Cmd+/#3305 - The Project Assistant shortcut moves from Option+Shift+W to the much easier Cmd+/ (Ctrl+/ on PC), and the sidebar collapse button now shows its Cmd+B shortcut on hover. (Author: @simplesagar )
Inactive access rules are visually dimmed#3288 - Access rules that aren't backed by a blocking Shadow MCP policy now render dimmed so you can tell at a glance which rules are actually in effect, while their actions stay available. (Author: @alx-xo )
Standalone Slack app retired#3309 - The deprecated dedicated Slack app pages and endpoints are removed. Slack keeps working through assistants and triggers, which is the supported path. (Author: @danielkov )
Cleaner environment value tracking#3286 - The misleading
field is gone from environment entries — it was computed from already-redacted values and collided on any shared 3-character prefix, so it never reliably identified matching values. (Author: @chase-crumbaugh )
Accurate error reporting for canceled requests#3299 - When a client disconnects mid-request, the platform now records it as a client cancellation instead of a 500 server fault, so error dashboards reflect real server problems. (Author: @bflad )
Reliable platform metrics at scale#3304 - OTel counters now export delta temporality, fixing corrupted counter values in horizontally scaled deployments. (Author: @bflad )
Bug fixes
Catalog detail pages load for every server#3290 - Servers deep in the aggregated catalog list (like
) no longer return "Server not found"; the lookup now narrows the registry query so the target lands in the first page of results. (Author: @adaam2 )
Feature-flagged UI appears as soon as flags load#3283 - Flag-gated UI no longer stays hidden when a flag is enabled; the dashboard now re-renders when feature flags resolve or change. (Author: @bradcypert )
No double-clicks during pending auth#3296 - The "Give Access" button is disabled while a challenge resolution is pending, preventing duplicate auth attempts. (Author: @qstearns )