From 29e7f58422c4891cd6d62a5beef64faeb222807c Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 16 Mar 2026 00:11:27 +0000
Subject: [PATCH] Add March 16, 2026 changelog
Generated-By: mintlify-agent
---
changelog.mdx | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index 8b91c004f..af22cce5c 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,34 @@ rss: true
noindex: true
---
+
+
+ ## New contextual menu integrations
+
+ The [contextual menu](/ai/contextual-menu) now supports three new AI tool integrations:
+
+ - **Google AI Studio** — Open any documentation page directly in Google AI Studio for AI-assisted queries.
+ - **Devin** — Create a Devin session with the current page loaded as context.
+ - **Windsurf** — Open Windsurf Cascade with the current page as context.
+
+ Add `aistudio`, `devin`, or `windsurf` to your `contextual.options` array in `docs.json` to enable them.
+
+ ## Open in editor from preview widget
+
+ The [preview widget](/deploy/preview-deployments#preview-widget) now lets you jump straight into editing. Hover over any changed file in the widget and click the **Open in editor** icon to edit the file directly in the web editor.
+
+ ## Parameter anchor links in API playground
+
+ Every parameter in the [API playground](/api-playground/overview#parameter-anchor-links) now has a clickable anchor link. Hover over a parameter name to reveal the link icon, then click to copy a direct URL to that parameter. Use these links to share references to specific parameters in support conversations or documentation.
+
+ ## Improvements
+
+ - Slack app can now be installed directly from the [workflow](/agent/workflows) configuration page, so you no longer need to navigate to a separate settings page to connect Slack before enabling notifications.
+ - [Workflow](/agent/workflows) Slack notifications can now be configured directly in the dashboard UI when creating or editing a workflow.
+ - Reorganized [global settings](/organize/settings) documentation into dedicated pages by topic for easier navigation and readability.
+
+
+
## Workflow templates