GooDAnDReaDY/dsh-dsml-artifact-guard0

@goodandready/dsh-dsml-artifact-guard

Sanitizes leaked DeepSeek DSML closing tags from model text streams

包名
@goodandready/dsh-dsml-artifact-guard
版本
0.1.2
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-dsml-artifact-guard

⚙️ Configuration (settings.yaml)

Configure provider and model targets in settings.yaml or through the Web UI:


### Configuration Parameters

| Parameter | Type | Default | Description |
|:---|:---|:---|:---|
| `mode` | `string` | `"sanitize"` | Operation mode: `"sanitize"` (strip tags), `"audit"` (log only), or `"disabled"` |
| `providerId` | `string` | `"opencode-go"` | Target provider identifier exhibiting leaked tags |
| `modelId` | `string` | `"deepseek-v4-flash"` | Target model identifier exhibiting leaked tags |

---