hongsantu/dsh-personalization

hongsantu★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

dsh-personalization brings Codex-style custom instructions to DSH: edit your global personalization once in a Settings card, and every session auto-loads and follows it.

README 摘要

dsh-personalization English 中文 A DSH (DeepSeek Harness Desktop) personalization plugin: adds a Personalization card in Settings that directly edits $DSH HOME/AGENTS.md (the user-global personalization file), so every session automatically loads and prioritizes the content configured there. Features - 🎴 Settings section : Settings → Plugins → Plugin configuration → Personalization card (textarea editor + save). - 🌐 Global scope : content is written to $DSH HOME/AGENTS.md , DSH's user-global instruction file, which is injected into the workspace instruction baseline of every session before it starts. - 🔄 Two-way sync : on startup the file is the source of truth (recreated from a template if missing); saving from the Settings card writes the file back. - ⚡ Hot reload : in-session edits to AGENTS.md made by the agent via editing tools are synced live, no restart needed. - 🧩 Bundled skill : ships the personalization skill so agents know when and how to maintain this configuration. How it works Layer File Role Host half lib/index.js Registers the personalization settings namespace and syncs it to $DSH HOME/AGENTS.md Browser half lib/client.js The Personalization card inside Settings …

在 GitHub 查看完整 README →
工具/开发dsh-plugindsh-pluginsagent

分类