Skip to content

Conversation

Copy link

Copilot AI commented Feb 5, 2026

This issue requires updating documentation for [email protected] release in the algolia/docs-new repository. No changes were made to this repository (algolia/instantsearch) as it does not contain the documentation files that need to be updated.

Issue Summary

The issue requests documentation updates for:

  • New FilterSuggestions widget
  • transformItems prop for autocomplete
  • Default memory tools for chat
  • Prompt suggestions support for chat

Required Repository

All changes must be made in algolia/docs-new at doc/api-reference/widgets/, not in the instantsearch repository.

Next Steps

Re-run this task with algolia/docs-new as the target repository to complete the documentation updates.

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 react-instantsearch v7.23.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 - 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)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update documentation for react-instantsearch v7.23.0 Issue requires changes in algolia/docs-new repository 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 ad5c46d:

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