jay-chen-1102/dsh-vscode-layout

jay-chen-1102★ 1JavaScriptLast synced: 2026-08-16

Open on GitHub

README excerpt

dsh-vscode-layout VSCode-like layout for the DeepSeek Harness (DSH) web GUI. What it does Re-arranges the web shell's columns into a VSCode-style layout: - Left tab rail (工作区 文件) above the left column: - 工作区 — the shell sidebar (sessions / workspaces list) - 文件 — the aionui file explorer (file tree) - Click to switch between them. - Center — the conversation while chatting. - When a file is open in the aionui preview (editor): - the editor takes the center column, - the conversation docks to the right ( 420px). - Closing all file tabs returns the conversation to the center. Existing capabilities are preserved: sidebar drag-resize (workspace tab), file-tree search, multi-tab preview, source/preview toggle, save, SCM changes panel — they just moved around. Requirements - DSH web GUI (the web profile). - @linxin666/dsh-client-ui-aionui-panel (usually installed via the @linxin666/dsh-web-ui-all aggregate bundle). The plugin's browser half is a no-op while the aionui columns ( [data-aionui-explorer-col] , [data-aionui-preview-col] ) are absent. Install or publish the package and: Then restart dsh web . The profile bundle is read at boot, so a restart is required (a page refresh alone is…

View full README on GitHub →
Tools / Devdeepseekdeepseek-harnessdshdsh-pluginsidebarsearchvscode

Category