diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index f7f328b8..3d95d38e 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -1640,9 +1640,7 @@ function App() { setAllPermissionRequests(new Map()) setPermissionResponses(new Map()) setSelectedBackgroundTask(null) - // Update active chat tab's runId to null - setChatTabs(prev => prev.map(t => t.id === activeChatTabId ? { ...t, runId: null } : t)) - }, [activeChatTabId]) + }, []) // Chat tab operations const applyChatTab = useCallback((tab: ChatTab) => {