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.

Thinking Quips — DSH Plugin for DeepSeek Harness
← Plugins
T

dsh-thinking-quips

Thinking Quips

Lightweight personalisation for the DeepSeek Harness running-turn status line: rotating bilingual quips, six configurable loading icons and one-click theme-colour matching. A drop-in DSH web client plugin (bundle) with no dependencies and no build step.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Saknutella/dsh-thinking-quips#4963c250b8776ef84264b65f57ab95bb704c1d63
READMECompatibilityVersions

Compatibility and provenance

Thinking Quips is published as dsh-thinking-quips and currently resolves to version 0.6.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/13/2026

Versions

0.6.2stable
9/13/2026
0.4.3stable
9/12/2026
0.2.0stable
9/11/2026
Show 1 more versionCollapse versions
0.1.0stable
9/10/2026

Related plugins

Loading related plugins…

Latest
0.6.2
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/13/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Deepseek Idesigndeepseek-idesigniPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-thinking-quips

English · 中文

v0.6.2 · a DSH bundle (install-and-go) · web client plugin

Lightweight personalisation for the DeepSeek Harness status line — the line the conversation shows while the agent is working (DSH's default Deep diving...). Rotating bilingual quips, six loading icons in three sizes, and one-click theme-colour matching, all in Settings → General → Playful quips.

Incremental by design: no dependencies, no build step, no config file, no network requests. One hand-written client file, settings in localStorage, and stock DSH packages are not modified.

Six loading icons, and status lines rotating through the shipped quips

Features

  • Six loading icons — dot orbit (default), spinner ring, shape morph, pulse, bouncing dots, equalizer bars — each in S / M / L.
  • Rotating quips — your own list, one per line, split into # Chinese / # English sections and edited in a small modal; the Language control picks which section shows (Follow UI, English only, Chinese only, or Mixed).
  • Font colour — preview swatch, hex, RGB, or the native colour wheel.
  • Match theme — one click fits the active theme's accent colour to a readable contrast, and keeps following theme switches until you stop it.
  • Text effect — Shimmer (DSH's own sideways sweep, default) or Wave, which lifts each character (CJK) or each word (Latin) in turn, left to right.
  • Animation speed — Slow / Normal / Fast in one click. Normal is the shipped pace and overrides nothing; the others step every animation (including DSH's shimmer) to half or double.
  • Time per quip and glow strength.
  • Indicator only — inject just the icon and leave the status text alone, so it can sit alongside another status-text plugin.

Install

  1. Add the package to the profile:
    dsh plugin --profile web add github:Saknutella/dsh-thinking-quips
    
  2. Add it to dsh.profile.bundles in $DSH_HOME/profiles/web/package.json:
    "dsh": { "profile": { "bundles": ["@deepseek-ai/dsh-base", "@deepseek-ai/dsh-web-app", "dsh-thinking-quips"] } }
    
  3. Restart dsh web.

Requirements: DSH ≥ 0.1.2-rc.1 (the web surface).

Uninstall: remove it from dsh.profile.bundles, run dsh plugin --profile web remove dsh-thinking-quips, and restart dsh web.