Zephyr-vibe/dsh-personalize ↗★ 3
dsh-personalize
DSH Web插件:单主机个性化配置,支持全局自定义指令、本地长期记忆(收集/保留/整合/管理)以及回复语气预设
AI 分析
核心用途是赋予智能体跨会话的长期记忆与个性化语气。适合希望AI能够记住个人偏好、背景信息,并在后续对话中保持一致人设的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zephyr-vibe/dsh-personalize说明文档
阅读完整 README ↗Zero config(零配置)
No setup required — everything is derived automatically at runtime.
无需任何配置,装完即用。
- DSH_HOME auto-resolution: mirrors the official DSH resolver — a blank
$DSH_HOMEcounts 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.sectionslot, so it appears in Settings automatically after install + web restart. - Only official public services are used (
webServer,tools,systemPrompt) — no DSH core modification needed.