luxiu666/dsh-greet-plugin ↗★ 1
dsh-greet-plugin
A greet tool plugin for DeepSeek Harness (dsh).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luxiu666/dsh-greet-plugin说明文档
阅读完整 README ↗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).