Zephyr-vibe/dsh-personalize3

dsh-personalize

DSH web plugin: per-host personalization — global custom instructions, local long-term memory (collect / retain / integrate / manage), and reply tone presets.

AI 分析

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

パッケージ
dsh-personalize
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/14

インストール

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