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.

Conversation Accents — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-conversation-accents

Conversation Accents

Toggleable assistant, tool, and Think accents with safe Think Markdown for DSH Web

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-conversation-accents@0.1.0-alpha.1
READMECompatibilityVersions
会话配色设置页面

Compatibility and provenance

Conversation Accents is published as dsh-conversation-accents and currently resolves to version 0.1.0-alpha.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/21/2026

Versions

0.1.0-alpha.1prerelease
8/18/2026
Show 1 more versionCollapse versions
0.1.0-alpha.2prerelease
9/8/2026
Latest
0.1.0-alpha.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
988.5 kB
Files
39
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
42
Last push
9/15/2026
View source ↗Project homepage ↗
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

README

DSH Conversation Accents

为 DSH Web 的助手回复、工具调用和 Think 内容增加更清晰的语义配色。

English

这是一个社区维护的 Alpha 插件,与 DeepSeek 官方无隶属或背书关系。

效果对比

原生 DSH启用插件
原生效果 1插件效果 1
原生效果 2插件效果 2

主要功能

  • 为标题、重点、链接、引用、行内代码和代码 token 提供语义配色。
  • 为成功的工具调用和 Think 区域增加易辨识的颜色。
  • 内置 7 套配色,支持浅色与深色模式。
  • 支持创建、编辑、导入和导出自定义配色。
  • 可随时关闭插件配色,不会删除已经保存的设置。
  • 设置保存到 DSH Host;不可用时自动保存在当前浏览器。

插件只修改会话内容,不会改变 DSH 的导航、输入框和页面主题。

设置页面

会话配色设置页面

安装后,在 DSH 的 设置 -> 会话配色 中可以:

  • 开启或关闭全部配色。
  • 选择内置配色。
  • 分别编辑浅色和深色颜色。
  • 调整行内代码文字与背景色。
  • 导入或导出自定义配色 JSON。

安装

需要已安装 DSH Web。推荐直接从 npm 安装,无需克隆源码或本地编译:

dsh plugin --profile web add dsh-conversation-accents@alpha

安装或更新后重启 DSH Web,并在浏览器中强制刷新页面。

卸载:

dsh plugin --profile web remove dsh-conversation-accents

兼容性

当前版本针对 DSH 0.1.0-rc.6 开发和测试。

插件需要读取 DSH 会话页面的 DOM 属性。DSH 升级后,如果会话结构发生变化,请重新运行测试并检查助手回复、工具调用和 Think 区域。

隐私与安全

  • 不收集分析数据,不上传会话内容。
  • 配色设置只保存在 DSH Host 或浏览器本地存储中。
  • 自定义配色只接受结构化字段和 #RRGGBB 颜色,不接受任意 CSS。
  • Think Markdown 使用安全默认配置,不执行原始 HTML。

安全问题请按照 SECURITY.md 私下报告。

开发

源码位于 src/,构建产物位于 dist/。

npm ci
npm test
npm run build
npm run pack:check

贡献说明见 CONTRIBUTING.md,版本记录见 CHANGELOG.md。

许可证

MIT