Waverly-W/dsh-scratchpad0

dsh-scratchpad

Quick temporary conversation & workspace manager for DeepSeek Harness (DSH) Web GUI

AI 分析

提供便捷的临时对话和工作区管理功能。适合需要快速创建草稿、隔离临时测试上下文或频繁切换工作区的 DSH 网页端用户。

パッケージ
dsh-scratchpad
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/21

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Waverly-W/dsh-scratchpad

ドキュメント

README 全文を読む ↗

📦 安装与配置

方式一:通过 DSH 插件市场一键安装(推荐)

在 DSH Web GUI 中打开 设置 → 插件市场,搜索 dsh-scratchpad 并点击「安装」即可。

方式二:手动配置安装

  1. 将本仓库克隆至你的 DSH 插件目录:
    git clone https://github.com/Waverly-W/dsh-scratchpad ~/.dsh/plugins/dsh-scratchpad
    
  2. 在 Profile 配置文件 ~/.dsh/profiles/web/package.jsondependencies 中添加:
    "dependencies": {
      "dsh-scratchpad": "file:../../plugins/dsh-scratchpad"
    }
    
  3. ~/.dsh/profiles/web/package.jsondsh.profile.bundles 数组中添加 "dsh-scratchpad"
  4. ~/.dsh/profiles/web 下执行 pnpm install 即可生效。

方式二:手动配置安装

  1. 将本仓库克隆至你的 DSH 插件目录:
    git clone https://github.com/Waverly-W/dsh-scratchpad ~/.dsh/plugins/dsh-scratchpad
    
  2. 在 Profile 配置文件 ~/.dsh/profiles/web/package.jsondependencies 中添加:
    "dependencies": {
      "dsh-scratchpad": "file:../../plugins/dsh-scratchpad"
    }
    
  3. ~/.dsh/profiles/web/package.jsondsh.profile.bundles 数组中添加 "dsh-scratchpad"
  4. ~/.dsh/profiles/web 下执行 pnpm install 即可生效。