diff --git a/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx b/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx index 81c80f34..6b796e67 100644 --- a/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx +++ b/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx @@ -756,49 +756,63 @@ export function TaskCreationWizard({ )} - {/* Referenced Files Section */} - {showFiles && ( -
- Reference specific files or folders from your project to provide context for the AI. -
-- No files referenced yet. Drag files from the file explorer to add them. -
++ Drag files from the file explorer to add references, or use the "Browse Files" button below. +
+ ) : ( + <> ++ These files will provide context for the AI when working on your task. +
+