diff --git a/ui/src/components/SidebarAgents.tsx b/ui/src/components/SidebarAgents.tsx index 4931eea7..0a7e8c18 100644 --- a/ui/src/components/SidebarAgents.tsx +++ b/ui/src/components/SidebarAgents.tsx @@ -78,8 +78,6 @@ export function SidebarAgents() { const activeAgentId = agentMatch?.[1] ?? null; const activeTab = agentMatch?.[2] ?? null; - // Valid agent detail tabs — preserve across agent switches - const validTabs = new Set(["dashboard", "instructions", "prompts", "skills", "configuration", "configure", "budget", "runs"]); return ( @@ -116,7 +114,7 @@ export function SidebarAgents() { return ( { if (isMobile) setSidebarOpen(false); }}