DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Echocat Prettier — DSH Plugin for DeepSeek Harness
← Plugins
E

dsh-echocat-prettier

Echocat Prettier

EchoCat Prettier: Provides multi-style formatting, emoji, themed sticker packs, and long-response performance protection for DSH AI replies.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:VDERR/dsh-echocat-prettier#8af04d93f2378acd7d421d9d9eb86af4bf9f9310
READMECompatibilityVersions
EchoCat Prettier 设置界面

Compatibility and provenance

Echocat Prettier is published as dsh-echocat-prettier and currently resolves to version 0.23.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/25/2026

Versions

0.23.6stable
9/25/2026
0.23.5stable
9/25/2026
0.23.4stable
9/24/2026

Related plugins

Loading related plugins…

Latest
0.23.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/25/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。

README

EchoCat LOGO

DSH 聊天内容 排版

EchoCat Prettier · 让 AI 回复拥有清楚的层级、丰富的视觉风格和自然的互动感。

安装 · 效果对比 · 设置界面 · 反馈问题

效果对比

下面两栏使用的是同一段 AI 原始回答。插件只重组浏览器里的显示层级,不改回答文字、顺序和结论。

关闭美化与清透留白默认排版对比

展开查看:开发者终端风格
关闭美化与开发者终端风格对比

设置界面

在左侧栏上方、“插件 / 技能调用报告”之后、“工作区”之前打开“回复美化”,可以直接切换视觉风格、排版、独立配色、动画、emoji 和表情包数量。设置页顶部提供版本检查和 GitHub 入口。

EchoCat Prettier 设置界面

主要功能

能力说明
15 套视觉风格清透留白、新拟态、便当网格、现代渐变、几何粗体、卡片堆叠、沉浸首屏、蒸汽波、发布会、开发者终端、广播故障等
9 套排版 DIY跟随风格、杂志封面、垂直时间轴、左右分屏、阶梯卡片、海报舞台、数据控制台、对话剧本、自由拼贴
每套独立配色主色、辅助色和强调色分别保存,切换风格不会串色
emoji 与表情包单条回复可设置 2—8 个 emoji、1—4 张主题表情包,表情包居中展示
准确性保护不修改提示词、模型参数、原始回答、节点顺序和复制内容
长回复保护长内容自动暂停持续动画、复杂毛玻璃和跨栏排版,减少闪烁、卡顿及内容裁切
响应式设置页DSH 窗口缩放后仍能看到操作按钮,内容区域独立滚动

安装

推荐从 npm 安装公开版本:

dsh plugin --profile web add dsh-echocat-prettier

也可以直接从 GitHub 安装当前源码构建:

dsh plugin --profile web add github:VDERR/dsh-echocat-prettier

安装或升级后需要重启 DSH Desktop。也可以从 Releases 下载 ZIP,并参照安装、卸载与验收说明操作。

准确性、网络与隐私

插件只处理浏览器展示层。默认不向 AI 注入语气、emoji、Markdown 或配图提示;回答生成完成后,再由插件进行显示装饰。

网络表情包只发送“表情包+短主题+情绪”,不会发送完整回答。当前实现不需要 API Key、没有付费接口、没有遥测或账号系统,设置仅保存在本机。网络失败时保持纯文字回答。

更新

打开左侧边栏的“回复美化”,点击设置页右上角的“检查更新”。插件会读取 GitHub 最新 Release;如果 GitHub API 暂时不可用,按钮会改为打开 Releases 页面。

开发与验证

要求 Node.js 22 或更新版本。

npm ci
npm run check
npm run test:final
npm run test:long

服务端入口为 lib/index.js,客户端入口为 lib/client.js,DSH/Cordis 清单为 cordis.patch.yml。仓库包含构建后的 lib/,便于 DSH 从 GitHub 直接安装。

当前版本:0.23.6 / V2.3.6。已改用 DSH v0.1.7-rc.2 的官方 sidebar.panellist 上方侧栏入口,并用匹配的主面板桥接到全局设置弹窗;自动测试、浏览器宿主夹具和长回复压力测试均已通过。

第三方组件与数据源说明见 THIRD_PARTY_NOTICES.md。