Hyna-hla/dsh-md-table-formatter1

dsh-md-table-formatter

DeepSeek Harness plugin: aligns markdown tables in assistant replies right after each turn (surface-replace, replay-safe) and adds a /clear-history command that empties the model-visible conversation while keeping the append-only log.

AI Analysis

核心用途是美化 Markdown 表格排版并提供对话历史清理功能。适合经常处理表格数据、需要精简上下文以节省 Token 的用户。

Package
dsh-md-table-formatter
Version
1.0.0
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/dsh-md-table-formatter

配置(cordis.patch.yml 可覆写)

- insert:
    - id: dsh-md-table-formatter
      name: dsh-md-table-formatter
      config:
        autoFormat: true      # 是否回合后自动格式化
        minColumns: 2         # 少于该列数的表格不动
        clearMarker: '(对话记录已清除)'  # /clear-history 的占位文本