
QCYTSN/dsh-dafeiyu
296Last commit Aug 16, 2026
dsh-dafeiyu DSH plugin
DSH Big Fish is a plugin that displays a transparent, always-on-top window on your Windows desktop. It reacts to real DSH agent events — thinking, working, waiting, error, and completion — without reading your screen or other applications.
How to install the dsh-dafeiyu DSH plugin
dsh plugin --profile web add dsh-dafeiyu@alphaCopying does not run this command. Review the repository and version before installing the dsh-dafeiyu DSH plugin.
dsh-dafeiyu DSH plugin data source
dsh-dafeiyu DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-dafeiyu DSH plugin can do
- Shows DSH work status (thinking, working, waiting, error, done) on a floating desktop window
- Prioritizes the most critical session when multiple DSH sessions run (waiting > error > working > thinking > idle)
- Supports drag, click/double-click for short interactions, and right-click menu for hiding or closing
- Displays project name, current phase, active step, and real progress when available
- Configurable via DSH plugin settings: enable/disable, size, bubble size, activity level, reduce motion, respond to sub-agents
Where the dsh-dafeiyu DSH plugin fits
- Keep an eye on DSH progress while working in VS Code, browser, or other apps
- Quickly see if DSH is waiting for confirmation without switching to the DSH page
- Monitor multiple DSH sessions and see the most important status at a glance
- Get a visual cue when DSH finishes a task or encounters an error
- Use the fish as a cute desktop companion that reflects real AI work activity
Who the dsh-dafeiyu DSH plugin is for
- Windows developers who use DeepSeek Harness WebUI
- Users who want to see DSH status without keeping the DSH browser tab open
- Anyone who enjoys a desktop pet that shows meaningful work status
dsh-dafeiyu DSH plugin limitations
- Windows 10/11 x64 only; no macOS or Linux support
- Current Alpha version (0.1.0-alpha.7): settings and status text are in Simplified Chinese only
- Requires a running DeepSeek Harness WebUI with DSH Host; cannot run standalone
- Progress percentage is only shown when DSH writes structured todos; otherwise shows phases only
- Does not support manual launch of Helper; plugin must be managed via DSH plugin system
dsh-dafeiyu DSH plugin: from the repository README
Quoted from the QCYTSN/dsh-dafeiyu README, the upstream source of the dsh-dafeiyu DSH plugin. Copyright remains with the original authors.
**住在 Windows 桌面上、由 DeepSeek Harness 真实工作状态驱动的 Agent 伴侣。** 入口属于 DSH,生命周期属于 DSH,显示层属于桌面。 [English](README_EN.md) · [npm](https://www.npmjs.com/package/dsh-dafeiyu) · [下载最新版本](https://github.com/QCYTSN/dsh-dafeiyu/releases/latest) · [更新日志](CHANGELOG.md) · [更新与回退](docs/UPDATING.md) · [验收记录](docs/ACCEPTANCE.md) </div>  DSH 大肥鱼不是一个需要单独启动的桌宠应用。它由 DSH 插件启用,跟随 DSH 一起启动和退出,并以透明、无边框、始终置顶的原生窗口显示在桌面上。即使切换到 VS Code、浏览器或文件管理器,也能知道 DSH 当前在思考、修改、测试、等待还是已经完成。 > 当前版本:`0.1.0-alpha.7` · Windows MVP Alpha ## 它有什么用? - **离开 DSH 页面也能看到状态**:大肥鱼始终显示在 Windows 桌面最上层。 - **反馈来自真实 Agent 事件**:不会读取屏幕,也不会把你在其他软件里的操作误判为 DSH 工作。 - **展示足够但不过量的信息**:项目名、当前阶段、正在进行的步骤和真实待办进度会显示在状态卡上。 - **有生命力但不打扰**:思考、查找、修改、执行、验证、等待、完成和错误都有对应动作与自然文案。 - **没有第二套应用入口**:无需单独运行 Helper、安装 Python或配置额外端口。 如果 DSH 没有提供待办清单,大肥鱼只显示“分析阶段”“实现阶段”“验证阶段”等可靠信息, 不会编造完成百分比。 ## 状态展示 | 思考 | 工作 | | --- | --- | |  |  | | 等待确认 | 完成 | | --- | --- | |  |  | | 遇到问题 | | --- | |  | 状态大致按照下面
Read the full READMERepository license: MIT
dsh-dafeiyu DSH plugin questions
How do I install DSH Big Fish?
First, fully exit DSH Host. Then in your DSH installation directory, run `dsh plugin --profile web add dsh-dafeiyu@alpha` in PowerShell. Alternatively, you can download the .tgz from GitHub Releases and install it with `dsh plugin --profile web add path/to/file.tgz`.
Why don't I see the fish after installation?
Make sure you used `--profile web` when installing. Fully exit and restart DSH Host. Then go to Settings → Plugins → Plugin Configuration and confirm 'Enable Big Fish' is checked. Also ensure you are using the Windows x64 release package, not just the source code.
Why is there no progress percentage shown?
The plugin only shows a progress percentage like '3/5 steps completed' when DSH provides structured todo data. If no structured todos are available, the status card displays the current working phase (e.g., 'Analysis phase') without inventing a fake percentage.
How do I update the plugin?
Fully exit DSH Host. Then run `dsh plugin --profile web update dsh-dafeiyu@alpha` in PowerShell. You can also re-run the add command with the same version tag to get the latest alpha. If you installed via .tgz, download the new file and add it again.
Can I use DSH Big Fish on macOS or Linux?
No, DSH Big Fish currently only supports Windows 10/11 x64. The README explicitly states Windows-only. There is no macOS or Linux version planned in the current Alpha phase.