dsh-plugins
开发工具 活跃维护

dsh-plugins

wryyyds7/dsh-plugins

轻量级大模型开发社区插件合集,所有插件遵循统一接口规范,开箱即用,覆盖数据处理、模型调用、工具集成等常用开发需求,开发者可按需快速选用,无需额外适配即可扩展工具能力。

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

dsh-plugins

Community plugins for DeepSeek Harness (dsh).

个人开发的 DeepSeek Harness 插件集合。

Plugins / 插件列表

Plugin Description (EN) 描述 (中文) Status
file-watcher Watches workspace files for external changes and notifies the agent via inbox injection 监听工作区文件的外部变更,通过 inbox 注入通知 agent Done
diff-tool Registers a diff tool that returns file or git-commit differences for efficient code review 注册 diff 工具,返回文件或 git commit 之间的差异,用于高效代码审查 Done

Usage / 使用方法

These plugins are designed to run inside the DeepSeek Harness workspace. To use them:

这些插件需要在 DeepSeek Harness workspace 内运行。使用步骤:

  1. Clone this repo into your harness packages/ directory (or symlink it):

将本仓库克隆到 harness 的 packages/ 目录下(或建立符号链接):

cd deepseek-harness
git clone https://github.com/wryyyds7/dsh-plugins.git packages/dsh-plugins
  1. Add the plugin packages to pnpm-workspace.yaml if needed.

如有需要,将插件包添加到 pnpm-workspace.yaml。

  1. Install dependencies / 安装依赖:
pnpm install
  1. Reference the plugin in your harness config (e.g. cordis.yml):

在 harness 配置文件中引用插件(如 cordis.yml):

plugins:
  file-watcher:
    paths:
      - src

License

MIT