A DSH agent preset derived from the built-in standard preset, with a system prompt (persona) tuned for jailbreak / unrestricted literary writing — letting the agent fully unleash its literary potential instead of being constrained by extraneous rules. Preset id is privacy, display name is Privacy.
DSH has two "plugin" concepts; this repo is a preset, not a profile bundle. See Installation.
git clone <repo-url> dsh-preset-privacy
cd dsh-preset-privacy
node install.mjs # installs as preset id `privacy`
node install.mjs --id my # use a different id (directory name)
node install.mjs --force # overwrite an existing preset with the same idThe script copies agent.cordis.yml + preset.yml into $DSH_HOME/.agent-presets/<id>/ (~/.dsh when $DSH_HOME is unset).
mkdir -p ~/.dsh/.agent-presets/privacy
cp agent.cordis.yml preset.yml ~/.dsh/.agent-presets/privacy/- Start/refresh DSH (preset discovery is live; a new preset is visible while the process runs).
- Create a new session and pick Privacy in the preset selector.
- The preset only affects new sessions; already-running sessions keep their composition.
MIT