
Gin-7/dsh-pet-remielle
40Last commit Aug 15, 2026
dsh-pet-remielle DSH plugin
This plugin displays a cute, transparent pet character (Remielle from Zenless Zone Zero) that floats at the bottom-right corner of the DSH Web GUI page. It automatically switches between 6 animated sticker states according to the assistant's workflow (streaming, tool calling, thinking, idle, etc.). You can drag it, left-click to trigger a random animation, and right-click for a context menu to adjust scale/opacity, lock position, hide/show, and access settings.
How to install the dsh-pet-remielle DSH plugin
dsh plugin --profile web add github:Gin-7/dsh-pet-remielleCopying does not run this command. Review the repository and version before installing the dsh-pet-remielle DSH plugin.
dsh-pet-remielle DSH plugin data source
dsh-pet-remielle DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-pet-remielle DSH plugin can do
- Transparent floating pet at the bottom-right corner of the page, fully draggable
- Automatically switches between 6 animated stickers based on DSH workflow state (e.g., streaming, tool calling, thinking, idle)
- Right-click context menu to adjust scale, opacity, lock position, hide/show, pause animation, and open settings panel
- Left-click triggers a random animation playback
- Zero configuration required – loads on install and restores original state on uninstall
Where the dsh-pet-remielle DSH plugin fits
- Add a lively companion to your DSH interface while waiting for responses
- Visually indicate the current DSH workflow state (e.g., streaming, thinking, idle) via the pet's animation
- Customize the pet's appearance and behavior through the right-click menu (scale, opacity, lock, hide)
- Enjoy a personal touch from the Zenless Zone Zero IP in your AI assistant workspace
Who the dsh-pet-remielle DSH plugin is for
- DSH Web GUI users who want a desktop pet to accompany their workflow
- Fans of Zenless Zone Zero or anime-style character decorations who want a non-intrusive animated sticker
dsh-pet-remielle DSH plugin limitations
- Assets are from official Zenless Zone Zero event stickers; for personal learning and entertainment only, commercial use and redistribution of assets are prohibited
- Only works within the DSH Web GUI environment (not a standalone system-wide pet)
- May require a modern browser to render GIF animations smoothly
dsh-pet-remielle DSH plugin: from the repository README
Quoted from the Gin-7/dsh-pet-remielle README, the upstream source of the dsh-pet-remielle DSH plugin. Copyright remains with the original authors.
DeepSeek Harness Web GUI 的《绝区零》角色蕾米埃尔(Remielle)桌宠插件,素材来自《绝区零》官方发布的活动表情包。 ## 效果 透明悬浮、随 DSH 工作状态自动切换动画贴纸(下方为实际素材预览,GIF 即桌面宠使用的贴纸): | 状态 | 贴纸 | 触发 | |---|---|---| | 工作中_01 | <img src="assets/01.gif" width="120" alt="01 工作中_01"> | 正在流式输出回答 | | 工作中_02 | <img src="assets/02.gif" width="120" alt="02 工作中_02"> | 正在调用工具 | | 心满意足 | <img src="assets/03.gif" width="120" alt="03 心满意足"> | 一轮收尾 6 秒内 | | 思考中 | <img src="assets/04.gif" width="120" alt="04 思考中"> | 本轮出现 think 块 / 尚未输出 | | 等待回应 | <img src="assets/05.gif" width="120" alt="05 等待回应"> | 提问/批准弹窗等待 · 空闲 2 分钟 | | 待机中 | <img src="assets/06.gif" width="120" alt="06 待机中"> | 常规空闲 | 桌宠悬浮于页面右下角(可拖动),透明背景无卡片;左键点击随机播放一个动作,右键菜单可调整缩放/透明度、锁定与重置位置、隐藏↔唤醒、暂停动画,并打开设置面板。 ## 安装 ```sh dsh plugin --profile web add github:Gin-7/dsh-pet-remielle ``` 加载即生效、卸载即复原(插件行 id 为 `ui-pet-remielle`)。 ## 开发与构建 ```sh pnpm install pnpm build # 重新生成素材嵌入 + tsdown 构建 lib/ ``` - `scripts/generate-art.mjs`:把 `assets/*.gif` 内联为 `src/client/art.generated.ts`(data URI)。 - `build/` 为 tsdown 客户端构建预设。 - 构建产物 `lib/` 已提交,安装无需构建。 ## 版权与许可 素材来自《绝区零》「初代虚狩,回归」活动表情包,版权归原权利方(米哈游/HoYoverse)所有。本插件仅供个人学习与娱乐,**禁止商业使用与再分发素材本身**。署名与来源链见 `NOTICE`。
Read the full READMEThe repository declares no license. Check with the authors before using it.
dsh-pet-remielle DSH plugin questions
How do I install this plugin?
Run the command `dsh plugin --profile web add github:Gin-7/dsh-pet-remielle` in your terminal. The plugin will be loaded immediately and you can start using the pet right away.
How do I uninstall the pet?
Run `dsh plugin --profile web remove ui-pet-remielle` or use the DSH plugin manager to remove it. The pet will disappear and the original interface will be restored without any leftover files.
Can I adjust the size or opacity of the pet?
Yes, right-click on the pet to open the context menu. There you will find options to adjust scale (0.1 to 2.0) and opacity (0.1 to 1.0). You can also lock the pet's position or hide it temporarily.
Does the pet affect DSH performance?
The pet is a lightweight transparent overlay using GIF animations. It should have minimal impact on performance. If you experience issues, you can pause the animation or hide the pet via the right-click menu.
The pet is not showing after installation, what should I do?
First, make sure you are using the DSH Web GUI. The plugin only works in the web interface. Then verify the plugin is installed by running `dsh plugin list --profile web`. If it's listed, try reloading the page. If the issue persists, check your browser's console for any errors.