DeepSeek Harness plugin

dsh-whale-btn

桌面悬浮 按钮:置顶可拖动,点击聚焦/打开 DeepSeek Harness 应用窗口 (DSH host plugin)

Jump to install

Source facts

Repository
hhj2714/dsh-whale-btn
Latest update
Aug 17, 2026
Category
Just for Fun
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/hhj2714/dsh-whale-btn
Plugin: dsh-whale-btn
Author: hhj2714

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-btn 🐳 桌面悬浮鲸鱼按钮

DSH host 插件:在桌面显示一个置顶、可拖动、全桌面空间可见的 🐳 悬浮按钮。

> ⚠️ 平台限制:仅支持 macOS + Apple Silicon(arm64)bin/whale-btn 为 arm64 原生二进制)。Intel Mac / Windows / Linux 不适用。

操作行为
单击聚焦已打开的 DeepSeek Harness 应用窗口;没开则启动它(不新开浏览器标签)
拖动1:1 跟手移动
右键退出鲸鱼(下次启动 dsh 时自动回来)

文件结构

dsh-whale-btn/
├── package.json          # dsh.bundle.patch 声明
├── cordis.patch.yml      # 向 Loader 插入 whale-btn 行
├── bin/whale-btn         # 编译好的原生悬浮窗程序(AppKit)
├── src/whale.m           # 源码;修改后重新编译到 bin/
└── lib/index.js          # host 半身:子进程生命周期管理

重新编译

clang -fobjc-arc -fno-modules -O2 -framework Cocoa -framework CoreServices \
  src/whale.m -o bin/whale-btn

安装 / 卸载

dsh plugin --profile web add https://github.com/hhj2714/dsh-whale-btn   # 安装
dsh plugin --profile web remove dsh-whale-btn                             # 卸载

安装后重启 dsh 生效。

License

[MIT](./LICENSE)