From 4e63e8559d1d24f9640846a4776639a9157648ae Mon Sep 17 00:00:00 2001 From: AndyMik90 Date: Wed, 17 Dec 2025 23:08:53 +0100 Subject: [PATCH] auto-claude: subtask-1-1 - Remove Reference Files toggle button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the 'Reference Files (optional)' toggle button that controlled the showFiles state for the collapsible section. The FolderTree icon toggle with chevron is now removed from TaskCreationWizard.tsx. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../components/TaskCreationWizard.tsx | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx b/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx index e86f8092..d4cb560d 100644 --- a/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx +++ b/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx @@ -746,32 +746,6 @@ export function TaskCreationWizard({ )} - {/* Reference Files Toggle */} - - {/* Referenced Files Section - Drop Zone */} {showFiles ? (