feat(webui): trace SSR runtime dependencies - #968
Merged
Conversation
- add `scripts/traceRuntime.ts` and a `build:image` script that assemble `build-runtime/` via @vercel/nft - add `@vercel/nft`; drop `@react-router/serve` - gate tracing behind `MS_AGENT_WEBUI_TRACE_RUNTIME` in `ms-agent ui --prepare-only` and stamp the cache as `traced` - add a `--frontend-dir` launcher option that rejects a mismatched traced tree - enable tracing in the Docker build and ignore local `build-runtime/`
Scroll the highlighted suggestion into view on keyboard navigation, reset the selection when the filtered list changes, and guard Enter against an empty list.
Create a new provider entry with only its `models` list, and cover adding a model to a built-in provider in the SDK and backend tests.
- add an `xs` size to `EmptyState` and a `renderAntdEmpty` handler, wired into `ConfigProvider.renderEmpty` in `root.tsx` - add the `common.noData` string to the en and zh locales - add an "add model" action to the model selector's empty pane, linking to model settings with `?provider=` for the browsed provider - read `?provider=` on the model settings page as the initial selection - add the same action to the default-model picker, opening the model modal and selecting the saved model
alcholiclg
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.
Change Summary
model picker add a model on the provider it is pointed at.
add_modelfrom writing a provider name and protocol.Related issue number
N/A
Checklist