[Agent Builder] Fix LLM assignment change not reflected without page refresh#271780
Closed
saikatsarkar056 wants to merge 7 commits into
Closed
[Agent Builder] Fix LLM assignment change not reflected without page refresh#271780saikatsarkar056 wants to merge 7 commits into
saikatsarkar056 wants to merge 7 commits into
Conversation
Contributor
💔 Build Failed
Failed CI StepsMetrics [docs]Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History |
sphilipse
reviewed
May 29, 2026
Member
sphilipse
left a comment
There was a problem hiding this comment.
This solution adds a permanent subscription on every page where the connector_selector is present, but the scenario it's checking for is exceedingly rare: having the conversation sidebar open, with a connector_selector, and editing the feature settings list.
I would rather solve this by forcing a page reload, or just ignore this edge case and let it be a little weird.
Contributor
Author
|
Thanks, @sphilipse. Agreed that this is a very rare case. Let's ignore this. I will close the Pr. |
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
When an admin changes the LLM model assignment for Agent Builder in the Feature Settings page, the open Agent Builder session kept showing the old model until the user refreshed the entire page. This was confusing because the setting appeared saved but had no visible effect in the current session.
Screen Recording
Screen.Recording.2026-05-28.at.3.16.00.PM.mov
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.Identify risks
Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.
Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.
Release note
Fixes Agent Builder not reflecting LLM model assignment changes made in Feature Settings without a full page refresh.