diff --git a/src/components/chat/ChatInput.tsx b/src/components/chat/ChatInput.tsx index ca7ef00..02339a5 100644 --- a/src/components/chat/ChatInput.tsx +++ b/src/components/chat/ChatInput.tsx @@ -10,6 +10,8 @@ import { Check, Loader2, Package, + FileX, + SendToBack, } from "lucide-react"; import type React from "react"; import { useCallback, useEffect, useRef, useState } from "react"; @@ -32,6 +34,7 @@ import { Proposal, SuggestedAction, ProposalResult, + FileChange, } from "@/lib/schemas"; import type { Message } from "@/ipc/ipc_types"; import { isPreviewOpenAtom } from "@/atoms/viewAtoms"; @@ -461,10 +464,7 @@ function ChatInputActions({