diff --git a/app/src/components/views/kanban-card.tsx b/app/src/components/views/kanban-card.tsx index 28c813b8..3d7dfc52 100644 --- a/app/src/components/views/kanban-card.tsx +++ b/app/src/components/views/kanban-card.tsx @@ -246,7 +246,13 @@ export function KanbanCard({ Errored )} - + {isCurrentAutoTask && (
@@ -320,8 +326,8 @@ export function KanbanCard({
)} -
- +
+ {feature.description} @@ -358,9 +364,9 @@ export function KanbanCard({ {/* Agent Info Panel - shows for in_progress, waiting_approval, verified */} {/* Detailed mode: Show all agent info */} {showAgentInfo && feature.status !== "backlog" && agentInfo && ( -
+
{/* Model & Phase */} -
+
@@ -437,25 +443,25 @@ export function KanbanCard({ feature.status === "verified") && ( <> {(feature.summary || summary || agentInfo.summary) && ( -
-
-
- - Summary +
+
+
+ + Summary
-

+

{feature.summary || summary || agentInfo.summary}