MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / AssistantPanelProps

Interface AssistantPanelProps

ui/src/components/AssistantPanel.tsx:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { Button } from '@/components/ui/button'
15
16interface AssistantPanelProps {
17 projectName: string
18 isOpen: boolean
19 onClose: () => void
20}
21
22const STORAGE_KEY_PREFIX = 'assistant-conversation-'
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected