Jiyr0119/dsh-workspace-explorer
Jiyr0119★ 0JavaScript最后同步: 2026-08-14
—
README 摘要
dsh-workspace-explorer English 中文 A workspace file explorer for the DeepSeek Harness Web UI: a right-side panel showing the current workspace's directory tree — click or drag a file to send its reference to the model. Inspired by the VS Code / Cursor project tree, filling the gap of a missing directory view in DSH after workspaces are added. 🖥 Live Demo (GitHub Pages) 🔗 Try the interactive preview An interactive mock of the panel UI — no DeepSeek Harness needed to try it. The real plugin runs inside the Harness web UI as a dynamic Cordis plugin. Features - 📂 Right-side floating panel — shows the file tree of the current workspace (session cwd); switch workspaces from the dropdown, or register any folder with + - 🗂 Lazy-loading tree — directories load on demand; noise dirs ( node modules , .git , dist , pycache , …) are hidden automatically - 🎨 File-type icons — filled, color-coded document badges per extension (TS / JS / Python / JSON / Markdown / image / config / shell, …); amber folders that brighten when expanded - 🖱 Click to insert — click a file row to append a [file: relative-path] reference to the composer; after sending, the model resolves it with its read tool - 🖱 D…
在 GitHub 查看完整 README →