crazy-L118/dsh-personalization1

dsh-personalization

Personalization plugin for the DeepSeek Harness (dsh): teach your assistant who you are, who it is, and how it should behave. Adds a Personalization page to dsh settings (custom instructions, nicknames, persona) and injects the content into every agent turn's system prompt.

AI Analysis

核心用途是让 AI 记住用户身份、设定特定称呼和专属人设。适合希望定制专属 AI 助手行为和对话风格的用户。

Package
dsh-personalization
Version
1.0.0
License
MIT
Last updated
Sep 2, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:crazy-L118/dsh-personalization

配置文件

所有内容保存在本机 ~/.dsh/personalization.json,可直接手改(保存后无需重启,下一轮对话自动读取):

{
  "enabled": true,
  "nickname": "阿伟",
  "aiName": "小深",
  "instructions": "回答先给结论再展开。\n代码注释和提交信息用中文。",
  "persona": "严谨但不失幽默的资深工程师。"
}
字段含义上限(字符)
enabled总开关,false 时完全不注入
nicknameAI 对你的称呼80
aiNameAI 自己的名字80
instructions自定义指令(长期规则)1500
persona人设 / 人格描述2000