dsh-fullwidth-punctuation
Converts half-width punctuation in AI replies to full-width Chinese punctuation, so copied answers stay publication-ready.
将 AI 回答中的半角标点转换为中文全角标点,让复制的回答可直接用于公文材料。
How to install
dsh plugin add github:addie-ace/dsh-fullwidth-punctuation About
dsh-fullwidth-punctuation 让 DeepSeek Harness 的 **AI 回答输出中文全角标点**:回答在界面上是全角,**用户直接复制回答内容也是全角**。面向政务公文、汇报材料等对「标点统一全角」有硬性要求的写作场景。 原理 插件是纯 host 端 Cordis 插件,监听 llm/stream 瀑布(@deepseek-ai/dsh-llm 官方设计的流拦截点),在**数据源头**把模型输出文本里的半角标点转换为中文全角: 模型输出 → llm/stream 拦截 → 转换 → 写入会话存储 → 渲染到界面 → 复制 因为转换发生在源头,界面显示、复制按钮、选中复制拿到的都是同一份全角文本。 同时注入一条 system prompt 提示模型尽量输出全角(双保险,减少后处理负担)。 转换规则(智能全角,不破坏代码/数字/链接) | 输入 | 输出 | 说明 | |---|---|---| | , ; ! ? | , ; ! ? | 无条件转换 | | . | 。 | 数字小数点(3.14)、省略号(...)不转 | | : | : | 时间(10:30)、URL(http://)不转 | | ( ) | ( ) | markdown 链接 text 内的括号不转 | | " | “ ” | 配对转换 | | 代码块 / ~~~ | 不转 | fe…
Recommendation signals
Meta
- License
- –
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-03
- Created
- 2026-09-03
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-univer-office
dream-num/dsh-univer-office
Give DeepSeek Harness a real office environment. Univer Office Plugin brings spreadsheets, docs, slides, canvases, relational tables, and more into one runtime — with connected data, validation, versioned changes, and isolated worktrees for multi-agent collaboration.
archify
tt-a1i/archify/tree/main/integrations/deepseek-harness
Generate validated, self-contained interactive architecture, workflow, sequence, data-flow, and lifecycle diagrams from repositories or system descriptions.
dsh-diagram
hanzhangzzz/dsh-diagram
Editable Excalidraw diagrams for DeepSeek Harness conversations.
dsh-mermaid
AKS1st/dsh-mermaid
Render Mermaid code fences in DSH Web chat messages as lazy-loaded SVG diagrams with strict sanitization and light/dark theme follow.