dsh-BigfishPet:DeepSeek Harness 通用桌宠插件

dsh-BigfishPet 是一个专为 DeepSeek Harness (DSH) 设计的通用桌宠插件,采用 MIT 许可证。该插件通过 DSH 设置页配置,并利用 PySide6 驱动透明桌面 Helper 显示“鲸鱼娘”形象,实时映射智能体任务状态。 其核心功能包括基于 `session/event` 的真实状态驱动,将任务归约为思考、工作、等待、完成和出错五种状态,并依据优先级(等待>出错>工作>思考)显示对应动画。插件支持丰富的交互体验,如左键触发随机台词、空闲时自动自言自语或入睡,以及右键控制宿主进程或打开 WebUI。状态数据持久化于 `~/.dsh/pet.json`,若环境

Read More
dsh-live2d-companion: Live2D Status Monitor and Desktop Companion Plugin for DeepSeek Harness

dsh-live2d-companion is a Live2D monitoring plugin for DeepSeek Harness (DSH), available in both web widget and Electron transparent desktop pet formats. It subscribes to the DSH session event stream and uses an 8-state state machine to visualize in real time whether the AI is in stages such as thinking, working, waiting, error, or completion. The plugin supports independent state display and aggregation for multiple tasks. It is compatible with Cubism 4/5 models and includes character interaction features such as clicking, dragging, and gaze following, as well as editable speech bubble presets and a model management panel. Additionally, it features a game center for Gomoku and chess that supports local engines, AI players, and LLM commentary. This plugin integrates seamlessly with zero modifications through the cordis layer, is compatible with DSH upgrades, and provides a standalone

Read More
Use dsh-pet to keep an eye on the session status of DeepSeek Harness in the desktop corner

DSH-PET is a fun desktop pet of DeepSeek Harness maintained by FlytoMAYDAY80: a standalone Electron-powered small whale floats on the desktop, which can reflect states including "needs confirmation / working / completed / idle / offline" with expressions, speech bubbles and sound effects without opening the DSH page. The current recommended version is v0.1.1, which has been switched to WebSocket to connect to the DSH 0.1.0-rc.6 event channel. The installation package is for macOS Apple Silicon, and the source code can be launched with pnpm. It is open-sourced under MIT license, only reads local interfaces and does not report data to the cloud.

Read More
Create a natively Rust desktop pet for DeepSeek Harness using dsh-plugin-pet-rs

dsh-plugin-pet-rs is a Rust-native desktop pet maintained by HuanLinOTO: it features a five-state whale design, dual-channel `events.mux`/`events.host` with 2-second polling, a transparent always-on-top window and system tray, and read-only connection to the local DeepSeek Harness. The community guide provides `dsh plugin add github:HuanLinOTO/dsh-plugin-pet-rs`, but the repository has no `package.json`, so you need to build it via Cargo manually. It fully supports Windows, macOS and Linux X11, with degraded functionality on Wayland. The license is subject to AGPL-3.0 in the root directory.

Read More
Add a dsh-kun-like pet that follows the Agent to work for DeepSeek Harness

`dsh-kun-like-pet` is a fun plugin for DeepSeek Harness maintained by liyupi: the little Kun pet in the bottom right corner of the web interface will switch between 9 actions according to the Agent's working, thinking, waiting, error and idle states. When the task ends cleanly, the host process will play the audio clip *"你干嘛~哎哟"*. The code is licensed under MIT, and the materials are for personal study only. The directory installation command is `dsh plugin add github:liyupi/dsh-kun-like-pet`; the actual repository path requires modifying CONFIG and injecting via `cordis_define`. Before installation, you should check the source code and license, and adjust the material path and playback command according to your local machine.

Read More
Whale Girl: Add an upgradable desktop pet to the DeepSeek Harness web interface

Whale-girl is a desktop pet plugin for the DeepSeek Harness web client maintained by vlln: it appears as a QQ pet-style icon in the bottom right corner, can be dragged and fed, and tasks and conversations will accumulate to form levels, titles and memories. This article verifies the installation command, 15-state state machine, growth rules and settings configuration according to the community directory page and GitHub repository.

Read More