Skip to content

docs: add changelog entry for the composable AskAiChat parts - #6721

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1787418542-askaichat-composable-changelog
Open

docs: add changelog entry for the composable AskAiChat parts#6721
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1787418542-askaichat-composable-changelog

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

AskAiChat from @fern-api/search-widget can now be split into three parts: AskAiChat.Root (state and config), AskAiChat.Trigger (a real button), and AskAiChat.Panel (the chat). That matters to customers because the Ask AI entry point can now live anywhere in their own app — a help dropdown, a command palette, a link, a table row — while the chat panel sits outside the menu, so closing the menu no longer tears the chat down. They can also drive the panel's open state from their own code (open / defaultOpen / onOpenChange, plus trigger="none" for no built-in button at all).

The page content for all of this already landed in #6684, which documented search-widget 0.3.0 on the Ask AI chat panel page (composable parts, controlled-open props, trigger="none", and AskAiChat.Sparkles). I verified that page against the shipped types/index.d.ts on app and every component name, prop name, type, and default matches, so this PR adds the one thing that was missing: the Docs changelog entry.

Implements docs for: fix(docs): support an Ask AI trigger inside a Radix dropdown menu (fern-api/fern-platform#14119)

Details

  • Added fern/products/docs/pages/changelog/2026-08-20.mdx — one ## entry tagged ai, search (matching the AskAiChat launch entry on 2026-08-17), covering the composable parts, the controlled-open props, trigger="none", and AskAiChat.Sparkles, with the CTA linking to the #custom-triggers section of the chat panel page.

No page changes: fern/products/docs/pages/ask-fern/ask-ai-chat.mdx and the standalone widgets overview already cover this API correctly.

Vale reports 0 errors/warnings/suggestions on the new file, and fern check --warnings finds 0 errors (the 8 warnings are preexisting and unrelated: endpoint path conflicts, two generator config pages, an unreachable FDR redirect check, and the accent contrast ratio).

Link to Devin session: https://app.devin.ai/sessions/745c67a40d914dfeb7e17f4c6511ed40

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

Copy link
Copy Markdown
Contributor

🌿 Preview your docs: https://fern-preview-devin-1787418542-askaichat-composable-changelog.docs.buildwithfern.com/learn

Here are the markdown pages you've updated:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants