You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
We need to add the following top level nav/actions to the chat page.
These should live outside of the shared deep agents package
Agent name dropdown: render the same agent selection dropdown. when you switch agents it should update the query params, and remove all other query params to ensure you start fresh
add the history button (lets reuse the history sidebar pop-out that we had before)
add the inbox button. this should route to the /inbox page with the proper query params for the selected agent and thread ID. if a thread has not been started yet, we should disable this button
have the settings icon open the edit agent dialog for now