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 분석

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

패키지
dsh-md-table-formatter
버전
1.0.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$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 的占位文本