Plugin directory / Developer / dsh-dir-tree
dsh-dir-tree
Verified · install-tested on dsh bentong-chain
What it does
Floating workspace directory tree for DeepSeek Harness: drag-drop file paths into chat, lazy-load, search, and auto-follow workspace switches.
Works — verified, early-stage project
Floating workspace directory tree for DeepSeek Harness: drag-drop file paths into chat, lazy-load, search, and auto-follow workspace switches. It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
No README cached for this plugin yet. Check GitHub, or wait for the next daily sync.
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-dir-tree for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
Web profile:
dsh plugin --profile web add dsh-dir-tree Headless (CLI) profile:
dsh plugin --profile headless add dsh-dir-tree Package
npm: dsh-dir-tree · version 0.1.0 · tested on dsh 0.1.0-rc.6
Test report
Verified end-to-end: L1 install + L2 load + L3 runtime Q&A on dsh 0.1.0-rc.6.
When to use it
Open a floating workspace directory tree, drag file or folder paths into chat, search, and follow workspace or session switches without leaving the web UI.
Who it's for
Users who want a visible file tree in the DSH web workspace so they can pick paths instead of typing them.
For developers — extending it
The client inject (layout/runtime/connection) and lazy directory listing are the seams — add richer file actions, git status, or tighter workspace sync.