Skip to content

[release] v0.106.1 - #5532

Open
github-actions[bot] wants to merge 10 commits into
mainfrom
release/v0.106.1
Open

[release] v0.106.1#5532
github-actions[bot] wants to merge 10 commits into
mainfrom
release/v0.106.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

New version v0.106.1 in

  • web
    • web/oss
    • web/ee
  • services
  • api
  • sdks
    • sdks/python
  • clients
    • clients/python
    • clients/typescript
  • kubernetes
    • kubernetes/helm

ashrafchowdury and others added 9 commits July 26, 2026 19:56
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
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 28, 2026 3:48pm

Request Review

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 28, 2026
[feat] Agent-first sidebar for new signups, Playground as app default (v0.106.1)
@dosubot dosubot Bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Railway Preview Environment

Preview URL https://gateway-production-ed6b.up.railway.app/w
Image tag pr-5532-1afc9a5
Status Failed
Railway logs Open logs
Logs View workflow run
Updated at 2026-07-28T16:05:15.567Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants