JoukoPuro/dsh-prompt-polish
JoukoPuro★ 3JavaScript最后同步: 2026-08-14
一个 DeepSeek Harness(DSH)插件: 在 Web 输入框的工具行中添加一个 ✨ 图标按钮。点击后选择打磨风格,已接入的大模型 会把你草稿中的提示词改写得更专业、更易被 AI 理解 。A DeepSeek Harness plugin: icon-only composer button that rewrites your prompt via the connected LLM (balanced/concise/detailed/code styles, i18n)
README 摘要
dsh-prompt-polish English 中文 A DeepSeek Harness (DSH) plugin that adds a ✨ sparkle button to the web composer's tool row. Click it, pick a rewrite style, and the already-connected LLM rewrites your draft prompt to be more professional and easier for an AI to understand — then replaces the draft so you can review before sending. - Icon-only button — a sparkle glyph in the composer tool row; no text, tooltip gives the full description. - Four rewrite styles — balanced / concise / detailed / code-oriented. - Multi-language UI — menu copy follows your browser language (zh, en, ja, ko, fr, de, es, pt, ru, it, tr, vi; falls back to English). - Uses your connected model — resolves the current default agent model ( agentDefaultModel ), or an explicit provider / model from config. Requirements - DeepSeek Harness ( @deepseek-ai/dsh ) web profile running, with a model adapter configured (e.g. the DeepSeek provider with an API key in Settings). Install Then restart dsh web so the profile picks up the new bundle: Open the web UI, type a draft, and click the sparkle button in the composer tool row. Configuration The plugin accepts optional config in the profile's cordis.patch.yml (user layer, ap…
在 GitHub 查看完整 README →