DeepSeek Harness plugin

dsh-liya-workspace

工作区档案速览设置页插件:在 WebUI 设置里新增「莉娅工作区」子设置页,展示 FILE-MAP 摘要、memory/records/diary 统计、最近日记。工作区根目录可配置(设置页填写,即时生效)。

Jump to install

Source facts

Repository
feverZHONG/dsh-liya-workspace
Latest update
Aug 16, 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/feverZHONG/dsh-liya-workspace
Plugin: dsh-liya-workspace
Author: feverZHONG

Check the source files

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

File explorer2 files
README.mdSource · read only

dsh-liya-workspace-plugin · 工作区档案速览插件

在 DeepSeek Harness WebUI 设置里新增「莉娅工作区」子设置页,实时展示工作区档案速览: FILE-MAP 摘要、memory / records / diary 目录统计、最近日记列表。

结构

文件作用
index.jsHost 半:注册 webServer 路由 /dsh-liya-workspace/summary,实时读工作区档案统计
client.jsClient 半(手写 bundle):设置页 settings.section 注册 + fetch 展示 + 极简 markdown 渲染
cordis.patch.yml插件挂载行(insert 进配置树)

安装

# 方式一:本地目录(开发期,改源码重启即生效)
dsh plugin --profile web add <本目录>

# 方式二:tgz 包(交付/分发,可移植)
pnpm pack
dsh plugin --profile web add <本目录>/dsh-liya-workspace-plugin-<版本号>.tgz

> dsh 请替换为阁下 DSH 安装对应的 CLI 调用方式。

装完重启 WebUI(完全退出再打开)生效。卸载: dsh plugin --profile web remove dsh-liya-workspace-plugin

配置工作区根目录

插件需要知道工作区根目录(其下应包含 workspace/diary/ 等目录),解析优先级:

1. 设置页:设置 → 莉娅工作区 → workspaceRoot 字段,填写绝对路径,保存即时生效(推荐) 2. cordis.yml:插件条目 config.workspaceRoot 作为启动兜底 3. 进程工作目录:两者都为空时使用 DSH host 进程的当前工作目录

数据链路

host(ctx.webServer 路由)→ JSON → client(fetch('/dsh-liya-workspace/summary'))→ 渲染。

验证

  • 路由:Invoke-WebRequest http://127.0.0.1:<port>/dsh-liya-workspace/summary → 200 + JSON
  • 设置页:设置 → 莉娅工作区 → 档案速览 + FILE-MAP markdown 渲染