No-PRM/dsh-explorer
No-PRM★ 2TypeScript最后同步: 2026-08-16
DSH plugin: VS Code-style file-tree explorer (git decorations, preview, diff, drag-to-reference); install via dsh plugin --profile web add.
README 摘要
English · 中文 dsh-explorer A file-tree sidebar for the DeepSeek Harness web UI. A blue round button on the right edge opens a drawer with the current workspace's files — lazy-loaded and virtualized, so even big directories stay responsive. The plugins only add UI and a few read-only routes. Nothing in the shipped dsh packages is touched, so dsh updates shouldn't break anything. Install (two commands — monorepo) What you get - A right-side drawer (drag the edge to resize) with a floating blue toggle; open state and width are remembered - VS Code-style indent guides, hover highlights the active line - Git status at a glance: M/A/U/D/R letters in a right-aligned column, tinted filenames, dirty dots on folders, struck-through rows for deleted files, gitignored entries dimmed - Modified files get a git diff view (HEAD vs working tree, side-by-side) right in the preview - Click a file to preview it — text opens in CodeMirror (Ctrl+F gives a VS Code-like find bar), images/video/audio/PDF play inline - Drag any file/folder (or selected code from the preview, which becomes path:from-to ) into the chat input — inserts a reference and shows a removable chip above the composer - Search (skips .…
在 GitHub 查看完整 README →