DeepSeek Harness plugin

dsh-fusion-pixel-font

用 Fusion Pixel 12px 简体中文像素字体替换 DeepSeek Harness GUI 界面与代码字体 (可安装的 dsh 组合包)

Jump to install

Source facts

Repository
TableRogue/dsh-fusion-pixel-font
Latest update
Aug 16, 2026
Category
UI Enhancements
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/TableRogue/dsh-fusion-pixel-font
Plugin: dsh-fusion-pixel-font
Author: TableRogue

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-fusion-pixel-font

Fusion Pixel 12px 简体中文 像素字体替换 DeepSeek Harness Web GUI 的界面字体与代码字体。

用处

  • 全 GUI 界面文字(--dsw-font-family)与代码文字(--ds-font-family-code)切换为 Fusion Pixel 12px 像素字体。
  • 字体由插件自身(Host 半)同源托管,无需外网 CDN。
  • 保留系统字体回退,加载失败不影响使用。

安装(每次启动自动加载)

# 本地 checkout
dsh plugin --profile web add ./dsh-fusion-pixel-font

# 或从 GitHub(纯 JS,无构建步骤)
dsh plugin --profile web add github:TableRogue/dsh-fusion-pixel-font

安装后自动追加进 profile 的 dsh.profile.bundles,启动 dsh --profile web 即生效,无需重建 Web 产物。验证 / 卸载:

dsh --profile web --dump-config        # 应看到 # == dsh-fusion-pixel-font 层
dsh plugin --profile web remove dsh-fusion-pixel-font

临时方式(动态插件,单次进程):把 src/client.js 头注释以下的内容填入 cordis_definecode.clientcordis_run,详见文件头注释。

文件

  • index.js — Host 半:读取 assets/ 字体字节并注册同源 webServer 路由。
  • src/client.js — 动态插件源码(文档参考)。
  • lib/client.js — 发布 bundle(client-modules 加载)。
  • assets/ — Fusion Pixel 12px 简体中文字体文件(OFL 许可,来源见上)。
  • cordis.patch.yml — profile 组合补丁行。

License

[MIT](./LICENSE) © 2026 TableRogue