deepseek-harness-plugins
其他 已归档

deepseek-harness-plugins

Hanihahaha/deepseek-harness-plugins

提供可扩展工具插件集合,内置MCP技能管理等多类功能插件,支持灵活集成到现有工作流,开箱即用且遵循开源协议,方便开发者快速扩展平台能力边界

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
70 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Hanihahaha/deepseek-harness-plugins
git clone https://github.com/Hanihahaha/deepseek-harness-plugins.git
git clone git@github.com:Hanihahaha/deepseek-harness-plugins.git
README.md main

deepseek-harness-plugins

中文

A collection of plugins for DeepSeek Harness (DSH).

Packages

Package Description
packages/dsh-skill-mcp-manager Manage Harness Skills and MCP servers from a session, with a Web settings page for both.
packages/dsh-copy-session-id Display the current session ID in the session header and copy it with one click.
packages/dsh-auto-approve Add an auto-approve permission mode, an /auto-approve command, and a session-header control.
packages/dsh-open-workspace-folder Add a Show in File Explorer action to the workspace overflow menu.
packages/dsh-sandbox-argument-normalizer Remove model-supplied non-widening sandbox escalation arguments before tool dispatch while retaining native approval for real escalation.

Install A Plugin

# Run outside the package directory. Relative paths are resolved from the current directory.
dsh plugin --profile web add ".\packages\dsh-skill-mcp-manager"
dsh --profile web --dump-config

Each package declares its Cordis bundle patch through package.json. Installation persists the dependency and bundle in the selected profile. Restart dsh web to load a new host plugin; client modules are served through the existing DSH Web boot graph without rebuilding the DSH frontend.

Development

  • Every package is a standard ESM Cordis plugin exporting { name, inject, Config, apply } as applicable.
  • The root node_modules directory is a junction to the installed DSH dependencies and is intended only for local dependency resolution.
  • The skill/MCP manager includes host and client smoke tests:

    node packages/dsh-skill-mcp-manager/test/smoke.mjs
    node packages/dsh-skill-mcp-manager/test/client-smoke.mjs