From 02ec2a5aabd63d727bef6087df0bf3185cfcd742 Mon Sep 17 00:00:00 2001 From: pyraxo Date: Sat, 18 Oct 2025 15:47:52 +0800 Subject: [PATCH 1/6] Changes auto-committed by Conductor --- .../components/Agents/AgentDetail.tsx | 6 +-- .../dashboard/components/Agents/AgentList.tsx | 2 +- apps/dashboard/components/Feed/LiveFeed.tsx | 2 +- convex/todos.ts | 4 +- pnpm-lock.yaml | 37 ------------------- 5 files changed, 7 insertions(+), 44 deletions(-) diff --git a/apps/dashboard/components/Agents/AgentDetail.tsx b/apps/dashboard/components/Agents/AgentDetail.tsx index c4569ed..6e6f1c5 100644 --- a/apps/dashboard/components/Agents/AgentDetail.tsx +++ b/apps/dashboard/components/Agents/AgentDetail.tsx @@ -26,7 +26,7 @@ export function AgentDetail({ stackId }: { stackId: Id<"agent_stacks"> }) {

Todos