DeepSeek Harness plugin

dsh-whale-avatar

给 DSH Web UI 的助手消息加头像与名字:App 图标 + 吃白饭的蓝色大肥鱼。Adds the app-icon avatar and the name to assistant messages in DSH Web UI.

Jump to install

Source facts

Repository
lhjlol/dsh-whale-avatar
Latest update
Aug 16, 2026
Category
Just for Fun
GitHub stars
1
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/lhjlol/dsh-whale-avatar
Plugin: dsh-whale-avatar
Author: lhjlol

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-whale-avatar

给 DSH Web UI 的助手消息加上头像与名字:App 图标 + 吃白饭的蓝色大肥鱼。纯 CSS 注入(::before),React 重渲染不会丢,跟随日间/夜间主题令牌。

Adds an avatar (the app icon) and the name to every assistant message in the DSH Web UI. Pure CSS injection — survives React re-renders, theme-aware.

实现

  • 目标元素:[data-chat-flow-kind="assistant-step"](官方 web 应用的助手消息节点)。
  • 注入方式:style 标签内一条 CSS 规则,::before 伪元素渲染「头像 + 名字」,无 DOM 改动。
  • 头像:56px PNG 包进 28×28 SVG 的 data URI(Retina 清晰)。

安装

通过 Oh-DSH Desktop 插件市场安装(或 dsh plugin --profile <name> add github:lhjlol/dsh-whale-avatar)。安装后运行时自动重启生效。

卸载

从市场的插件列表卸载即可;CSS 随之移除。

结构

  • lib/client.js — 浏览器半(__ModuleLoader__ 格式),全部逻辑在此。
  • lib/index.mjs — Node 半,空 apply(纯 client 插件)。
  • cordis.patch.yml — bundle patch:向组合插入本插件行。