Skip to content

Revert Kapa-powered search chat integration#962

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/undo-commit-689ed2a
Closed

Revert Kapa-powered search chat integration#962
Copilot wants to merge 1 commit into
mainfrom
copilot/undo-commit-689ed2a

Conversation

Copy link
Copy Markdown

Copilot AI commented Jun 4, 2026

This PR backs out commit 689ed2a15f76b82ac0f759c66ff12ce0966cf2a0, which introduced the Kapa-based search chat flow. It restores the prior search UX and removes the Kapa integration surface from the app.

  • Search UX rollback

    • Restores the previous SearchModal, SearchButton, and SearchContext behavior/state model.
    • Removes Kapa-driven chat/search interactions added in the reverted commit.
  • App wiring cleanup

    • Removes Kapa-specific root-route wiring and related integration hooks.
    • Reverts environment/config touchpoints introduced for the chat integration.
  • Dependency surface rollback

    • Removes Kapa-related package additions and corresponding lockfile changes.
// __root.tsx (conceptual)
- import { KapaSearchProvider } from '@/...'
- <KapaSearchProvider><App /></KapaSearchProvider>
+ <App />

Copilot AI changed the title Revert "Add Kapa-powered search chat" Revert Kapa-powered search chat integration Jun 4, 2026
Copilot AI requested a review from KevinVandy June 4, 2026 22:09
@KevinVandy KevinVandy closed this Jun 6, 2026
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.

2 participants