DeepSeek Harness plugin

bundle

Replaces the Web GUI trajectory tab with a new-user-friendly round-by-round storyline, plain-language tool labels, category filters and fuzzy search.

Jump to install

Source facts

Repository
ayahunter/dsh-trail
Latest update
Aug 17, 2026
Category
UI Enhancements
GitHub stars
5

Install

Start with a prompt that asks an agent to read the 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 read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/ayahunter/dsh-trail~23bundle
GitHub: https://github.com/ayahunter/dsh-trail/tree/main/packages/bundle
Plugin: dsh-trail#bundle
Author: ayahunter
Install command: dsh plugin --profile web add github:ayahunter/dsh-trail#path:/packages/bundle

Do not run the install command until I confirm.

Check the source files

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

File explorer1 file
package.jsonSource · read only
{
  "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"
  }
}