From 13559b888daf4401f4f4df4b945d88520f83a106 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 2 Sep 2026 14:35:12 -0700 Subject: [PATCH] chore: rename display title to dsh-context-plugin --- src/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.js b/src/client.js index 96a479c..0942db2 100644 --- a/src/client.js +++ b/src/client.js @@ -564,7 +564,7 @@ function clientPlugin() { h('div', { className: 'dsh-ctx-header' }, h('div', { className: 'dsh-ctx-title' }, h('span', null, '📁'), - h('span', null, 'Workspace Context Ingestion') + h('span', null, 'dsh-context-plugin') ), h('div', { style: { display: 'flex', gap: '4px' } }, h('button', { @@ -738,7 +738,7 @@ function clientPlugin() { fontSize: '12px', gap: '6px' }, - title: 'Open Workspace Context Ingestion Window', + title: 'Open dsh-context-plugin Window', onClick: () => { updateWindowState({ isOpen: true, isMinimized: false }); }