feat: re-enable the Runpod Assistant chat widget - #840
Merged
Conversation
Reverts the temporary disable from #762. The widget backend is live and the widget UI has been reworked into a bottom-center ask bar plus a right-side panel (runpod-assistant-doc-backend), so no config change is needed here beyond uncommenting the loader. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
lavanya-gunreddi
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts the temporary disable from #762 by uncommenting the widget loader. One file, no config change.
Depends on runpod/runpod-assistant-doc-backend#31 — the docs site loads the bundle from that deployment, so merge this after #31 ships or the old bottom-right pill comes back instead of the new ask bar.
What the reader gets
A bottom-center
Ask a question…bar with a ⌘I shortcut, a sparkle launcher next to the sidebar search box, and a right-side Assistant panel that shifts page content rather than covering it.Verification
Ran
mint devagainst a local doc-backend and assistant; the widget loaded, streamed a real answer, and rendered source cards. The prodWIDGET_BASE_URLin this diff is the Vercel deployment, not the localhost URL used for that test.🤖 Generated with Claude Code