diff --git a/client/src/pages/BoardPage.tsx b/client/src/pages/BoardPage.tsx
index 30c3eee..105bbb2 100644
--- a/client/src/pages/BoardPage.tsx
+++ b/client/src/pages/BoardPage.tsx
@@ -8,7 +8,7 @@ import {
useSensors,
type DragEndEvent,
} from '@dnd-kit/core'
-import { Bot, Play, Plus, Trash2 } from 'lucide-react'
+import { Bot, Play, Plus, Sparkles, Trash2 } from 'lucide-react'
import { toast } from 'sonner'
import { AppShell, REVIEWS_CHANGED } from '@/components/AppShell'
import { LivePreview } from '@/components/LivePreview'
@@ -569,7 +569,30 @@ function TaskDrawer({
{children.length > 0 && (
-
+
+
+ {aiSeats.length > 0 && (
+
+ )}
+
{children.map((child) => (