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.

Chat Avatar — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-chat-avatar

Chat Avatar

DSH Web Avatar Plugin: Displays an avatar to the left of each AI response and to the right of each input, with options to upload avatars, adjust their size, and choose circular or square frames.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Rabbit-bot-No-002/dsh-chat-avatar#d4f7889114b635e025e05e03ba93381c7c70ab5d
READMECompatibilityVersions

Compatibility and provenance

Chat Avatar is published as dsh-chat-avatar and currently resolves to version 0.1.0. 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/10/2026

Versions

0.1.0stable
9/10/2026

Related plugins

Loading related plugins…

Latest
0.1.0
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/11/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

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 pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client 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-chat-avatar

给 DeepSeek Harness(dsh)的 Web 界面加头像:每轮 AI 回复左侧一个、你的每条输入右侧一个,两侧各自可自定义。

An avatar plugin for the DeepSeek Harness Web UI: one avatar on the left of each turn's final AI reply, one on the right of each of your messages.

圆形头像框

方形头像框

功能 / Features

  • AI 头像 —— 每轮最终 AI 回复左侧,贴该条消息第一行的左上角。一轮只有一个:轮次开始时挂在第一条助手步骤上,出现更靠后的步骤就移过去,整轮结束停在最终回答上。
  • 用户头像 —— 每条输入(含运行期追问)右侧,贴第一行右上角。
  • 两侧各自可配:显示 / 隐藏、上传图片(PNG / JPG / WebP / GIF,动态图会动,≤ 20MB)、尺寸 16–128 px、头像框形状(圆形 / 方形,默认圆形)。
  • 没上传就不显示:不会出现空头像框,也没有内置默认图。
  • 设置入口:设置 → 左侧边栏 →「头像」。
  • 不依赖任何 @deepseek-ai/* 包(客户端只用 slots,宿主只用 webServer),没有 peer 版本耦合问题。

安装 / Install

# 从 npm 安装(推荐:包已预构建,免 allowBuilds 授权)
dsh plugin --profile web add dsh-chat-avatar

# 从 GitHub 安装(源码安装,会本地跑一次构建)
dsh plugin --profile web add github:Rabbit-bot-No-002/dsh-chat-avatar

# 从本地目录
dsh plugin --profile web add link:/path/to/dsh-chat-avatar

npm 包页面:https://www.npmjs.com/package/dsh-chat-avatar

装好后刷新页面;如果是从 GitHub 源码安装且 pnpm 拦了构建脚本,按提示把该包加入 profile 的 allowBuilds 再重跑安装。

License

MIT