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.

Native Reasoning Slider — DSH Plugin for DeepSeek Harness
← Plugins
N

dsh-native-reasoning-slider

Native Reasoning Slider

A native, model-aware effort slider with polished light, dark, and per-model colors for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:WSL043/dsh-native-reasoning-slider#105a3892f0ed93b8e7f4fefb35a21569f2e4d9a2
READMECompatibilityVersions

Compatibility and provenance

Native Reasoning Slider is published as dsh-native-reasoning-slider and currently resolves to version 0.1.8. 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.1.8stable
8/25/2026
0.1.7stable
8/24/2026
0.1.6stable
8/24/2026
Show 3 more versionsCollapse versions
0.1.3stable
8/24/2026
0.1.1stable
8/24/2026
0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

DSH Native Effort Slider

A compact, model-aware effort control for DeepSeek Harness

Live demo · Install · Modes · 简体中文

Dark DeepSeek Harness composer with the Energy effort slider enlarged

Why this plugin

DSH models can advertise different reasoning-effort levels. This plugin keeps the composer to two small pills—model and effort—and opens the exact advertised levels in a compact slider only when you need it. It does not invent unsupported capabilities or change provider routing.

  • Model-aware: uses only the levels reported by the selected model.
  • Efficient: dragging is local preview; DSH receives one selection on release.
  • Native: separates model selection from a 28 px effort pill and follows DSH tokens and contracts.
  • Personal: one light/dark palette for every model, or a separate palette for each model.
  • Deliberate: keyboard input works; Native stays still, while choosing Energy explicitly enables motion.
  • Private: no credentials, account access, telemetry, or plugin-owned network calls.

Three modes, one plugin

Choose the presentation in Settings -> General -> Reasoning control:

ModeBehavior
OfficialRestores DSH's unmodified model selector
NativeAdds a quiet effort pill with a compact popover slider
EnergyAdds a brief, independently implemented WebGL cell-and-bloom effect while dragging and settling

The plugin market remains the place to install, update, disable, or remove the plugin. The setting changes presentation without installing duplicate plugins.

Energy mode offers three renderers: Continuous animates every advertised effort level and is the default; Reference reproduces the published Max-only timing and cell-spread behavior through an independent implementation; Compact (Beta) is the lower-motion alternative. It starts with restrained blue in light appearance and violet in dark appearance. Both colors are editable from DSH Settings. Choose All models for one palette, or Per model and select each model's light and dark colors in the settings page. The composer popover stays focused on effort control. The motion is Claude-inspired, but the implementation and model contract are provider-neutral.

High-resolution animation of the effort slider moving from Off through Max

Try the same production renderer on the interactive experience page. It supports dragging, keyboard input, light/dark appearance, and live color adjustment without connecting to an account.

Official, Native, and Energy presentation modes in DSH Settings

Install

Beginner-friendly PowerShell helper (it still installs through DSH's official plugin command):

irm 'https://github.com/WSL043/dsh-native-reasoning-slider/releases/latest/download/install.ps1' | iex

Or use the official DSH command directly:

dsh plugin --profile web add dsh-native-reasoning-slider

Then restart DSH. The same official command works with DSH distributions that provide dsh. This plugin is tested against the latest DSH release shown in the package metadata.

Update or uninstall:

dsh plugin --profile web update dsh-native-reasoning-slider
dsh plugin --profile web remove dsh-native-reasoning-slider

Behavior and limits

  • The selected effort applies through DSH's normal model-selection contract.
  • Models with fewer than two advertised effort levels keep the standard model selector and show no artificial slider choices.
  • Energy rendering runs only while its compact popover is open. Continuous and Compact respond above Off; Reference deliberately animates only at Max. Closing the popover unloads it; choose Native for a still control.
  • This plugin does not show DeepSeek balance or quota. Account-specific balance access belongs in a separate plugin with explicit permissions and failure UI.

This community project is not affiliated with or endorsed by DeepSeek.

Report a bug · Security · MIT