DeepSeek Harness plugin

dsh-ambience

DSH 氛围插件:可自主淡化的自定义图片背景(JPG/PNG/WebP,不遮挡 UI)+ 背景音乐播放器(FLAC/MP3/WAV/M4A,音量 0-200%,播放列表/循环/随机)+ 10 段专业均衡器(预设/预放大/旁路),右下角悬浮条展开面板;v1.1 增加设置页入口,v1.1.1 修复大图导入被静默丢弃的问题。

Jump to install

Source facts

Repository
Hyna-hla/dsh-ambience
Latest update
Aug 15, 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/Hyna-hla/dsh-ambience
Plugin: dsh-ambience
Author: Hyna-hla

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-ambience

DeepSeek Harness 客户端插件:界面氛围。

  • 背景图片:可自主淡化的自定义背景(JPG / PNG / WebP),透明度 / 模糊 / 呼吸淡化,表面半透明不遮挡前端 UI;
  • 背景音乐:导入 FLAC / MP3 / WAV / M4A,音量 0–200%,播放列表 / 循环 / 随机;
  • 10 段均衡器:预设 / 预放大 / 旁路;
  • 右下角悬浮条展开面板。

安装

1. 构建产物拷入 profile 的 node_modules\dsh-ambience(或经 file: 依赖); 2. cordis.patch.yml 注册:

- insert:
    - id: dsh-ambience
      name: dsh-ambience

3. 重启 DeepSeek Harness(组合在进程启动时加载)。

说明

  • 纯客户端插件:host 仅 stub;dsh.client{platform:"web", inject:["slots","theme"], immediately:true}
  • 客户端 bundle 为单文件 CJS,包在 window.__ModuleLoader__.load({id, factory}) 握手壳里;
  • 设置持久化在 localStorage(dsh-ambience:v1 键)。