chore: rename display title to dsh-context-plugin

This commit is contained in:
2026-09-02 14:35:12 -07:00
parent 563ecfe800
commit 13559b888d

View File

@@ -564,7 +564,7 @@ function clientPlugin() {
h('div', { className: 'dsh-ctx-header' }, h('div', { className: 'dsh-ctx-header' },
h('div', { className: 'dsh-ctx-title' }, h('div', { className: 'dsh-ctx-title' },
h('span', null, '📁'), h('span', null, '📁'),
h('span', null, 'Workspace Context Ingestion') h('span', null, 'dsh-context-plugin')
), ),
h('div', { style: { display: 'flex', gap: '4px' } }, h('div', { style: { display: 'flex', gap: '4px' } },
h('button', { h('button', {
@@ -738,7 +738,7 @@ function clientPlugin() {
fontSize: '12px', fontSize: '12px',
gap: '6px' gap: '6px'
}, },
title: 'Open Workspace Context Ingestion Window', title: 'Open dsh-context-plugin Window',
onClick: () => { onClick: () => {
updateWindowState({ isOpen: true, isMinimized: false }); updateWindowState({ isOpen: true, isMinimized: false });
} }