返回插件目录

mouliangyu /

mouliangyu/dsh-plugins

仅 Topic 仓库

Community plugins for DeepSeek Harness

1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
README来源: main@4c03d960

DSH Community Plugins

Community-maintained plugins for DeepSeek Harness. Each plugin is an independent package and can be installed separately, while this repository shares build conventions, documentation, and compatibility checks.

Packages

Package Purpose
session-control Global session and workspace management, with a Web settings switch.
dsh-remote Official DSH authorities over SSH with top-level Workspace, Session, and live event integration.

The repository is intentionally independent from the upstream deepseek-harness repository. dsh-remote targets the authority provider contracts supplied by the core fork and keeps SSH transport outside core.

Layout

packages/
  session-control/
  remote/
  shared/              # future shared helpers; keep runtime-free where possible

Every package should retain a normal DSH package boundary: its own package.json, dsh.client declaration when it has a browser face, host and client build outputs, README, and focused tests.

Local Development

Install the package directly from its monorepo path:

pnpm dsh plugin --profile web add \
  link:/absolute/path/to/dsh-plugins/packages/session-control

Replace the final path with packages/remote to develop dsh-remote.

Build one package from its directory, or run pnpm -r run build after all packages have adopted the shared build scripts.

/ 5

暂无评分

社区评论

还没有评论,来写第一条。