fengyufengzi/dsh-local-diagnostics0

dsh-local-diagnostics

DSH 隐私优先的本地内存诊断插件,支持通过 Agent 调用 diagnostics_report 工具生成统计报告。

AI 分析

核心用途是在不泄露隐私的前提下,对 DSH 运行状态进行本地内存数据统计与诊断。适合需要排查系统状态或进行本地审计的系统管理员。

包名
dsh-local-diagnostics
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fengyufengzi/dsh-local-diagnostics

配置

- insert:
    - id: local-diagnostics
      name: dsh-local-diagnostics
      config:
        maxDistinctValues: 128

maxDistinctValues 是每类统计保留的精确名称上限,超出的名称归入 ``。