GooDAnDReaDY/dsh-dsml-artifact-guard0

@goodandready/dsh-dsml-artifact-guard

Sanitizes leaked DeepSeek DSML closing tags from model text streams

AI 分析

核心用途是净化特定模型输出中的异常标记。适合在使用特定 Provider(如 opencode-go)时,频繁遇到模型输出夹杂未闭合系统标签的用户。

パッケージ
@goodandready/dsh-dsml-artifact-guard
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/09/04

インストール

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

ドキュメント

README 全文を読む ↗

⚙️ 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 |

---