dsh-scratchpad
Quick temporary conversation & workspace manager for DeepSeek Harness (DSH) Web GUI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Waverly-W/dsh-scratchpad说明文档
阅读完整 README ↗📦 安装与配置
方式一:通过 DSH 插件市场一键安装(推荐)
在 DSH Web GUI 中打开 设置 → 插件市场,搜索 dsh-scratchpad 并点击「安装」即可。
方式二:手动配置安装
- 将本仓库克隆至你的 DSH 插件目录:
git clone https://github.com/Waverly-W/dsh-scratchpad ~/.dsh/plugins/dsh-scratchpad - 在 Profile 配置文件
~/.dsh/profiles/web/package.json的dependencies中添加:"dependencies": { "dsh-scratchpad": "file:../../plugins/dsh-scratchpad" } - 在
~/.dsh/profiles/web/package.json的dsh.profile.bundles数组中添加"dsh-scratchpad"。 - 在
~/.dsh/profiles/web下执行pnpm install即可生效。
方式二:手动配置安装
- 将本仓库克隆至你的 DSH 插件目录:
git clone https://github.com/Waverly-W/dsh-scratchpad ~/.dsh/plugins/dsh-scratchpad - 在 Profile 配置文件
~/.dsh/profiles/web/package.json的dependencies中添加:"dependencies": { "dsh-scratchpad": "file:../../plugins/dsh-scratchpad" } - 在
~/.dsh/profiles/web/package.json的dsh.profile.bundles数组中添加"dsh-scratchpad"。 - 在
~/.dsh/profiles/web下执行pnpm install即可生效。