kp-z/dsh-dev-git-graph--packages-example-tool0

dsh-example-tool

DSH 插件开发示例:一个最小工具类插件(defineTool 注册模型可见工具)。

包名
dsh-example-tool
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kp-z/dsh-dev-git-graph#77bd2353ec5edc0a1f0de0b15dc8d5e97dfd3847&path:packages/example-tool

配置

在 profile 的 cordis.patch.yml(或 $DSH_HOME/cordis.patch.yml)中覆盖:

- id: example-tool
  config:
    enableGitStatus: true
    timeoutMs: 5000