DeepSeek Harness plugin

dsh-conversation-accents

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

Jump to install

Source facts

Repository
YaoaY/dsh-conversation-accents
Latest update
Aug 18, 2026
Category
Tools & Capabilities
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/YaoaY/dsh-conversation-accents
Plugin: dsh-conversation-accents
Author: YaoaY

Check the source files

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

File explorer4 files
README_EN.mdSource · read only
README language

DSH Conversation Accents

Semantic colors for assistant replies, tool calls, and Think content in DSH Web.

简体中文

> This is a community-maintained alpha plugin. It is not affiliated with or endorsed by DeepSeek.

Comparison

Native DSHPlugin enabled
![Native effect 1](docs/images/A1.png)![Plugin effect 1](docs/images/B1.png)
![Native effect 2](docs/images/A2.png)![Plugin effect 2](docs/images/B2.png)

Features

  • Semantic colors for headings, emphasis, links, quotes, inline code, and code tokens.
  • Clear accents for successful tool calls and Think blocks.
  • Seven built-in palettes with light and dark variants.
  • Create, edit, import, and export custom palettes.
  • Disable all accents without deleting saved settings.
  • Host-backed settings with a browser-local fallback.

The plugin changes conversation content only. It does not theme DSH navigation, the composer, or the application shell.

Settings

![Conversation Accents settings page](docs/images/settings.png)

After installation, open Settings -> Conversation Accents to:

  • Enable or disable all accents.
  • Select a built-in palette.
  • Edit light and dark colors separately.
  • Configure inline-code text and background colors.
  • Import or export custom palette JSON.

Installation

DSH Web is required. Install the published package directly; no source checkout or local build is needed:

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

Restart DSH Web after installing or updating the plugin, then hard-refresh the browser page.

Remove the plugin with:

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

Compatibility

The current release is developed and tested against DSH 0.1.0-rc.6.

The plugin reads DOM attributes from the DSH conversation view. After upgrading DSH, rerun the tests and verify assistant replies, tool calls, and Think blocks.

Privacy and Security

  • No analytics, telemetry, or conversation content is uploaded.
  • Settings remain in the DSH Host or browser local storage.
  • Custom palettes accept structured fields and #RRGGBB colors only, not arbitrary CSS.
  • Think Markdown uses safe defaults and does not execute raw HTML.

Report security issues privately as described in [SECURITY.md](SECURITY.md).

Development

Source files live in src/; generated artifacts live in dist/.

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

See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidance and [CHANGELOG.md](CHANGELOG.md) for release history.

License

[MIT](LICENSE)