Swap retired RunLLM docs widget for self-hosted Centaur widget#1
Merged
Conversation
Loads the Centaur "Ask AI" widget from centaur.crowdcent.com (public /ask chat API) in place of runllm-widget.js. Keeps the Mod+k shortcut and the #62e4fb theme. NOTE: do not deploy the docs site until the /ask surface is enabled on centaur.crowdcent.com — until then the widget script 404s and the docs render without an assistant button. Co-authored-by: Cursor <cursoragent@cursor.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Summary
docs/overrides/assets/js/runllm-widget.js(RunLLM was deprecated 2026-03-09) withcentaur-widget.js, a loader for the self-hosted Centaur widget served fromcentaur.crowdcent.com(/static/widget.js, chat via the public/askAPI).Mod+kkeyboard shortcut and#62e4fbtheme color from the RunLLM setup.Do not merge yet
The
/asksurface on centaur.crowdcent.com is gated OFF pending the sandbox + per-transport context-isolation gates. Merging + deploying the docs site before that flag flips would ship a widget whose backend refuses every request. This PR is staged for the final cutover step.Test plan
/askis enabled in prod: load docs.crowdcent.com, open widget via Mod+k, ask a question, confirm SSE answer + sourcesMade with Cursor