删除无用内容

This commit is contained in:
2025-08-13 22:28:47 +08:00
parent e4b49b4f6b
commit 780fd9dd35
11 changed files with 5 additions and 6599 deletions

View File

@@ -45,6 +45,7 @@ import { WebviewPreview } from "./WebviewPreview";
import { FileExplorerPanelEnhanced } from "./FileExplorerPanelEnhanced";
import { GitPanelEnhanced } from "./GitPanelEnhanced";
import { FileEditorEnhanced } from "./FileEditorEnhanced";
import { SlashCommandsManager } from "./SlashCommandsManager";
import type { ClaudeStreamMessage } from "./AgentExecution";
import { useVirtualizer } from "@tanstack/react-virtual";
import { useTrackEvent, useComponentMetrics, useWorkflowTracking, useLayoutManager } from "@/hooks";
@@ -162,7 +163,6 @@ export const ClaudeCodeSession: React.FC<ClaudeCodeSessionProps> = ({
// 文件监控相关状态
const [fileChanges, setFileChanges] = useState<FileChange[]>([]);
const [showFileMonitor, setShowFileMonitor] = useState(false);
const [isFileWatching, setIsFileWatching] = useState(false);
const [fileMonitorCollapsed, setFileMonitorCollapsed] = useState(false);
const [fileMonitorExpanded, setFileMonitorExpanded] = useState(false);