riesbri/dsh-plugins

riesbri★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

Personal DeepSeek Harness plugin bundle: list_dir tool + machine-local config layer

README 摘要

dsh-plugins-riesbri Personal DeepSeek Harness plugin bundle. Install Or from a local checkout: dsh plugin appends the bundle to the profile's dsh.profile.bundles , so its layer applies after @deepseek-ai/dsh-base and any mode bundle. Confirm with: Remove with dsh plugin --profile web remove dsh-plugins-riesbri . This package ships plain ESM JavaScript with no build step, so a github: install needs no prepare script and no pnpm allowBuilds entry. What it contributes list dir Lists the direct children of a directory — names, types, and sizes only, never file contents. The harness filesystem seam has exposed ctx.fs.listDir since the beginning with no model-facing Consumer; @deepseek-ai/dsh-tool-fs records the gap under its known limitations as "No model-facing directory listing ships" . Without it the model reaches directory structure only through bash ls — unstructured, and subject to whatever shell sandbox the deployment mounts — or through glob , which is pattern-driven rather than hierarchical. Because it is a Consumer of the seam rather than a shell-out, listing follows whichever filesystem provider the deployment mounted: local, sandboxed, or remote. Parameter Type Notes path st…

在 GitHub 查看完整 README →
工具/开发cordisdeepseek-harnessdsh-plugin

分类