DeepSeek Harness plugin

dsh-workspace-digest

DeepSeek Harness bundle: workspace_digest tool that lists files in a directory.

Jump to install

Source facts

Repository
cui-stack/dsh-workspace-digest
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/cui-stack/dsh-workspace-digest
Plugin: dsh-workspace-digest
Author: cui-stack

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-workspace-digest

DeepSeek Harness 组合包(bundle):注册工具 workspace_digest,按目录列出文件名。

符合官方「打包与安装插件」:package.json 声明 dsh.bundle,用 dsh plugin add 装进 profile,无需 --patch

安装

本机 checkout:

dsh plugin --profile web add /path/to/dsh-workspace-digest

tarball(不跑 prepare,也不需要 npm 登录):

pnpm pack
dsh plugin --profile web add ./dsh-workspace-digest-0.1.0.tgz

GitHub(需允许该包的 prepare,本包是纯 JS,无 prepare):

dsh plugin --profile web add github:cui-stack/dsh-workspace-digest

然后:

dsh --profile web --dump-config   # 应出现 # == dsh-workspace-digest
dsh web

配置

cordis.patch.yml 里的 maxEntries(默认 20)。用户可在 profile 的 cordis.patch.ymlid: workspace-digest 整行覆盖。

验证

Web UI 选一个 workspace,标准模式发送:

用 workspace_digest 工具列出当前 workspace 目录的文件

Trajectory 里应有 workspace_digest 调用。