feat: add VS Code runtime detection to session sidebar and agent manager components

This commit is contained in:
Bohdan Triapitsyn
2026-01-08 17:59:36 +02:00
parent 59031ff99b
commit 04d6a2b2bf
2 changed files with 7 additions and 3 deletions
@@ -108,7 +108,7 @@ export const AgentManagerEmptyState: React.FC<AgentManagerEmptyStateProps> = ({
if (markerIndex > 0) return normalized.slice(0, markerIndex);
if (normalized.endsWith('/.openchamber')) return normalized.slice(0, normalized.length - '/.openchamber'.length);
return normalized;
}, [activeProjectId, projects, currentDirectory, vscodeWorkspaceFolder]);
}, [activeProjectId, projects, currentDirectory, vscodeWorkspaceFolder, isVSCodeRuntime]);
// Load setup commands from config
React.useEffect(() => {