From 1171ed6d36c04c17b2a5f5bcf400f905fd22153a Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 18 Apr 2026 16:00:33 +0900 Subject: [PATCH] feat: Update brain UI to 2D force graph and UI buttons --- src/extension.ts | 168 ++++++++++++++++++++++++++++------------------- 1 file changed, 99 insertions(+), 69 deletions(-) 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
+