diff --git a/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx b/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx index 72fd08fb7..edd9c44d7 100644 --- a/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx +++ b/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx @@ -1,10 +1,4 @@ -import { - ArrowUp, - AtSign, - Loader2, - MessageSquareDashed, - Settings, -} from 'lucide-react'; +import { ArrowUp, AtSign, Loader2, Settings } from 'lucide-react'; import type { ComponentProps, FormEventHandler, @@ -407,16 +401,6 @@ export function ProjectSupervisorView({ ); }; - const emptyState = - directCodex && - visibleMessages.length === 0 && - !transientReply && - !directProcessDetail && - !runtimePanelProps.controlBusy && - !pendingCommand && - !pendingConfirmation && - !designView?.session.pendingApproval && - !designView?.session.pendingClarification; const submitButton = (