From a8ed1ea04a23ba6be8386b0b462a70619ae75c36 Mon Sep 17 00:00:00 2001 From: Paul Jankowski <8BitTitan@gmail.com> Date: Thu, 16 Jul 2026 16:00:51 -0400 Subject: [PATCH] chore: update release summary --- .changeset/vast-numbers-read.md | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .changeset/vast-numbers-read.md diff --git a/.changeset/vast-numbers-read.md b/.changeset/vast-numbers-read.md new file mode 100644 index 00000000..8bc6d4b4 --- /dev/null +++ b/.changeset/vast-numbers-read.md @@ -0,0 +1,46 @@ +--- +"@docsearch/docusaurus-adapter": major +"@docsearch/core": major +"@docsearch/css": major +"@docsearch/js": major +"@docsearch/modal": major +"@docsearch/react": major +"@docsearch/sidepanel": major +"@docsearch/sidepanel-js": major +--- + +# DocSearch v5-beta + +DocSearch v5 is a major release that introduces AI-powered answers via Agent +Studio, a refreshed search UI, and a modernized package architecture. + +## Ask AI & Agent Studio + +- Agent Studio integration with core tools and dynamic tool calls +- Conversation memory support +- Compatibility with the Algolia MCP search tool, with aggregated MCP search + tool calls +- Dynamic index selection for Agent Studio +- Feedback integration, including feedback notes and tags +- Prompt suggestions in keyword search and follow-up prompt suggestions +- Ask AI modal split into its own component and Ask AI transport layer removed + +## Search UI + +- Refreshed v5 UI with improved dark theme, sources panel, and accessibility +- Faceted search with filter chips +- Hit breadcrumbs and result badges + +## Packaging & architecture + +- New `@docsearch/cli` package for MCP setup and search +- MCP plugin support +- Split JS bundles for search-only usage and JS-based hybrid mode +- Migrated the build system to tsdown +- Migrated CSS building to LightningCSS + +## Breaking changes + +- Ask AI related props are now nested under a single root `askai` option +- The Ask AI transport layer has been removed +