One-click draft polisher for the DeepSeek Harness (dsh) composer. Type a rambling draft, hit the ✨ 润色 / Polish button in the input tool row, and a few seconds later the polished text replaces the draft in the input box — you preview, maybe edit, then send. No scoring, no evaluations: draft in → better draft out.
功能特性
- Fails silent — a failed or empty rewrite leaves the draft untouched (console log only, no toasts).
- Privacy — the /polish command registers with recordInput: false, so the raw draft never lands in the session log; only the polished result is recorded in command/done.
- No custom wire protocol — Client→Host rides the harness's built-in commands remote (the same channel the shipped / commands use).
- i18n zh/en — button label and tooltip follow the harness locale service.
- The fill-back is skipped when the draft changed during the rewrite (stale-edit guard) — by design, your newer edits always win.
- Drafts over 50 KB are truncated before the rewrite (a draft of that size is beyond what a single flash call can meaningfully restructure anyway).
安装命令
npm install -g @deepseek-ai/dsh