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.

Activity Bell — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-activity-bell

Activity Bell

DSH Web sidebar activity bell: Displays a badge when a session task ends and switches to the “Recently Ended” session list with one click.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:minivv/dsh-activity-bell#af3e4d2ffaf3d7d80441cd3c1c3d81c7f28708a5
READMECompatibilityVersions

Compatibility and provenance

Activity Bell is published as dsh-activity-bell and currently resolves to version 0.1.1. 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/23/2026

Versions

0.1.1stable
9/23/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/23/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.

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.Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and r

README

dsh-activity-bell

给 DSH 侧边栏加一个「活动」铃铛:哪个会话跑完了,铃铛上就有红色数字;点一下,就把左边的列表从「按文件夹分组」换成「按最近结束排序」。

同时开好几个会话、又跑去干别的的时候,你没法盯着每一个。这个铃铛就负责告诉你:哪个跑完了、还有几个没看过。

活动列表

它做了什么

  • 角标:有会话跑完、你还没看过时,铃铛右上角出现红色数字(就是没看的个数)。
  • 点铃铛:铃铛亮起来,侧边栏列表换成「最近活动」—— 按天分组(今天 / 昨天 / 星期几 / 具体日期),最近结束的排最上面,每行是会话标题 + 所属文件夹;跑完还没看的,行首带绿点。
  • 再点一次(或按 Esc):回到原来的工作区 / 会话列表。
  • 点某一行:直接打开那个会话;打开后它的绿点和角标数字就减掉。
  • 当前打开的会话:在活动列表里带灰色底,一眼看出自己在哪。
  • 鼠标移到某一行:和官方列表一样出现「置顶 / 归档」按钮;标题太长会慢慢滚动显示完整内容。

铃铛与角标

深色主题下同样可用:

深色主题

安装

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minivv/dsh-activity-bell

也可以从 npm 装(包名一样),或者直接指向本地目录:

npx -p @deepseek-ai/dsh dsh plugin --profile web add dsh-activity-bell
npx -p @deepseek-ai/dsh dsh plugin --profile web add /path/to/dsh-activity-bell

装完重启 web profile;页面开着的话刷新一下即可。

怎么用

  1. 照常干活:在某个会话里发任务,然后切去看别的会话。
  2. 任务跑完,铃铛上出现红色数字。
  3. 点铃铛看是哪些跑完了(绿点 = 还没看过),点那一行就打开它。
  4. 想回去按文件夹找会话,再点一次铃铛(或按 Esc)。

什么时候算「没看过」,什么时候清掉

  • 算没看过:只要一个会话从「运行中」变成「结束」,就先记一次 —— 不管当时你是不是正看着它。
  • 清掉:你打开了这个会话(在哪个列表点开都算)、它又开始跑、或者它从列表里消失了。

和官方列表保持一致的地方

活动列表接管的是同一个位置,所以这些行为都和官方列表一样:

  • 行宽、圆角、鼠标移上去的灰底。行宽是打开时实测官方行的盒子得来的,换主题、换皮肤、官方调整内边距都会自动跟上。
  • 标题过长的滚动显示、行尾的「置顶 / 归档」按钮、置顶行末尾的图钉标记。
  • 可见范围:空白「新会话」占位、子代理来源的会话、已归档会话都不显示。

已知限制

  • 侧边栏折叠成 56px 轨道时看不到铃铛:那个位置的角标已被官方的「桌面更新提示」占用,插件抢不过来,所以轨道模式下没有未读数。
  • 未读不跨刷新保存:和官方一样,刷新页面后重新开始计数。
  • 活动列表里提供置顶、归档、打开会话。重命名 / 分叉仍在原来的工作区列表里 —— 官方没有把这两个操作开放给其它插件。

开发

npm install
npm run verify   # typecheck + build + 35 个测试

源码结构:

  • src/activity-model.ts —— 纯函数:从会话、会话状态、工作区三个快照算出「按天分组的活动列表」。
  • src/client/anchors.ts —— 找到侧边栏列表的位置并挂载界面(官方没有在搜索按钮旁留扩展位,所以铃铛是挂到 DOM 上的)。
  • src/client/ActivityBell.tsx —— 铃铛按钮 + 活动列表,以及未读的记账。
  • src/client/completions.ts —— 监听「运行中 → 结束」,维护未读集合。

English

A sidebar activity bell for the DeepSeek Harness Web UI:

  • Badge — a session that finishes raises a red count on the bell.
  • Click — the sidebar list switches from workspace grouping to a day-grouped activity list, newest first, with a green dot on completions you have not opened yet.
  • Click again (or Esc) — back to the workspace list. Rows keep the shipped affordances (pin, archive, hover title reveal), and the session you have open shows the shipped selected fill.
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minivv/dsh-activity-bell