DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Preset — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@dsh-pi/preset

Preset

dsh-pi agent preset: installs the dsh-pi preset and makes it the default for web sessions

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-pi/preset@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Preset is published as @dsh-pi/preset and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/23/2026

Versions

0.1.0stable
8/14/2026
Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
4.6 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
20
Last push
8/18/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

@dsh-pi/preset

Makes dsh-pi the default for web sessions — no per-session pick, no setup steps.

Installing this bundle into a web profile:

  1. Installs the preset composition agent-presets/dsh-pi/agent.cordis.yml into the auto-discovered user root $DSH_HOME/.agent-presets/dsh-pi/ (a tiny plugin copies it at boot; the package stays the source of truth);
  2. Patches the agent-presets row so new sessions default to dsh-pi — pi prompt + ffgrep/fffind + pi-interface edit, all on by default.

It depends on @dsh-pi/prompt, @dsh-pi/fff, @dsh-pi/tools, so installing it pulls the whole kit.

Usage

dsh plugin --profile web add @dsh-pi/preset
dsh web

Existing sessions keep their preset; new sessions default to dsh-pi. Headless profiles have no agent-presets row and are unaffected.

License

MIT