diff --git a/src/extension.ts b/src/extension.ts index 9a82c4b..25a4192 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -407,98 +407,127 @@ function showBrainNetwork(context: vscode.ExtensionContext) { Connect AI - Neural Construct - +

✦ Neural Construct

-

Synaptic Network & Pattern Recognition [SCANNING ONLINE]

+

Memory Architecture [BASE MEMORY: 142 NODES]

-
+
KNOWLEDGE INJECTED
ASSIMILATING MRBEAST ALGORITHM...
+ +
+ +
+ +
`; @@ -664,7 +693,8 @@ class SidebarChatProvider implements vscode.WebviewViewProvider { await this._handleSettingsMenu(); break; case 'syncBrain': - await this._handleBrainMenu(); + case 'showBrainNetwork': + vscode.commands.executeCommand('connect-ai-lab.showBrainNetwork'); break; case 'injectLocalBrain': await this._handleInjectLocalBrain(msg.files); @@ -1964,7 +1994,7 @@ body.init .input-wrap{max-width:680px;width:100%;margin:0 auto;transform:none;tr .msg-body pre .op{color:#89ddff} .msg-body pre .type{color:#ffcb6b} -
Connect AI
+
Connect AI
@@ -1977,7 +2007,7 @@ body.init .input-wrap{max-width:680px;width:100%;margin:0 auto;transform:none;tr
+