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/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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

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