DeepSeek Harness 插件

bundle

把 Web GUI 的轨迹页签替换为新手友好的回合故事线:工具名通俗中文化,支持类别筛选与模糊搜索。

跳到安装方式

来源信息

GitHub 仓库
ayahunter/dsh-trail
最近更新
2026年8月17日
分类
界面增强
GitHub stars
5

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/ayahunter/dsh-trail~23bundle
GitHub:https://github.com/ayahunter/dsh-trail/tree/main/packages/bundle
插件名:dsh-trail#bundle
作者:ayahunter
安装命令:dsh plugin --profile web add github:ayahunter/dsh-trail#path:/packages/bundle

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器1 个文件
package.json来源说明 · 只读预览
{
  "name": "dsh-trail-bundle",
  "version": "0.1.1",
  "description": "Patch bundle that mounts dsh-trail and disables the shipped trajectory view.",
  "type": "module",
  "license": "MIT",
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "files": [
    "cordis.patch.yml"
  ],
  "scripts": {
    "prepack": "node -e \"const f=require('node:fs');f.copyFileSync('../../README.md','README.md');f.copyFileSync('../../README.zh.md','README.zh.md')\""
  },
  "dependencies": {
    "dsh-trail": "^0.1.0"
  }
}