dsh-shuorenhua: A De-AI-Flavor Rewriting Plugin for DeepSeek Harness

neuneed/dsh-shuorenhua

Tools & CapabilitiesVerified
Listed on 2026-09-21
Page last updated 2026-09-22

Adds a "plain talk" button to DeepSeek Harness replies, stripping AI filler and bureaucratic jargon into plain language while keeping code and formulas intact.

dsh-shuorenhua is a rewriting plugin that strips AI flavor from DeepSeek Harness chat replies, targeting canned greetings, closing pleasantries, corporate buzzwords and rigid three-part structures. It adds a "Say It Plainly" button to each reply's action bar; clicking it opens a frosted-glass dialog that streams a plain-language version character by character, along with a reduction percentage and character-count comparison. Code blocks, formulas, inline code and hyperlinks are shielded by placeholders, while technical metrics and core facts are never abstracted away; results are cached locally so reopening a message avoids another model call.

How to Install

install
dsh plugin --profile web add github:neuneed/dsh-shuorenhua
Category
Tools & Capabilities
Platform
DSH Plugin
Author
neuneed
Distribution
Plugin

dsh-shuorenhua Key Features

One-click plain-talk buttonTypewriter streaming rewriteCode and formulas preservedLocal cache avoids re-calls
Listed on dsh-plugin.org

dsh-shuorenhua Repo Summary

What Does It Do?

Shuorenhua (dsh-shuorenhua) is a DSH plugin for DeepSeek Harness that strips AI-flavored filler and bureaucratic jargon from chat replies and rewrites them into plain, natural language. It solves the problem of canned greetings, closing pleasantries, corporate buzzwords and rigid three-part structures that clutter model output. Maintained by neuneed under the MIT license and written in TypeScript, it was last updated in 2026-09.

Core Features

  • Seamless action-bar embedding: injects a "Say It Plainly" button natively between the copy and branch buttons under every AI reply, so no view switching is needed.
  • Real-time typewriter streaming: reuses the host's configured underlying model and renders the rewrite character by character as soon as the dialog opens.
  • Deep de-AI rewriting: restores verbs (turning "completed the adjustment of the retry strategy" into "adjusted the retry strategy"), cuts semantically duplicated restatements, and removes filler markers such as "in short" or "it is worth noting".
  • Fidelity for code, formulas and data: a placeholder shield protects code blocks, math formulas, inline code and hyperlinks from any edits, while technical metrics and core facts are never abstracted away.
  • Dual-mode operation with fallback: works both as a Web UI action and as a tool registered for autonomous agents, preferring model streaming generation and falling back to an offline rule engine when no model is configured.
  • Local result caching: each message's rewrite is persisted in host storage, so reopening the same message shows the previous result without another model call.

How to Use This Plugin?

Once enabled in DSH, every AI reply gains a "Say It Plainly" button in its action bar; clicking it opens a frosted-glass dialog and starts streaming the rewrite. The dialog header shows the reduction percentage, the footer compares original and rewritten character counts, and a one-click copy button is provided; press ESC or click outside the overlay to dismiss it. To pin a specific model provider, set the provider option in the plugin configuration, otherwise the currently active default model is used. As a DSH plugin it reuses the existing WebServer on the same origin, so no extra ports or processes are required.

How to Troubleshoot This Plugin?

If the rewrite always reports a reduction of 0, the host likely has no usable model configured and agent mode fell back to the offline engine; check the active default model in DSH or the provider option in the plugin configuration. If code blocks, formulas or hyperlinks change after rewriting, that is an edge case not covered by the placeholder shield, so report it following the official instructions.

This page is an independent rewrite of the plugin's official README — for authoritative documentation and the latest changes, refer to the source: neuneed/dsh-shuorenhua. The plugin is third-party code that runs on your machine once installed; inclusion does not imply endorsement — please review the source before installing.

Install, update, and uninstall this plugin in the Plugin Market of DeepSeek Harness's DSH Plugin Hub

DSH Plugin FAQ