1
0
Fork 0
Commit graph

1963 commits

Author SHA1 Message Date
Felipe Bermudez
e5a5aa1e20
feat(docs): add Ask AI to Agent Studio migration guide (#2931)
* feat(docs): add Ask AI to Agent Studio migration guide

* feat(docs): agentStudio migrating from askAI

* feat(docs): renaming agentId

* feat(agentStudio): dynamic mode indices updated
2026-08-05 16:37:57 -05:00
Felipe Bermudez
fe4d0c29f3
fix(agentStudio): agents dynamic mode enabled (#2959)
* fix(agentStudio): agents dynamic mode enabled

* fix(askai): use string[] for dynamic agentStudio indices
2026-08-05 16:37:25 -05:00
Paul Jankowski
3f74c33d45
fix(v5): ignore slash shortcut on focused buttons (#2955)
Backport of #2871.\n\nOriginal commit: 0e41a78c44

Co-authored-by: Sigmabro <122412346+Sigmabrogz@users.noreply.github.com>
2026-08-05 12:15:42 -04:00
Paul Jankowski
a8fecaaad6
fix(v5): expose Sidepanel search parameter types (#2956)
* fix(v5): expose Sidepanel search parameter types

Backport of #2906.\n\nOriginal commit: 4710d0ca77

* Delete sidepanel.test.ts

Had a pointless test case in it.

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2026-08-05 12:15:03 -04:00
Paul Jankowski
b33a7f7b1c
fix(v5): recognize conversation depth errors (#2957)
Backport of #2881.\n\nOriginal commit: f68e52251c

Co-authored-by: Felipe Bermudez <felipeberm@gmail.com>
2026-08-05 12:11:58 -04:00
Paul Jankowski
b28bc84904
feat(v5): Add new footerAction prop (#2952)
* feat(v5): Add new footerAction prop

* Resolve PR comments
2026-08-05 12:07:54 -04:00
Paul Jankowski
4e44b558e1
fix(v5): stop truncating mobile snippets (#2958)
* fix(v5): stop truncating mobile snippets

Backport of #2907.\n\nOriginal commit: 9ad6d169fe

* fix(v5): allow mobile hit text to wrap

Completes the v5 adaptation of #2907 by overriding later v5 child-level truncation rules.\n\nOriginal commit: 9ad6d169fe

* chore(v5): account for mobile wrapping CSS

Updates the CSS size budget for the v5 adaptation of #2907.\n\nOriginal commit: 9ad6d169fe

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2026-08-05 10:18:58 -04:00
Paul Jankowski
9a1b3e4c6c
fix(askai): sanitize markdown HTML in v5 (#2954)
Backport of #2929.\n\nOriginal commit: 681cbfec03

Co-authored-by: Vasco Bettencourt <32492444+vascobettencourt@users.noreply.github.com>
2026-08-05 10:18:38 -04:00
Paul Jankowski
312be0f663
chore: Fix pushing git tags (#2953) 2026-08-04 17:02:26 -04:00
Paul Jankowski
c7e1a8824e
chore: release v5.0.0-beta.2 (#2950) 2026-08-04 14:39:25 -04:00
Paul Jankowski
c4dd1c0363
chore: push git tags on version release (#2951) 2026-08-04 13:08:34 -04:00
Paul Jankowski
4f6b5b1b88
feat(v5): UI and DX improvements (#2949)
* feat: Rename assistantId to agentId

* feat: Allow reading default facet values from index searchParameters

* feat: Remove indexName prop from Sidepanel, cleanup documentation pages

* feat: Move appId and apiKey up into @docsearch/core

* feat: Add back nested grouping of search results

* add changeset

* revert changes to example demo

* fix: e2e tests
2026-08-04 09:43:08 -04:00
Paul Jankowski
5eac1fd6bb
feat: v5 general improvements (#2948)
* feat(v5): General fixes and improvements

* add changeset

* fix: bundlesize
2026-08-03 15:14:02 -04:00
Paul Jankowski
8c01259d81
fix: General v5 fixes (#2947)
- Fix `ref` console error for a `FacetMenu`
- Whitespace only search/conversation input does not trigger requests
- Fix flash of no results page on search
2026-08-03 15:12:39 -04:00
Paul Jankowski
9fe6738a35
fix(askai): Ask AI fixes for v5 (#2945) 2026-08-03 12:22:45 -04:00
Paul Jankowski
b87c28fc87
chore: Add Lorris as codeowner (#2946) 2026-07-31 14:50:36 -04:00
Paul Jankowski
45628c9f6e
chore: Introduce a11y smoke tests (#2943) 2026-07-30 16:34:37 -04:00
Dylan Tientcheu
830a0c854b
fix: reported issues on mobile (#2944) 2026-07-30 16:03:13 +02:00
Paul Jankowski
596397c359
feat(docs): Document v5 beta (#2935)
* chore(docs): v5 documentation

* Writing style clean up

* fix: website after conflicts
2026-07-30 09:47:28 -04:00
Dylan Tientcheu
1cdfd54f23
fix: crash on the demo (#2940) 2026-07-29 15:21:42 -04:00
Dylan Tientcheu
57e3b05ee3 fix: lint 2026-07-29 21:06:59 +02:00
Dylan Tientcheu
c9eac3da7a
feat: website redesign (#2930)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 21:01:30 +02:00
Dylan Tientcheu
d58b625cd8 fix: cleanup claude 2026-07-29 13:35:27 +02:00
Dylan Tientcheu
b0fa544471
feat(mcp): add ChatGPT and Codex DocSearch plugin package (#2938) 2026-07-29 13:21:18 +02:00
Paul Jankowski
01b9533632
feat(react): remove deprecated index props (#2936) 2026-07-28 11:49:15 -04:00
Paul Jankowski
cc75f9a4ba
chore: version v5.0.0-beta.1 (#2932) 2026-07-28 10:28:36 -04:00
Paul Jankowski
fe490bfa0c
fix(website): use bare @import for tailwindcss (#2933)
Tailwind's build-time `@import` cannot be written with `url()` notation,
so `@import url('tailwindcss')` was passed through as a plain CSS import
instead of being processed by Tailwind.

Also syncs bun.lock with the 5.0.0-beta.0 versions already committed to
package.json.
2026-07-27 11:05:27 -04:00
Paul Jankowski
09861c8afd
chore: Update stylelint (#2926)
* chore: stylelint update

* bun.lock

* Add changeset
2026-07-26 21:14:36 -04:00
Paul Jankowski
f8e06784be
fix: Agent Studio MCP search tool (#2927)
* fix: Agent Studio MCP search tool

* Add changeset
2026-07-26 21:14:05 -04:00
Dylan Tientcheu
82716c0888
docs(mcp): add service disclaimer (#2921) 2026-07-20 16:35:49 +02:00
Paul Jankowski
1b6607c038
chore: bump node and npm for release job 2026-07-17 12:18:20 -04:00
Paul Jankowski
ca37f36536
fix: Try blank NPM_AUTH_TOKEN 2026-07-17 11:46:03 -04:00
Paul Jankowski
7669bacf5b
fix: Try setting blank NPM_TOKEN 2026-07-17 11:36:56 -04:00
Paul Jankowski
64ca5034ae
fix: Remove NPM_ID_TOKEN for release 2026-07-17 11:26:08 -04:00
Paul Jankowski
be36f82b42
chore: Enter v5 beta (#2925)
* chore: Enter pre release mode for v5

* chore: update release summary

* chore: version bump
2026-07-17 10:50:16 -04:00
Paul Jankowski
0a1730e1f2
chore: Get NPM OIDC token before publishing (#2924) 2026-07-16 16:37:39 -04:00
Paul Jankowski
2ea665e9af
chore: Move to oxlint and oxfmt (#2923) 2026-07-16 14:59:00 -04:00
Paul Jankowski
e0d21a6d4f
feat(js): Split JS bundles for search only (#2920) 2026-07-16 11:04:20 -04:00
Paul Jankowski
629fce7902
feat(askai): Move askai related props under root askai (#2919)
* feat(askai): Move askai related props under root askai

* fix: playwright test case

* fix(docusaurus): validate Ask AI options
2026-07-16 11:03:50 -04:00
Dylan Tientcheu
23f3e6b657
refactor(docusaurus-adapter): rework theme config for v5 and modularize SearchPage (#2904)
Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
2026-07-15 17:24:19 +02:00
Paul Jankowski
3a15d40b7d
chore(tsdown): Bump to latest tsdown version (#2918)
* chore(tsdown): Bump to latest tsdown version

* fix: bump nvmrc node version

* fix: cli tsconfig

* fix: website build

* fix: example build

* fix: circleci install bun

* fix: lint

* fix: circleci install bun

* fix: circleci install bun

* fix: circleci install bun
2026-07-15 09:25:43 -04:00
Dylan Tientcheu
218eac3062
feat(cli): add @docsearch/cli for MCP setup and search (#2911) 2026-07-14 16:46:18 +02:00
Paul Jankowski
40ca749cf4
feat(js): Document JS based hybrid mode, fix JS packages (#2916)
* feat(js): Document JS based hybrid mode, fix JS packages

* update: add model onOpen to docs
2026-07-13 13:43:17 -04:00
Paul Jankowski
fb31580edc
fix: Ensure stage level and watch level scripts use bun runtime (#2915)
* fix: Ensure stage level and watch level scripts use bun runtime

* chore: move to node@24 update imports

* fix: lint
2026-07-13 13:40:31 -04:00
Paul Jankowski
2a2a90b8cf
chore(v5): Split Ask AI related CSS into own bundle (#2913)
* chore(v5): Split Ask AI related CSS into own bundle

* move style.css to include modal and askai
2026-07-10 18:16:12 -04:00
Paul Jankowski
907c844f83
feat(v5): Add prompt suggestions to keyword search (#2912)
* feat(v5): Add prompt suggestions to keyword search

* cleanup: Move consistent object to reusable constant
2026-07-10 09:56:33 -04:00
Dylan Tientcheu
e26256bb41
feat(mcp): setup mcp plugins (#2895) 2026-07-10 12:05:16 +02:00
Dylan Tientcheu
5598f20d4b
docs(agents): document Cursor Cloud dev environment setup for v5 (Bun) (#2903)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-07-06 15:06:33 +02:00
Paul Jankowski
2b97bab785
feat(v5): Add follow up prompt suggestions (#2902)
* feat(v5): Add follow up prompt suggestions

* fix: bump css bundle size limit
2026-07-02 12:08:23 -04:00
Paul Jankowski
77e7470da4
feat(v5): Add hit result badge (#2901)
* feat(v5): Add hit result badge

* Add background to hit result badge
2026-06-30 16:29:54 -04:00