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 Switch — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

@dsh-external/dsh-preset-switch

Preset Switch

Optional mid-session agent-preset switching: /preset command with a settings toggle, Web popup picker, and status API

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

npx -y @deepseek-ai/dsh plugin --profile web add github:aorucshiea/dsh-preset-switch#be0bd4dbad4a1d25d910226f87af5b1571b902e0
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/25/2026

Versions

0.3.1stable
8/25/2026
0.2.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/19/2026
View source ↗
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

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-preset-switch

Switch DeepSeek Harness agent presets in a running session.

Features

  • /preset <id> command to switch the agent preset live.
  • Web popup picker: in the browser slash-menu, picking /preset opens a searchable second-level menu; select a preset instead of typing it.
  • /preset <number> also works as a keyboard fallback (e.g. /preset 2).
  • /preset-toggle [on|off] to enable/disable the feature.
  • HTTP endpoint for UI integration.
  • Allows deliberate mid-session switching; the official blank-session lock is bypassed and a warning is shown because old tool calls may not match the new preset.

Install

dsh plugin --profile web add github:aorucshiea/dsh-preset-switch

Usage

/preset                       show current preset and numbered menu
/preset <id>                  switch preset on a blank session
/preset <number>              same as /preset <id>, picked by menu number
/preset-toggle on|off         enable / disable the command

Notes

  • No API keys or credentials are stored in this repository.

License

MIT