DeepSeek Harness plugin

dsh-vibe

DeepSeek Harness 输入氛围插件(dsh-vibe):在输入框上方显示 87 键键盘与鼠标并实时高亮按键/鼠标操作;打字时喷火焰粒子、输入框轻震,AI 回答完成时播放提示音并整页轻震;支持深色模式,提供独立「氛围」设置页。

Jump to install

Source facts

Repository
lhf6623/dsh-vibe
Latest update
Aug 19, 2026
Category
Notifications & Integrations
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lhf6623/dsh-vibe
Plugin: dsh-vibe
Author: lhf6623

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-vibe

DeepSeek Harness (DSH) 输入氛围插件:在输入框上方展示一块 87 键 TKL 键盘 + 鼠标并实时高亮按键与鼠标操作,打字时喷火焰粒子、输入框轻震,AI 回答完成时播放提示音并整页轻震;支持深色模式与中英文界面(跟随 DSH 系统语言)。

✨ 功能

  • 键盘可视化:87 键 TKL 布局,按键按下时翻面露出随机动物(与小动物共用动物池,池满顶掉最老一只),带平滑翻面动画。
  • 小动物:按频率自动翻出随机动物并驻留,同时最多显示 10 只,池满时新动物顶掉最老的一只;按下按键即刻在按下的键上翻出(加速一次自动翻)。翻出频率可选「关」:空闲不自动翻,按键翻出的动物 1.5 秒后自动翻回。
  • 鼠标可视化:左 / 中 / 右键与滚轮实时高亮,与方向键对齐布局。
  • 打字火焰:在输入框文字光标处喷出火焰粒子(新增、删除、粘贴、中文输入都会触发;系统开启「减弱动态效果」时自动关闭)。
  • 输入抖动:每次输入给输入框一个轻微的水平震动,强度分「关 / 轻 / 中 / 强」。
  • 回答反馈:AI 回答完成时播放一声短促提示音,并按独立的强度档位给整页一个轻微震动。
  • 深色模式:自动跟随 DSH 主题切换浅色 / 深色配色。
  • 设置面板:独立「氛围」标签页,数据驱动渲染(勾选 / 滑杆 / 下拉),三组主开关(键盘外观 / 打字反馈 / 回答反馈),修改实时生效并持久化。
  • 多语言:界面与设置面板跟随 DSH 系统语言(中文 / English)切换。

📦 安装

dsh plugin add github:lhf6623/dsh-vibe

⚙️ 配置

设置面板(推荐)

设置 → 氛围 中调整,改动即时生效并保存到本地:

分组设置项
键盘外观显示键盘 · 透明度 · 小动物(翻出频率)
打字反馈打字火焰 · 输入抖动(关/轻/中/强)
回答反馈整页抖动强度 · 回答提示音

cordis.yml(部署级默认)

也可在 profile 的 cordis.patch.yml 中为插件配置默认值(作为设置面板之下的组装层):

- id: vibe
  name: "dsh-vibe"
  config:
    enabled: true # 键盘外观组总开关
    opacity: 0.5 # 键盘透明度
    moleFrequency: medium # 翻出频率(off / low / medium / high);off=空闲不自动翻、按键翻出后自动翻回
    feedback: true # 打字反馈组总开关
    flame: true # 打字火焰
    shake: off # 输入抖动(off / light / medium / strong)
    response: true # 回答反馈组总开关
    pageShakeLevel: off # 整页抖动强度(含 off=关闭,独立于输入抖动)
    sound: true # 回答提示音

📝 版本记录

  • 0.2.0 设置面板数据驱动(下拉 / 滑杆 / 勾选)、配置精简(删除 pageShake 与 molePoolSize、动物池固定 10 只)、中英文界面跟随 DSH 系统语言;改用 clsx 拼接 class,样式尽量 class 化
  • 0.1.36 新增「翻出频率:关」+ 动物池重做:自动翻动物驻留到池满被顶掉(「同时显示数量」真正生效);「关」下按键翻出的动物 1.5 秒后自动翻回
  • 0.1.35 全部样式改用 UnoCSS 原子类
  • 0.1.34 设置迁移到 DSH settings 服务
  • 0.1.33 TypeScript 源码拆分重构
  • 0.1.28 更名为 dsh-vibe
  • 0.1.27 新增回答完成提示音 + 整页抖动
  • 0.1.26 新增输入抖动
  • 0.1.21 新增打字火焰效果
  • 0.1.20 新增设置面板
  • 0.1.15 内容区水平居中

📄 License

MIT