Skip to content

Commit 36a8497

Browse files
GeneAIclaude
authored andcommitted
refactor(vscode): Hide Memory and Research Synthesis panels
Removed "Memory (Beta)" and "Research Synthesis" dropdown panels from the sidebar, keeping only the "Dashboard" panel visible for cleaner UX. Users can still access memory features through commands if needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c251649 commit 36a8497

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vscode-extension/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -221,16 +221,6 @@
221221
"type": "webview",
222222
"id": "empathy-dashboard",
223223
"name": "Dashboard"
224-
},
225-
{
226-
"type": "webview",
227-
"id": "empathy-memory",
228-
"name": "Memory (Beta)"
229-
},
230-
{
231-
"type": "webview",
232-
"id": "research-synthesis",
233-
"name": "Research Synthesis"
234224
}
235225
]
236226
},

0 commit comments

Comments
 (0)