luxiu666/dsh-greet-plugin1

dsh-greet-plugin

A greet tool plugin for DeepSeek Harness (dsh).

AI 分析

核心用途是提供可配置的问候功能。适合需要自定义启动或交互问候语的用户,支持通过配置文件修改问候文本。

パッケージ
dsh-greet-plugin
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$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).