Skip to content

Conversation

Copy link

Copilot AI commented Feb 5, 2026

No changes have been made yet. The issue requests documentation updates in the algolia/docs-new repository, but this environment only has access to the algolia/instantsearch repository.

Clarification needed on which repository to work in before proceeding with:

  • Documentation for new FilterSuggestions widget
  • Updates to autocomplete widget for transformItems prop
  • Updates to chat widget for memory tools, custom types, UMD build, and prompt suggestions
Original prompt

This section details on the original issue you should resolve

<issue_title>[docs] Update docs for [email protected]</issue_title>
<issue_description>## Copilot Configuration

  • Target repository: algolia/docs-new
  • Create as: Draft PR
  • Model: Claude Sonnet 4.5

Summary

Update documentation for instantsearch.js v4.87.0 release.

Priority: high
Suggested content types: widget-docs, release-notes

Important: This issue is for updating documentation in the algolia/docs-new repository.
When working on this issue, please select algolia/docs-new as the target repository.

Changes to Document

New Widgets

  • FilterSuggestions - add FilterSuggestions widget (#6861)

Modified Components

  • autocomplete - add transformItems prop (#6853)
  • chat - add default memory tools (#6873)
  • chat - add support for custom type in render state (#6847)
  • chat - include in UMD build (#6793)
  • chat - support prompt suggestions (#6831)

Source Reference

Target Repository

Create your PR in: algolia/docs-new

The documentation lives in the algolia/docs-new repository, not in this repository (instantsearch).
When Copilot starts working on this issue, make sure to select algolia/docs-new as the working repository.

Instructions

  1. Work in the algolia/docs-new repository (not instantsearch)
  2. Look at the existing widget docs in doc/api-reference/widgets/ for format reference
  3. For new widgets/connectors/hooks, create new MDX files following the existing patterns
  4. For modified components, update the existing documentation to include new props/options
  5. Follow the <ParamField> component pattern for props documentation
  6. Include TypeScript types and code examples where appropriate
  7. For breaking changes, update the migration guide if applicable

Documentation Format Reference

Widget/Hook documentation should follow this MDX structure:

---
title: ComponentName
description: Brief description of the component
---

<ParamField path="propName" type="string" required>
  Description of the prop.
</ParamField>

<ParamField path="optionalProp" type="boolean" default="false">
  Description of the optional prop.
</ParamField>

Checklist

  • New component docs created (if applicable)
  • Existing docs updated with new props/options
  • Code examples added/updated
  • TypeScript types documented
  • Breaking changes noted in migration guide (if applicable)
    </issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update documentation for instantsearch.js v4.87.0 release Update documentation for instantsearch.js v4.87.0 Feb 5, 2026
@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 5, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 8294b96:

Sandbox Source
example-instantsearch-getting-started Configuration
example-react-instantsearch-getting-started Configuration
example-react-instantsearch-next-app-dir-example Configuration
example-react-instantsearch-next-routing-example Configuration
example-vue-instantsearch-getting-started Configuration

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.

[docs] Update docs for [email protected]

2 participants