Studio Agentic UI: Define signed-out experience for Agentic UI chat#4183
Studio Agentic UI: Define signed-out experience for Agentic UI chat#4183katinthehatsite wants to merge 11 commits into
Conversation
…experience-for-agentic-ui
I just did the rebase 👍
I have not tested the offline mode yet, I will take a look now. I will check if it makes sense to handle this as a part of this PR or open a completely new issue to handle the offline mode across the whole agentic UI |
|
@bcotrim for the offline mode, I think we need a separate issue. I will create one in Linear, there are multiple elements that need to de handled holistically e.g. Log in button, Publish button, New chat button, some sort of indication that the user is offline. I think we can focus on logged out screen in this PR, and handle the offline mode separately. What do you think? |
📊 Performance Test ResultsComparing e3b2570 vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
Yes, I think it makes sense to address offline mode in a separate issue. |
…experience-for-agentic-ui
I think that's good for now, we can ask @shaunandrews for a review to get his thoughts on it. However the request to fetch the sites is still being made, so we get this on the logs: I think we should prevent the request from being made, if possible. |



Related issues
Fixes STU-1898
How AI was used in this PR
It was used to extract the changes that were suggested in the exploration from #3975
Proposed Changes
This PR adds a logged-out experience for the users for the agentic UI:
Testing Instructions
npm startAgentic UIfeature flag fromStudio -> Feature flagsfrom the topbarNew chatbutton is disabledLog inbutton in the sidebarSharebutton for the previews is disabled and it asks you to log in to share the linkPre-merge Checklist