Zephyr-vibe/dsh-personalize3

dsh-personalize

DSH Web插件:单主机个性化配置,支持全局自定义指令、本地长期记忆(收集/保留/整合/管理)以及回复语气预设

AI 分析

核心用途是赋予智能体跨会话的长期记忆与个性化语气。适合希望AI能够记住个人偏好、背景信息,并在后续对话中保持一致人设的用户。

包名
dsh-personalize
版本
0.1.2
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zephyr-vibe/dsh-personalize

Zero config(零配置)

No setup required — everything is derived automatically at runtime.

无需任何配置,装完即用。

  • DSH_HOME auto-resolution: mirrors the official DSH resolver — a blank $DSH_HOME counts as unset and falls back to ~/.dsh. Files live at {DSH_HOME}/personalize/config.json (custom instructions / tone / toggles) and {DSH_HOME}/personalize/memory.json; the directory and files are created automatically on first use.
  • The plugin registers into the standard settings.section slot, so it appears in Settings automatically after install + web restart.
  • Only official public services are used (webServer, tools, systemPrompt) — no DSH core modification needed.