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.

Done Whale — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-done-whale

Done Whale

DeepSeek Harness tab-whale status light: green when a session finished, amber when something awaits you. 标签页鲸鱼状态灯:会话干完变绿、有事等您处理变琥珀。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wally8-8/dsh-done-whale#f0b585c7a02af3110ff31a414873cc81b42a0c77
READMECompatibilityVersions

Compatibility and provenance

Done Whale is published as dsh-done-whale and currently resolves to version 0.6.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/19/2026

Versions

0.6.1stable
9/19/2026
0.6.0stable
9/19/2026
0.3.0stable
9/17/2026
Show 2 more versionsCollapse versions
0.2.3stable
9/16/2026
0.2.2stable
8/22/2026

Related plugins

Loading related plugins…

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

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote 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 rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-done-whale 🐋

让 DeepSeek Harness 的标签页鲸鱼图标变成状态灯——您在别的网页忙的时候,瞄一眼标签就知道:有会话干完活了,还是有事情等您拍板。

效果

鲸鱼颜色含义什么时候恢复
🟢 绿色有会话在您没看它的时候跑完了点开那个会话后自动恢复;全部看完回黑
🟠 琥珀色有会话有事等您处理:向您提问 / 等您审批 / 等您审核计划处理完后自动消失
⚫ 黑色一切正常(原版鲸鱼)默认状态

颜色和侧边栏里的绿点、琥珀点用的是同一份官方信号,永远同步。

要求

  • 官方版本的 DeepSeek Harness(插件走官方插件机制,不需要任何额外依赖)

安装

dsh plugin --profile web add -w github:wally8-8/dsh-done-whale

装完重启 Harness(或刷新页面)即生效。

⚠️ 本插件没有发布到 npm,所以 dsh plugin --profile web add dsh-done-whale 会失败(找不到这个包)。请用上面这条 GitHub 安装命令。 用别的 profile 就把 web 换成你的 profile 名;改过 DSH_HOME 的话同理。

更新

装好之后不用再碰终端:

  1. 打开 设置 → 鲸鱼状态灯:「版本与更新」块会自动检查一次(也可以点 检查更新 / 重新检查 手动查);
  2. 有新版时会出现 有新版本 vX.Y.Z 和 立即更新,点它就完成下载与安装;下载安装期间随时可以点 取消;
  3. 装完后 重启 Harness 才生效(宿主半是进程内的模块,只刷新页面不够)。

更新过程会显示阶段、百分比、已用时与依赖计数;网络失败可以直接重试。

卸载

dsh plugin --profile web remove dsh-done-whale

卸载后没有任何残留。

说明

  • 只响应主会话;子代理会话不会让鲸鱼变色。
  • 绿色和琥珀色同时存在时,显示绿色(干活完成优先)。
  • 刷新页面后鲸鱼回到黑色:这是官方"已完成通知"的内存态语义,属正常现象。
  • 颜色可改:设置 → 鲸鱼状态灯里能改完成色 / 待处理色 / 默认色,也能一键恢复默认。

给 AI 的更新指引(DSH 破坏性更新后请读这一段)

如果你是读到本文件来帮用户修插件的 AI agent,按下面顺序做,不要自己猜安装命令:

  1. 先看它现在是怎么装的:读 ~/.dsh/profiles/web/package.json 的 dependencies["dsh-done-whale"](profile 名不是 web 就换成实际名字, 改过 DSH_HOME 就换成实际 home)。

  2. 一律用 GitHub 通道重装——本项目从未发布到 npm,任何 dsh plugin --profile web add dsh-done-whale 形式的命令都必然失败:

    dsh plugin --profile web add -w github:wally8-8/dsh-done-whale
    
  3. 让用户重启 Harness:宿主半是进程内模块,磁盘换了新代码也必须重启才生效, 只刷新页面只能更新浏览器半。

  4. 插件能用时优先让它自己更新:设置 → 鲸鱼状态灯 → 「版本与更新」→ 检查更新 / 立即更新;也可以调用本插件注册的模型工具 whale_update (action="check" 先看版本,action="update" 真执行)。

  5. 坏到界面都不出来时:本插件遵循"静默降级"——官方服务改名/消失时它整块不启动, 不会拖垮 DSH 界面。此时按第 2 步重装 + 重启即可恢复。

  6. 重装是安全的:dsh plugin --profile web remove dsh-done-whale 卸载零残留, 再按第 2 步装回即可。若依赖里写着 link:(本地开发安装),重装会把它切换成 GitHub 安装,动手前先问用户。

License

MIT