chore(ui): rebuild dashboard bundle for patch-1.92.0rc1 (#32416) - #32554
Merged
Conversation
Contributor
|
Too many files changed for review. ( Bypass the limit by tagging |
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.
Relevant issues
Pairs with #32553, which backported #32416 (fix(ui/mcp): do not reset in-flight OAuth resume when create modal mounts closed) and five other fixes onto
patch-1.92.0rc1Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewScreenshots / Proof of Fix
This PR ships generated build artifacts, so the proof is build provenance rather than a live request. The
#32416fix is present on the tree this bundle was built from, the diff is confined to the prebuilt bundle, and the compiled chunk that contains the MCP create-server component actually changed content (not just a hash rename)Fix present on the built tree:
Diff confined to the prebuilt bundle (nothing printed means no stray source or
node_modulesfiles):The compiled chunk holding the MCP create-server component changed content between the previously committed bundle and this rebuild (git records it as a rename at 89% similarity, so roughly 11% of the chunk changed):
Type
🚄 Infrastructure
Changes
The proxy serves the admin dashboard from the prebuilt bundle committed at
litellm/proxy/_experimental/out/.--reloadnever runsnext build, and a PyPI wheel ships that committed bundle as-is, so a.tsxchange with no rebuilt bundle stays invisible in the shipped UI on the wheel install path (a Docker image build rebuilds the UI from source, so it is unaffected)#32416changedui/litellm-dashboard/src/components/mcp_tools/create_mcp_server.tsxand merged ontopatch-1.92.0rc1via#32553, but the committed bundle predates it. This commit rebuilds the dashboard from the currentpatch-1.92.0rc1tree with Node v20 and commits the regenerated_experimental/out/so the 1.92.0 line ships the MCP OAuth create-modal fix in the prebuilt UIThe diff is intentionally limited to
litellm/proxy/_experimental/out/; committing that directory is normally avoided, and here it is the deliverable