luxiu666/dsh-greet-plugin ↗★ 1
dsh-greet-plugin
A greet tool plugin for DeepSeek Harness (dsh).
AI 분석
核心用途是提供可配置的问候功能。适合需要自定义启动或交互问候语的用户,支持通过配置文件修改问候文本。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luxiu666/dsh-greet-pluginConfiguration
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).