[release] v0.106.1 - #5532
Open
github-actions[bot] wants to merge 10 commits into
Open
Conversation
2 phase: 1. is hide the page 2. add a switch toggle on settings profile tab to get back the llm apps view - this is for people who is older user and invitated there team member to work on
… durable per-user nav default to control the simplified, -focused sidebar for new signups without impacting existing users. - export navSimplDefaultAtom from onboarding index- read and set navSimplifiedDefaultAtom in post-auth redirect hook so signup flow seeds the simplified-nav default when creating new users- add advancedNavHiddenAtom selector that derives from the new durable navSimplifiedAtom (separating signup-era default from transient isOnboarding/isUser state) - update design docs to explain the new atom, the rationale (do not reuse sticky isNewUserAtom) and the1/Phase2 migration seamThis prevents existing users from losing advanced navigation due to thesticky isNewUser flag while allowing newups to get a simplifiedsidebar by default.
…ents Starting a new agent puts an existing user into an onboarding session, and the sidebar greyed out Agents, Evaluation runs and Annotation Queues for the whole session. Those users watched their own agents sit listed under a disabled parent, with no way to click through. deadEndNavDisabledAtom asked "is onboarding running" when it meant "would this page be empty". It now also requires the project to have no agents. The agent list is read inside the guard, never above it, so the query stays untracked and unfetched whenever onboarding is off, matching what gatedSidebarSource does for the lazy submenu. Claude-Session: https://claude.ai/code/session_01Tjg6u7XP8huKzZqq4kGBmA
…ags tab Settings tabs now declare which scope they belong to (project, organization or personal) and the sidebar renders them under those headings, with a new Organization General tab for renaming, transferring and deleting an org. Adds a Feature Flags tab holding two per-user switches, both stored per user in local storage: one turns the playground session inspector on, the other overrides the simplified navigation chosen at signup. The nav override sits in front of the durable signup default (override ?? default), so an existing user who wants the simplified nav, or a new user who wants the full one, can say so without touching the signup-era value. The session inspector is now off unless its flag is on, in both the chat slice and the panel button. Also updates the simplify-nav design workspace to match. Claude-Session: https://claude.ai/code/session_01Tjg6u7XP8huKzZqq4kGBmA
… rejection antd passes onOk straight to the OK button's onClick, so the awaited mutateAsync in handleDelete rejected into nothing when the backend refused the delete. The mutation's onError already shows the message, so catch and return instead of letting the rejection escape. Claude-Session: https://claude.ai/code/session_01Tjg6u7XP8huKzZqq4kGBmA
…rst-signup-users [feat] Agent-first sidebar for new signups, Playground as app default
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
[feat] Agent-first sidebar for new signups, Playground as app default (v0.106.1)
Contributor
Author
Railway Preview Environment
|
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.
New version v0.106.1 in