DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Trajectory Clean — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

trajectory-clean

Trajectory Clean

Simple, intuitive trace view — grouped by user message, displaying token usage, distinguishing between user/model/tool, supporting loading earlier records and content search, compatible with all themes

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:gaogx96/trajectory-clean#281cd4a255e56b5070bdbb9be73d80d64f24dd44
READMECompatibilityVersions

Compatibility and provenance

Trajectory Clean is published as trajectory-clean and currently resolves to version 1.0.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

1.0.4stable
8/27/2026
1.0.3stable
8/22/2026
1.0.2stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.0.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/28/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

trajectory-clean

简洁直观的轨迹视图插件 for DeepSeek Harness。

功能

  • 在会话顶部添加 "轨迹" 标签页,与原版"聊天"并列
  • 按用户消息分组,标题显示你的输入内容,一眼定位
  • 每条消息显示类型标签(用户/模型/工具/命令/错误等)
  • 显示 Token 消耗:输入、输出、缓存命中(chip 标签样式)
  • 点击展开详情:文本、思考过程、工具参数与结果、Token 详情、模型名称、首 Token 延迟
  • 顶部概览栏:总记录数、轮次、输入/输出 Token、缓存、错误、工具调用
  • 展开全部/折叠全部
  • 适配所有主题:使用 --dsw-alias-* CSS 变量,深海女仆皮肤等均可正常显示
  • 无 emoji,无装饰性 AI 元素,干净的工具风格

安装方式

方式一:作为本地包安装

  1. 将整个 trajectory-clean 目录复制到你的项目目录
  2. 在 web profile 的 package.json 的 dsh.profile.bundles 中添加 "trajectory-clean":
    {
      "dsh": {
        "profile": {
          "bundles": [
            "@deepseek-ai/dsh-base",
            "@deepseek-ai/dsh-web-app",
            "trajectory-clean"
          ]
        }
      }
    }
    
  3. 重启 dsh web 或刷新页面

方式二:发布到 npm / GitHub

  1. 发布到 npm:
    npm publish
    
  2. 或其他用户安装:
    npm install trajectory-clean
    
  3. 在 web profile 的 package.json 中添加依赖和 bundle

方式三:作为 dshmarket 包

  1. 按照 dshmarket 规范打包
  2. 发布到 dshmarket 仓库
  3. 其他用户通过 dshmarket 安装

文件结构

trajectory-clean/
├── package.json        # 包配置,声明 bundle patch
├── cordis.patch.yml    # Cordis 注册规则
├── lib/
│   ├── index.js        # Host 端入口(空)
│   └── client.js       # Client 端插件代码
└── README.md

依赖

  • @deepseek-ai/dsh-client-ui-conversation — 提供 conversation.view 插槽
  • @deepseek-ai/dsh-client-ui-trajectory — 提供 snap.views.get('trajectory') 数据源
  • 运行时自动通过 useSession 读取会话快照

许可

MIT