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 167ef73 commit 66be965Copy full SHA for 66be965
gui/src/components/BackgroundMode/AgentsList.tsx
@@ -204,7 +204,6 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
204
// Open agent detail in browser
205
ideMessenger.post("controlPlane/openUrl", {
206
path: `agents/${agent.id}`,
207
- orgSlug: currentOrg?.slug,
208
});
209
}}
210
>
@@ -250,7 +249,6 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
250
249
onClick={() => {
251
252
path: "agents",
253
254
255
256
variant="ghost"
0 commit comments