diff --git a/src/extension.ts b/src/extension.ts index f6ea731..9a82c4b 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -384,6 +384,124 @@ console.log('Connect AI extension activated.'); } }) ); + + // Show Brain Network Topology + context.subscriptions.push( + vscode.commands.registerCommand('connect-ai-lab.showBrainNetwork', () => { + showBrainNetwork(context); + }) + ); +} + +function showBrainNetwork(context: vscode.ExtensionContext) { + const panel = vscode.window.createWebviewPanel( + 'brainTopology', + 'Neural Construct (Brain)', + vscode.ViewColumn.One, + { enableScripts: true, retainContextWhenHidden: true } + ); + + panel.webview.html = ` + +
+ +Synaptic Network & Pattern Recognition [SCANNING ONLINE]
+