Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/docs/pages/changelog/2026-08-20.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Composable Ask AI chat trigger

<ChangelogTags>ai, search</ChangelogTags>

`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.

<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/ai-features/ask-fern/search-widget/ask-ai-chat#custom-triggers">Read the docs</Button>
Loading