diff --git a/src/features/agent/components/agent-command-panel.tsx b/src/features/agent/components/agent-command-panel.tsx index 470ca9e..f6e29fa 100644 --- a/src/features/agent/components/agent-command-panel.tsx +++ b/src/features/agent/components/agent-command-panel.tsx @@ -2,7 +2,6 @@ import { Activity, CheckCircle2, ChevronsUpDown, - ChevronDown, ChevronLeft, DatabaseZap, History, @@ -16,7 +15,8 @@ import { Shield, ShieldCheck, Square, - Volume2 + Volume2, + X } from "lucide-react"; import { AnimatePresence, MotionConfig, motion, useReducedMotion } from "motion/react"; import { useCallback, useEffect, useMemo, useRef, useState, type ReactNode } from "react"; @@ -292,19 +292,29 @@ export function AgentCommandPanel({ >