Skip to content

chore(ui): rebuild dashboard bundle for patch-1.92.0rc1 (#32416) - #32554

Merged
yuneng-berri merged 1 commit into
patch-1.92.0rc1from
litellm_ui_rebuild_192rc1
Jul 8, 2026
Merged

chore(ui): rebuild dashboard bundle for patch-1.92.0rc1 (#32416)#32554
yuneng-berri merged 1 commit into
patch-1.92.0rc1from
litellm_ui_rebuild_192rc1

Conversation

@yuneng-berri

Copy link
Copy Markdown
Collaborator

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.0rc1

Linear ticket

Pre-Submission checklist

Please complete all items before asking a LiteLLM maintainer to review your PR

  • I have added meaningful tests
  • My PR passes all CI/CD checks (e.g., lint, format, unit tests)
  • My PR's scope is as isolated as possible; it only solves 1 specific problem
  • I have requested a Greptile review by commenting @greptileai and received a Confidence Score of at least 4/5 before requesting a maintainer review

Screenshots / Proof of Fix

This PR ships generated build artifacts, so the proof is build provenance rather than a live request. The #32416 fix 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:

$ git grep -n wasModalVisibleRef ui/litellm-dashboard/src/components/mcp_tools/create_mcp_server.tsx
ui/litellm-dashboard/src/components/mcp_tools/create_mcp_server.tsx:610:  const wasModalVisibleRef = React.useRef(isModalVisible);
ui/litellm-dashboard/src/components/mcp_tools/create_mcp_server.tsx:612:    const wasVisible = wasModalVisibleRef.current;
ui/litellm-dashboard/src/components/mcp_tools/create_mcp_server.tsx:613:    wasModalVisibleRef.current = isModalVisible;

Diff confined to the prebuilt bundle (nothing printed means no stray source or node_modules files):

$ git diff --name-only patch-1.92.0rc1..HEAD | grep -v '^litellm/proxy/_experimental/out/'
$

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):

$ git diff --find-renames --name-status --diff-filter=R patch-1.92.0rc1..HEAD -- litellm/proxy/_experimental/out/_next/static/chunks/ | grep 0gdtcj3v7-dhs
R089    litellm/proxy/_experimental/out/_next/static/chunks/15~2u9npne1-a.js    litellm/proxy/_experimental/out/_next/static/chunks/0gdtcj3v7-dhs.js

$ grep -rl "Failed to restore MCP create state" litellm/proxy/_experimental/out/_next/static/chunks/
litellm/proxy/_experimental/out/_next/static/chunks/0gdtcj3v7-dhs.js

Type

🚄 Infrastructure

Changes

The proxy serves the admin dashboard from the prebuilt bundle committed at litellm/proxy/_experimental/out/. --reload never runs next build, and a PyPI wheel ships that committed bundle as-is, so a .tsx change 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)

#32416 changed ui/litellm-dashboard/src/components/mcp_tools/create_mcp_server.tsx and merged onto patch-1.92.0rc1 via #32553, but the committed bundle predates it. This commit rebuilds the dashboard from the current patch-1.92.0rc1 tree 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 UI

The diff is intentionally limited to litellm/proxy/_experimental/out/; committing that directory is normally avoided, and here it is the deliverable

@greptile-apps

greptile-apps Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Too many files changed for review. (414 files found, 100 file limit)

Bypass the limit by tagging @greptile-apps to review.

@yuneng-berri
yuneng-berri merged commit 78c5618 into patch-1.92.0rc1 Jul 8, 2026
5 checks passed
@yuneng-berri
yuneng-berri deleted the litellm_ui_rebuild_192rc1 branch July 8, 2026 23:27
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.

1 participant