We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d35c2 commit a5de87aCopy full SHA for a5de87a
gui/src/components/BackgroundMode/AgentsList.tsx
@@ -116,7 +116,6 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
116
// Open agent detail in browser
117
ideMessenger.post("controlPlane/openUrl", {
118
path: `agents/${agent.id}`,
119
- orgSlug: currentOrg?.slug,
120
});
121
}}
122
>
0 commit comments