luxiu666/dsh-greet-plugin ↗★ 1
dsh-greet-plugin
适用于 DeepSeek Harness 的问候工具插件
AI 分析
核心用途是提供可配置的问候功能。适合需要自定义启动或交互问候语的用户,支持通过配置文件修改问候文本。
安装
$
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).