luxiu666/dsh-greet-plugin1

dsh-greet-plugin

A greet tool plugin for DeepSeek Harness (dsh).

包名
dsh-greet-plugin
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luxiu666/dsh-greet-plugin

Configuration

Defaults live in cordis.patch.yml (greeting: 'Hello'). Override in your profile's own patch layer:

- id: greet-plugin
  name: dsh-greet-plugin
  config:
    greeting: '你好'

Restart dsh after install or config changes (plugin registration happens at boot).