diff --git a/fern/products/docs/pages/changelog/2026-08-20.mdx b/fern/products/docs/pages/changelog/2026-08-20.mdx
new file mode 100644
index 000000000..07effa0b0
--- /dev/null
+++ b/fern/products/docs/pages/changelog/2026-08-20.mdx
@@ -0,0 +1,7 @@
+## Composable Ask AI chat trigger
+
+ai, search
+
+`AskAiChat` in [`@fern-api/search-widget`](https://www.npmjs.com/package/@fern-api/search-widget) now splits into `AskAiChat.Root`, `AskAiChat.Trigger`, and `AskAiChat.Panel`, so an Ask AI entry can sit inside a dropdown menu, popover, or command palette while the chat panel lives outside it and survives the menu closing. `trigger="none"` renders no button at all, and `open`, `defaultOpen`, and `onOpenChange` drive the panel from your own state. For triggers that aren't buttons, such as a link or a table row, `AskAiChat.Sparkles` renders the same sparkle icon the built-in trigger uses.
+
+