diff --git a/ui/src/components/SidebarAgents.tsx b/ui/src/components/SidebarAgents.tsx index 0b34f3a0..4931eea7 100644 --- a/ui/src/components/SidebarAgents.tsx +++ b/ui/src/components/SidebarAgents.tsx @@ -79,7 +79,7 @@ export function SidebarAgents() { const activeTab = agentMatch?.[2] ?? null; // Valid agent detail tabs — preserve across agent switches - const validTabs = new Set(["dashboard", "prompts", "skills", "configuration", "configure", "budget", "runs"]); + const validTabs = new Set(["dashboard", "instructions", "prompts", "skills", "configuration", "configure", "budget", "runs"]); return (