DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Thinking Quips — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
T

dsh-thinking-quips

Thinking Quips

为 DeepSeek Harness 运行状态行提供轻量个性化功能:轮换显示双语俏皮话、六种可配置的加载图标,以及一键匹配主题颜色。即插即用的 DSH Web 客户端插件(bundle),无依赖且无需构建步骤。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Saknutella/dsh-thinking-quips#4963c250b8776ef84264b65f57ab95bb704c1d63
README兼容性版本

兼容性与来源证明

Thinking Quips 以 dsh-thinking-quips 发布,当前版本为 0.6.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/13

版本

0.6.2stable
2026/9/13
0.4.3stable
2026/9/12
0.2.0stable
2026/9/11
查看其余 1 个版本收起版本
0.1.0stable
2026/9/10

相关插件

正在加载相关插件…

最新版
0.6.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/13
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Deepseek Idesigndeepseek-idesign作为原生 DeepSeek Harness 对话视图的 iPolloWork Design Studio 及其精选设计模板。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 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.