{
  "generatedAt": "2026-09-10T09:46:36.114Z",
  "dshVersions": [
    "0.0.1-rc.5",
    "0.1.5-rc.1",
    "0.1.5-alpha.2"
  ],
  "allShellVersions": [
    "0.0.1-rc.5",
    "0.1.0-rc.2",
    "0.1.0-rc.3",
    "0.1.0-rc.6",
    "0.1.0-rc.7",
    "0.1.0-rc.8",
    "0.1.1-rc.1",
    "0.1.1-rc.2",
    "0.1.2-alpha.2",
    "0.1.2-alpha.3",
    "0.1.2-alpha.4",
    "0.1.2-alpha.5",
    "0.1.2-rc.1",
    "0.1.3-alpha.2",
    "0.1.5-alpha.1",
    "0.1.5-alpha.2",
    "0.1.5-rc.1"
  ],
  "shellDistTags": {
    "latest": "0.0.1-rc.5",
    "next": "0.1.5-rc.1",
    "alpha": "0.1.5-alpha.2"
  },
  "note": "实测兼容 = 静态分析口径：提取插件 npm 最新版 client bundle 中「代码态」require(\"X\") 字面量（注释/字符串/模板/正则里的字样不计；模板串/动态 require 静态不可判定不计；相对/绝对路径 spec 不计——bundle 自带模块表就地服务，不进 loader），逐 shell 版本按官方 loader 真实解析序归类：ok=seed 词表/插件自身/语料库插件包名/immediate 图行/已声明的 lazy 图行；conditional=未声明的 lazy 图行（批次时序多数可解析但无保证，声明 dsh.client.external 可获确定性）；missing=其余（如 dsh-client-runtime/*）。守卫感知：require 为调用时解析，try{...}catch{...} 花括号配对识别——unguarded missing 即 broken、unguarded conditional 即 conditional；try 块缺失看配对 catch（全 ok 含空 catch=兜底可用判 ok，catch 有 conditional 判 conditional，catch 有 missing 判 broken）；try 无配对 catch 视同无守卫。非运行时测试；无 client bundle 的插件不在结果中。results 为 distTag 展示轴（ok/conditional/broken 三态）；verdict 为跨全部已发布 shell 版本的分类（ok/never/conditional/broken-since/supported-since/mixed，conditional 版本单列）。图行清单见 data/shell-rows.json（已对 0.1.2-rc.1 真实 __DSH_BOOT__ 验证一致）。已知盲区：插件 host 侧的 server 端 index/HTML 变换（如 WebServer tapIndex 注入 require 改写前奏）不建模——带 hostTransform 标记的插件其判定仅供参考。Observed compatibility = static analysis: code-state literal require() specifiers of each plugin's latest npm client bundle (comments/strings/templates/regex contents excluded; dynamic/template requires undecidable; relative/absolute specifiers excluded — bundle-local module tables serve them, never the loader), classified per shell version following the official loader's real resolution order: ok = seed word / own package / corpus plugin package / immediate graph row / declared lazy graph row; conditional = undeclared lazy graph row (batch-arrival timing usually resolves but is not guaranteed — declaring dsh.client.external makes it deterministic); missing = everything else. Guard-aware: require resolves at call time, so try{...}catch{...} pairs are brace-matched — an unguarded missing specifier breaks that shell version, unguarded conditional marks it conditional; a try-side miss falls back to its catch (all-ok catch, empty included, stays ok; conditional catch → conditional; missing catch → broken); a try without catch counts as unguarded. Not a runtime test; plugins without a client bundle are absent. results covers the distTag display axis (ok/conditional/broken); verdict classifies across all published shell versions (ok/never/conditional/broken-since/supported-since/mixed, conditional versions listed separately). Graph rows: data/shell-rows.json (validated against the real __DSH_BOOT__ on 0.1.2-rc.1). Known blind spot: server-side index/HTML transforms in a plugin's host half (e.g. WebServer tapIndex preludes rewriting the module surface) are not modeled — verdicts of hostTransform-flagged plugins are indicative only.",
  "stats": {
    "targets": 3653,
    "observed": 2413,
    "cached": 3275,
    "fetched": 375,
    "refetched": 1,
    "noClient": 1238,
    "failed": 2
  },
  "verdicts": {
    "ok": 2201,
    "never": 12,
    "conditional": 0,
    "broken-since": {
      "0.1.2-alpha.2": 126,
      "0.1.0-rc.8": 5
    },
    "supported-since": {
      "0.1.2-alpha.2": 68
    },
    "mixed": 1
  },
  "plugins": {
    "dshmarket": {
      "repo": "dsh-market/dsh-market",
      "version": "1.45.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pocket": {
      "repo": "shaobeichen/dsh-pocket",
      "version": "2.10.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-at-file": {
      "repo": "FSMargoo/dsh-at-file",
      "version": "0.6.3",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-synapse": {
      "repo": "liangmianya/dsh-synapse",
      "version": "0.4.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-subscriptions": {
      "repo": "V1ki/dsh-plugin-subscriptions",
      "version": "0.8.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image-gen": {
      "repo": "shanliuling/dsh-image-gen",
      "version": "0.5.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "whale-girl": {
      "repo": "vlln/whale-girl",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dafeiyu": {
      "repo": "QCYTSN/dsh-dafeiyu",
      "version": "0.1.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-univer-office": {
      "repo": "dream-num/dsh-univer-office",
      "version": "0.2.14",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-wallpaper-engine": {
      "repo": "elysia395/dsh-wallpaper-engine",
      "version": "0.7.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile": {
      "repo": "saya-ch/dsh-mobile",
      "version": "0.3.14",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-popout-sidebar": {
      "repo": "e2mcc/dsh-popout-sidebar",
      "version": "1.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "open-sea-skin": {
      "repo": "d-dev0101/open-sea-skin",
      "version": "1.2.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tokenledger": {
      "repo": "zh667/TokenLedger",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-memory": {
      "repo": "seriousz158/dsh-memory",
      "version": "0.8.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-liang-intensity-skin": {
      "repo": "kingOfSoySauce/dsh-liang-skin",
      "version": "0.1.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-context": {
      "repo": "bowenliang123/dsh-context",
      "version": "0.49.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-damage-pulse": {
      "repo": "wssfk12138/dsh-damage-pulse",
      "version": "4.0.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-undo-savepoint": {
      "repo": "lire1131/dsh-undo-savepoint",
      "version": "0.3.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dream-skin": {
      "repo": "RevolutionLA/dsh-dream-skin",
      "version": "8.30.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sev": {
      "repo": "Buzzso/dsh-sev",
      "version": "0.3.4",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-bridge": {
      "repo": "Totoro-qaq/dsh-plugin-bridge",
      "version": "0.3.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-import": {
      "repo": "Nwflower/dsh-chat-import",
      "version": "0.11.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-reasoning-effort": {
      "repo": "HanaAyane/dsh-reasoning-effort",
      "version": "0.2.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-free-search": {
      "repo": "DDDMUC/dsh-free-search",
      "version": "0.4.24",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-recall-unread": {
      "repo": "hg1048596-pixel/dsh-recall-unread",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mnemon": {
      "repo": "omdsh-dev/dsh-mnemon",
      "version": "0.5.6",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-meter": {
      "repo": "Han-1413141/dsh-cost-meter",
      "version": "1.7.19",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-strata": {
      "repo": "jsdvjx/dsh-strata",
      "version": "0.12.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-network-settings": {
      "repo": "kanneiren/dsh-network-settings",
      "version": "0.3.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-delete": {
      "repo": "hanshenmesen/dsh-turn-delete",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-genui": {
      "repo": "pengyue-polaron/deepseek-harness-genui",
      "version": "0.14.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-easyrewrite": {
      "repo": "Renzic-Stone/DSH-EasyRewrite",
      "version": "2.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tabbit": {
      "repo": "Tabbit-Browser/dsh-tabbit",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ego-browser": {
      "repo": "Fisfzy/dsh-ego-browser",
      "version": "0.8.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-skin-market": {
      "repo": "kingOfSoySauce/dsh-skin-market",
      "version": "0.1.51",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage": {
      "repo": "Aisland-SJL/dsh-usage",
      "version": "0.2.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "jacky-creator": {
      "repo": "Jackywxsz/DSH-Creator",
      "version": "0.1.0-beta.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-review": {
      "repo": "PerryLink/dsh-auto-review",
      "version": "0.12.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin": {
      "repo": "dshplugin/dsh-plugin-hub",
      "version": "1.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-connect": {
      "repo": "franksong2702/dsh-codex-connect",
      "version": "0.1.0-alpha.4.30",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notification": {
      "repo": "omdsh-dev/dsh-notification",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-config-manager": {
      "repo": "xiajiajun516/dsh-config-manager",
      "version": "0.1.56",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "ds-harness-remote": {
      "repo": "liguobao/ds-harness-remote",
      "version": "0.4.13",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-marketplace": {
      "repo": "bradeGithub/DSH-Plugins-Marketplace",
      "version": "0.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-run2skill": {
      "repo": "qkycir-123/dsh-run2skill",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-meme": {
      "repo": "yyh-001/dsh-meme",
      "version": "0.1.40",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-omi-voice": {
      "repo": "PolinniZhong/dsh-omi-voice",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-stock-watch": {
      "repo": "Awu12277/dsh-stock-watch",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-plugin-manager": {
      "repo": "LX2000WASD/dsh-web-plugin-manager",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-wallet": {
      "repo": "feibi-mochi/deepseek-harness-control-center",
      "version": "0.3.13",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-smooth-stream": {
      "repo": "Laplace-bit/dsh-smooth-stream",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-ui-attachment",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "conditional",
          "conditional": [
            "@deepseek-ai/dsh-client-ui-attachment"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "conditional",
          "conditional": [
            "@deepseek-ai/dsh-client-ui-attachment"
          ]
        }
      },
      "verdict": {
        "cls": "ok",
        "conditional": [
          "0.1.0-rc.8",
          "0.1.1-rc.1",
          "0.1.1-rc.2",
          "0.1.2-alpha.2",
          "0.1.2-alpha.3",
          "0.1.2-alpha.4",
          "0.1.2-alpha.5",
          "0.1.2-rc.1",
          "0.1.3-alpha.2",
          "0.1.5-alpha.1",
          "0.1.5-alpha.2",
          "0.1.5-rc.1"
        ],
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-memento": {
      "repo": "PerryLink/dsh-memento",
      "version": "0.5.11",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-maze": {
      "repo": "lamost423/dsh-maze",
      "version": "2.2.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "deepseek-flow": {
      "repo": "kanghelyu/dsh-deepseek-flow",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-pro": {
      "repo": "anweat/dsh-web-search-pro",
      "version": "0.1.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-manager": {
      "repo": "dream12347/dsh-session-manager",
      "version": "0.4.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-plugin": {
      "repo": "yxxbc/dsh-balance-plugin",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-permission-rules": {
      "repo": "PerryLink/dsh-permission-rules",
      "version": "0.6.19",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote": {
      "repo": "flymysql/dsh-remote",
      "version": "0.8.14",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-yolo": {
      "repo": "hanshanyike/dsh-yolo",
      "version": "0.4.0-rc5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-sidebar": {
      "repo": "omdsh-dev/DSH-better-sidebar",
      "version": "0.19.0",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-collapse": {
      "repo": "a179-sanae/dsh-auto-collapse",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-router": {
      "repo": "ysr666/dsh-vision-router",
      "version": "2.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-attachment"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "conditional",
          "conditional": [
            "@deepseek-ai/dsh-client-ui-attachment"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "conditional",
          "conditional": [
            "@deepseek-ai/dsh-client-ui-attachment"
          ]
        }
      },
      "verdict": {
        "cls": "ok",
        "conditional": [
          "0.1.0-rc.8",
          "0.1.1-rc.1",
          "0.1.1-rc.2",
          "0.1.2-alpha.2",
          "0.1.2-alpha.3",
          "0.1.2-alpha.4",
          "0.1.2-alpha.5",
          "0.1.2-rc.1",
          "0.1.3-alpha.2",
          "0.1.5-alpha.1",
          "0.1.5-alpha.2",
          "0.1.5-rc.1"
        ],
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-status-rotator": {
      "repo": "01Virex/dsh-status-rotator",
      "version": "0.17.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-comfyui": {
      "repo": "fandc520/dsh-comfyui",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-message-edit": {
      "repo": "Moeblack/dsh-message-edit",
      "version": "0.2.3",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "meow-memory": {
      "repo": "Phant0Meow/dsh-meow-memory",
      "version": "0.24.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepread": {
      "repo": "xiehuan123/dsh-deepread",
      "version": "1.0.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-sticky-note": {
      "repo": "Meredith2328/dsh-sticky-note",
      "version": "1.0.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-passwords": {
      "repo": "slywalker2006/dsh-passwords",
      "version": "2.6.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wsl-workspace": {
      "repo": "6Mikao9/dsh-wsl-workspace",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-im-gateway": {
      "repo": "zhuiyueya/dsh-im-gateway",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-personal-center": {
      "repo": "PolinniZhong/dsh-personal-center",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-pet": {
      "repo": "keleus/deepseek-pet",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-panel": {
      "repo": "PerryLink/dsh-mcp-panel",
      "version": "0.6.12",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-mobile": {
      "repo": "mexiaosqwq/dsh-web-mobile",
      "version": "2.4.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme": {
      "repo": "oil-oil/dsh-theme",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-filesnap": {
      "repo": "extracurricular-ai/dsh-filesnap",
      "version": "0.2.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-guard": {
      "repo": "lxzy-7/dsh-plugin-guard",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lark-bot": {
      "repo": "PlutoKeating/dsh-lark-bot",
      "version": "0.19.16",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agy-link": {
      "repo": "amlyczz/dsh-agy-link",
      "version": "0.4.26",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar-qa": {
      "repo": "ChenRuoT/dsh-sidebar-qa",
      "version": "0.5.0",
      "requires": [
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "gongwen-skill": {
      "repo": "linhut/gongwen-skill",
      "version": "2.12.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pet-remielle": {
      "repo": "Gin-7/dsh-pet-remielle",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex": {
      "repo": "Yan-Zero/dsh-codex",
      "version": "0.2.8",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rewind-plugin": {
      "repo": "SiriLee/dsh-rewind",
      "version": "0.9.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "picturereader": {
      "repo": "jing-hy/picturereader",
      "version": "3.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-auto-continue": {
      "repo": "HsiangNianian/dsh-auto-continue",
      "version": "0.11.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-share": {
      "repo": "hellodigua/dsh-share",
      "version": "0.4.0",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "@mixmark-io/domino"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@mixmark-io/domino"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@mixmark-io/domino"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@mixmark-io/domino"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-workbuddy-connect": {
      "repo": "corrinehu/dsh-workbuddy-connect",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lark-link": {
      "repo": "amlyczz/dsh-lark-link",
      "version": "0.5.2",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-full-remote": {
      "repo": "JUANWANG-BUAA/dsh-full-remote",
      "version": "0.3.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-token-pet": {
      "repo": "Jimmy0123-ux/dsh-token-pet",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-science": {
      "repo": "biociao/dsh-science",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-subscription": {
      "repo": "WSL043/dsh-codex-subscription",
      "version": "2.0.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-desktop-pet": {
      "repo": "xiaoshihou514/dsh-desktop-pet",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-chat-timeline": {
      "repo": "jjxjjjjiik-bot/dsh-chat-timeline",
      "version": "0.1.5",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-report": {
      "repo": "SenmuuuuW/dsh-whale-report",
      "version": "0.6.1",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kimino-theme": {
      "repo": "niiang/dsh-kimino-theme",
      "version": "66.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agy": {
      "repo": "chaos-03x/dsh-agy",
      "version": "0.2.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "meow-smooth": {
      "repo": "Phant0Meow/dsh-meow-smooth",
      "version": "0.7.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-timeline": {
      "repo": "houyanchao/dsh-timeline",
      "version": "0.1.4",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-file-review": {
      "repo": "left0ver/dsh-file-review",
      "version": "0.7.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workbench-plugin": {
      "repo": "loadingvx/deepseek-harness-workbench-plugin",
      "version": "0.1.31",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-startup-auth": {
      "repo": "GDWhisper/dsh-web-startup-auth",
      "version": "0.1.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-taskboard": {
      "repo": "cloader/dsh-taskboard",
      "version": "0.6.6",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-picker": {
      "repo": "a735624258/dsh-skill-picker",
      "version": "0.5.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mattpocock-skills-deck": {
      "repo": "FeatherHunter/dsh-mattpocock-skills-deck",
      "version": "1.7.18",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-stats": {
      "repo": "Make0209/dsh-usage-stats",
      "version": "0.1.16",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-cyberpunk2077": {
      "repo": "Tommy00748/dsh-theme-cyberpunk2077",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-auth": {
      "repo": "taichuy/deepseek-harness-auth",
      "version": "0.4.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-recall-plugin": {
      "repo": "limbo947/dsh-recall-plugin",
      "version": "2.3.9",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knowledge": {
      "repo": "Soren-ABT/dsh-knowledge",
      "version": "0.3.9",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-milestone": {
      "repo": "SnowCrescenter-tech/dsh-milestone",
      "version": "0.6.6",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-voice-scribe": {
      "repo": "PensiveFei/dsh-voice-scribe",
      "version": "0.4.9",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-sync": {
      "repo": "Walvez/dsh-codex-sync",
      "version": "1.6.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-ui-notify": {
      "repo": "bill9109/dsh-web-ui-notify",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-drag-and-drop": {
      "repo": "bill9109/dsh-drag-and-drop",
      "version": "0.1.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wallpaper_share": {
      "repo": "YRN-playmaker/dsh-wallpaper_share",
      "version": "26.9.10",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-plugin": {
      "repo": "nevertoday/dsh-theme-plugin",
      "version": "0.3.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-portable-tavern": {
      "repo": "XCNXNXNX/dsh-portable-tavern",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memoir": {
      "repo": "Qinling-Melon-Farmers/dsh-memoir",
      "version": "0.7.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-upload": {
      "repo": "HongMing-Huang/dsh-file-upload",
      "version": "0.4.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-explorer": {
      "repo": "joejojoking-cloud/dsh-file-explorer",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-archived-sessions": {
      "repo": "Zephyr-vibe/dsh-archived-sessions",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-solo-thinking": {
      "repo": "fredalxin/dsh-solo-thinking",
      "version": "0.1.18",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-any-background": {
      "repo": "Tkingxiao/dsh-any-background",
      "version": "0.2.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-artifact": {
      "repo": "sumarilkkxx/dsh-artifact",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-nested-followups": {
      "repo": "sluminositys/dsh-nested-followups",
      "version": "0.2.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencode-palette": {
      "repo": "FeatherHunter/dsh-opencode-palette",
      "version": "1.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-galgame": {
      "repo": "JAdpp/dsh-whale-galgame",
      "version": "0.4.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-navigator": {
      "repo": "gjj-star/dsh-conversation-navigator",
      "version": "0.2.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-recommend": {
      "repo": "zp-home/dsh-recommend",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bash-terminal": {
      "repo": "MAXeaglet/dsh-bash-terminal",
      "version": "0.3.14",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-better-markdown": {
      "repo": "zerob13/dsh-better-markdown",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-meter": {
      "repo": "Ghost011118/dsh-balance-meter",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-review-tab": {
      "repo": "Lzh3070/dsh-file-review-tab",
      "version": "0.4.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lorebookmd": {
      "repo": "609476965/dsh-LorebookMD",
      "version": "1.0.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-emoji": {
      "repo": "hellodigua/dsh-emoji",
      "version": "0.3.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-input": {
      "repo": "DIAG5/dsh-better-input",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-coding-subscription-oauth": {
      "repo": "lninghaha/dsh-coding-subscription-oauth",
      "version": "0.6.5",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin": {
      "repo": "KinGao294/dsh-skin",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ai4scholar": {
      "repo": "literaf/dsh-ai4scholar",
      "version": "0.3.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-user-experience": {
      "repo": "DietCokewithSugar/dsh-user-experience",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-firefly": {
      "repo": "Liu-ZA-81/dsh-theme-firefly",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-routing-suite": {
      "repo": "dragonbaba/dsh-routing-suite",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-with-pencil": {
      "repo": "IWAIBAOLI/dsh-with-pencil",
      "version": "0.5.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-archived-chats": {
      "repo": "Ultronen/dsh-archived-chats",
      "version": "1.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-history-tree": {
      "repo": "z953218350/dsh-history-tree",
      "version": "1.0.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-center": {
      "repo": "cpp285/dsh-plugin-center",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-zh_pro": {
      "repo": "magian1127/deepseek-harness-zh_pro",
      "version": "0.9.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-flowglass": {
      "repo": "Iwctwbh/dsh-flowglass",
      "version": "0.4.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-reminder": {
      "repo": "Aisland-SJL/dsh-reminder",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-harmony": {
      "repo": "memorax-ai/dsh-harmony",
      "version": "0.8.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-import-agents": {
      "repo": "Chang-Tong/dsh-import-agents",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-reasoning-effort": {
      "repo": "HaoyueQin/dsh-better-reasoning-effort",
      "version": "0.3.8",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-md-notes": {
      "repo": "XieZongChen/dsh-md-notes",
      "version": "0.12.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-llm-fallbacks": {
      "repo": "omdsh-dev/dsh-llm-fallbacks",
      "version": "0.4.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-hdc-bridge": {
      "repo": "1na-ko/dsh-hdc-bridge",
      "version": "0.9.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sentinel": {
      "repo": "fuhefei/dsh-sentinel",
      "version": "0.11.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-rail": {
      "repo": "wx-yss/dsh-message-rail",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-visual-plugin": {
      "repo": "jyh20030112/dsh-visual-plugin",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-deepseek-usage-panel": {
      "repo": "WeiyangPro/dsh-deepseek-usage-panel",
      "version": "0.2.2",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-queue-plus": {
      "repo": "starslittle/dsh-queue-plus",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile-hanui": {
      "repo": "Z-6354/dsh-mobile-hanui",
      "version": "0.2.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skills": {
      "repo": "CocoSgt/dsh-skills",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-advisor": {
      "repo": "omdsh-dev/dsh-advisor",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-mcp-manage": {
      "repo": "null119/dsh-mcp-manage",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-graph": {
      "repo": "1841220388zzzcccxxx-star/dsh-git-graph",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-novel-writer": {
      "repo": "siweina/dsh-novel-writer",
      "version": "4.1.1",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chatgpt-bridge": {
      "repo": "jiezeng2004-design/dsh-chatgpt-bridge",
      "version": "0.5.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-niulai-pet": {
      "repo": "whitefirer/dsh-niulai-pet",
      "version": "0.4.13",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "stratagate-dsh": {
      "repo": "diqierjia/StrataGate-AgentMemory",
      "version": "0.2.61",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lsp-actions": {
      "repo": "PerryLink/dsh-lsp-actions",
      "version": "0.5.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-checkpoint-rewind": {
      "repo": "PerryLink/dsh-checkpoint-rewind",
      "version": "0.6.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-subagent-director": {
      "repo": "SeverusZh/dsh-plugin-subagent-director",
      "version": "0.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-live2d-pets": {
      "repo": "cyanfish-x/dsh-live2d-pets",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-approval-gate": {
      "repo": "moon09300731/dsh-approval-gate",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ears": {
      "repo": "WizisCool/dsh-ears",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-compaction-instant": {
      "repo": "TsFreddie/dsh-compaction-instant",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-approve-for-me": {
      "repo": "timeance/dsh-approve-for-me",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-movein": {
      "repo": "sjh9714/dsh-movein",
      "version": "0.13.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-approve": {
      "repo": "Jiao-XXX/dsh-auto-approve",
      "version": "0.6.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-liquid-glass": {
      "repo": "xingyingyuzhui/dsh-liquid-glass",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-manager": {
      "repo": "liqichen/dsh-plugin-manager",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-obsidian-memory": {
      "repo": "detongz/dsh-client-ui-obsidian-memory",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-auth": {
      "repo": "suntianc/dsh-codex-auth",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-effort-slider": {
      "repo": "2768651338/dsh-effort-slider",
      "version": "1.2.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-skills": {
      "repo": "minivv/dsh-agent-skills",
      "version": "0.1.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-manager": {
      "repo": "hyqhyq3/dsh-mcp-manager",
      "version": "0.6.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-appearance": {
      "repo": "TQSY114514/dsh-ui-appearance",
      "version": "0.1.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-reference-anything": {
      "repo": "Chael-Chael/dsh-reference-anything",
      "version": "0.4.0",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "multiple-chat-panels": {
      "repo": "WilliamShi666/dsh-multiple-chat-panels",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-claude-move": {
      "repo": "PerryLink/dsh-claude-move",
      "version": "0.4.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-openai-codex-auth": {
      "repo": "yoke233/dsh-openai-codex-auth",
      "version": "0.3.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-attachments": {
      "repo": "CocoSgt/dsh-attachments",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "weshop-dsh-plugin": {
      "repo": "weshopai/weshop-dsh-plugin",
      "version": "1.0.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-history": {
      "repo": "chenproton/dsh-history",
      "version": "0.1.24",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-usage": {
      "repo": "LeemanCheung/dsh-token-usage",
      "version": "2.2.0",
      "requires": [
        "@deepseek-ai/dsh-client-web-react",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react",
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react",
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.0-rc.8",
        "okUntil": "0.1.0-rc.7",
        "total": 17
      }
    },
    "oss-prompt-optimizer": {
      "repo": "seven282/oss-prompt-optimizer",
      "version": "1.8.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-update-checker": {
      "repo": "Airmetro/dsh-update-checker",
      "version": "1.4.22",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-oomol": {
      "repo": "oomol-lab/dsh-oomol",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-hub": {
      "repo": "cheshireez/dsh-skill-hub",
      "version": "0.3.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-global-rules": {
      "repo": "badai147/dsh-global-rules",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-capabilities": {
      "repo": "qinyre/dsh-plugin-capabilities",
      "version": "0.3.10",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-side-chat-plus": {
      "repo": "heartmove/dsh-side-chat",
      "version": "0.3.4",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-record-replay": {
      "repo": "humblebanana/dsh-record-replay",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-tweaks": {
      "repo": "wlj521/dsh-ui-tweaks",
      "version": "0.16.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-minecraft-ui": {
      "repo": "TFboy1/dsh-minecraft-ui",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-mobile": {
      "repo": "IceApriler/dsh-remote-mobile",
      "version": "1.6.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "meow-cachebilling": {
      "repo": "Phant0Meow/dsh-meow-cachebilling",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "context-vista": {
      "repo": "GooodWei/context-vista",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-layered-memory": {
      "repo": "JunNanLYS/dsh-layered-memory",
      "version": "0.11.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-union-workspace": {
      "repo": "lcgash/dsh-plugin-uw",
      "version": "0.5.1",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-harmonizer": {
      "repo": "Physicolor/dsh-ui-harmonizer",
      "version": "0.8.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vibe-learning": {
      "repo": "EarzuChan/DshVibeLearning",
      "version": "0.3.5-eap.2",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-hud": {
      "repo": "zexuanw958-svg/dsh-hud",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-visualizer": {
      "repo": "abiddotdev/dsh-visualizer",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-manager": {
      "repo": "sulfide2085/dsh-skill-manager",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mermaid": {
      "repo": "MrmoLabs/dsh-mermaid",
      "version": "0.4.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-latex-tools": {
      "repo": "liuup/dsh-latex-tools",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-email": {
      "repo": "STARDUSTLC666/dsh-email",
      "version": "0.10.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bookmarks": {
      "repo": "penguin-oo/dsh-bookmarks",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-verifier": {
      "repo": "Aa728848/dsh-llm-verifier",
      "version": "0.1.13",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-chart": {
      "repo": "Max-Samson/dsh-usage-chart",
      "version": "1.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-meter": {
      "repo": "Shiye-10Pages/dsh-whale-meter",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bloub-mood": {
      "repo": "Yuuhann1999/dsh-bloub-mood",
      "version": "2.4.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-skins": {
      "repo": "caoyiwei850/dsh-client-ui-skins",
      "version": "0.1.16",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-self-improved": {
      "repo": "madage/dsh-self-improved",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencode-go-usage": {
      "repo": "Xenia0922/dsh-opencode-go-usage",
      "version": "1.3.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-imessage": {
      "repo": "photon-hq/dsh-imessage",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-joi-channel-theme": {
      "repo": "tpmoonchefryan/dsh-joi-channel-theme",
      "version": "0.1.11",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pentester": {
      "repo": "fb0sh/dsh-pentester",
      "version": "3.3.1",
      "requires": [
        "util",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-monitor": {
      "repo": "jelly-000/dsh-balance-monitor",
      "version": "1.0.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-connector": {
      "repo": "duhu2000/dsh-mcp-connector",
      "version": "0.2.41",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mmx-bridge": {
      "repo": "welsione/dsh-mmx-bridge",
      "version": "1.0.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tavern": {
      "repo": "chen731215-dev/dsh-tavern-v2",
      "version": "2.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-timeline": {
      "repo": "Wine-Red/dsh-codex-timeline",
      "version": "0.6.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-worktree": {
      "repo": "wloops/dsh-git-worktree",
      "version": "0.8.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/cordis",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-balance": {
      "repo": "TwotwoPiggy/dsh-balance",
      "version": "0.2.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-git-bash": {
      "repo": "inmny/dsh-git-bash",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-garmin-connect": {
      "repo": "Likenttt/garmin-connect-plugin-for-dsh",
      "version": "0.1.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-gateway": {
      "repo": "Yari-tuber/dsh-remote-gateway",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auth-gateway": {
      "repo": "xbzbing/dsh-auth-gateway",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-slots",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-diagram": {
      "repo": "hanzhangzzz/dsh-diagram",
      "version": "0.4.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ikun-pet": {
      "repo": "eric-song-dev/dsh-ikun-pet",
      "version": "2.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-pet": {
      "repo": "aceice01/dsh-whale-pet",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-smooth-stream": {
      "repo": "SpookySandwich/dsh-plugin-smooth-stream",
      "version": "1.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-interpreters": {
      "repo": "HuanLinOTO/dsh-plugin-interpreters",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-tool-autoexpand": {
      "repo": "better-er/dsh-tool-autoexpand",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-provider": {
      "repo": "Hu9956/dsh-codex-provider",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-pet": {
      "repo": "mengyun233/dsh-codex-pet",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-outline": {
      "repo": "liliuCourier/dsh-chat-outline",
      "version": "0.1.10",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-zotero": {
      "repo": "Vncntvx/dsh-zotero",
      "version": "0.8.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-quota-panel": {
      "repo": "wenzetan/dsh-quota-panel",
      "version": "0.9.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-liangxiang": {
      "repo": "liang-today/dsh-liangxiang",
      "version": "1.1.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-message-edit": {
      "repo": "SpookySandwich/dsh-plugin-message-edit",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-spend": {
      "repo": "nonewind/dsh-spend",
      "version": "0.6.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ssh": {
      "repo": "UynajGI/dsh-ssh",
      "version": "0.3.0-pre",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-vision": {
      "repo": "siegfly/dsh-deepseek-vision",
      "version": "0.1.7",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-qa": {
      "repo": "naodeng/dsh-qa",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-requirements-alignment": {
      "repo": "jiezeng2004-design/dsh-requirements-alignment",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-science-workbench": {
      "repo": "poplarity/dsh-science-workbench",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-remote": {
      "repo": "godchen520/dsh-web-remote",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-btw": {
      "repo": "iyllyt/dsh-btw",
      "version": "0.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-solution-explorer": {
      "repo": "xiaoksio/dsh-solution-explorer",
      "version": "0.6.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sessions-manager": {
      "repo": "TOBYCAI/dsh-sessions-manager",
      "version": "3.5.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@vlln/dsh-task-status": {
      "repo": "vlln/dsh-task-status",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-api-gateway": {
      "repo": "litestartup-com/dsh-api-gateway",
      "version": "23.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-noletme": {
      "repo": "Yuer6327/NoLetMe",
      "version": "0.3.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "walioffice-dsh-plugin": {
      "repo": "fuzhengwei/walioffice-dsh-plugin",
      "version": "0.1.15",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@starryhui/dsh-background": {
      "repo": "StarryHui/dsh-custom-background",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-model-context-catalog": {
      "repo": "HOWILLMAKEIT/dsh-model-context-catalog",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-memory": {
      "repo": "justhalfbit/dsh-plugin-memory",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-free-vision": {
      "repo": "FuzzySoul/dsh-free-vision",
      "version": "1.0.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-universal-attachments": {
      "repo": "demacia1314/dsh-airdrop",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-attachment",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-us-stocks": {
      "repo": "Realyujie/dsh-us-stocks",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sticky-notes": {
      "repo": "charrywhite/dsh-sticky-notes",
      "version": "1.0.1",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-billing": {
      "repo": "940842546/dsh-usage-billing",
      "version": "0.7.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-worktree-panel": {
      "repo": "HeathHe/dsh-worktree-panel",
      "version": "0.1.5",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-free-models-hub": {
      "repo": "yu-wenchao/dsh-free-models-hub",
      "version": "0.3.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-composer-history": {
      "repo": "PerryLink/dsh-composer-history",
      "version": "0.8.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-compact-activity": {
      "repo": "wallpap/dsh-compact-activity",
      "version": "1.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-delete": {
      "repo": "xohmai/dsh-session-delete",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-team": {
      "repo": "huxint/dsh-team",
      "version": "0.2.9",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-zen-remote": {
      "repo": "KyoMio/dsh-zen-remote",
      "version": "1.1.13",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-board": {
      "repo": "dfkai/dsh-board",
      "version": "0.2.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-background-agents": {
      "repo": "PerryLink/dsh-background-agents",
      "version": "0.9.6",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auth-gate": {
      "repo": "TecFancy/dsh-auth-gate",
      "version": "0.12.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-extension-hub": {
      "repo": "Relistencode/dsh-extension-hub",
      "version": "0.2.19",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-catppuccin": {
      "repo": "zhijun-dai/Catppuccin-dsh-theme",
      "version": "0.2.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-webchat": {
      "repo": "xmuwenxiang/dsh-web-chat",
      "version": "0.2.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "whale-on-desk": {
      "repo": "cookiesheep/whale-on-desk",
      "version": "3.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-openai-oauth": {
      "repo": "AdonisSheldon/dsh-openai-oauth",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-restart": {
      "repo": "anweat/dsh-restart",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-session-folders": {
      "repo": "EugeneVl/dsh_session_folders",
      "version": "0.4.3",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-vision-web": {
      "repo": "54xkeee/dsh-vision",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-speak": {
      "repo": "Alan2Z/dsh-speak",
      "version": "1.7.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multi-folder": {
      "repo": "AngelosZou/dsh-multi-folder",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-mobile-gateway": {
      "repo": "Clarklevis1995/dsh-plugin-mobile-gateway",
      "version": "0.7.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ocgo-usage": {
      "repo": "v587d/dsh-opencode-go-usage",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-webui-auth": {
      "repo": "Yuuz12/dsh-webui-auth",
      "version": "0.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-humanizer": {
      "repo": "DEEP-IOS/dsh-humanizer",
      "version": "0.3.0-rc.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-ssh": {
      "repo": "Yan-Zero/dsh-remote-ssh",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-router": {
      "repo": "tianji-qingtian/dsh-model-router",
      "version": "0.7.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-mobile-fix": {
      "repo": "AcidGr/dsh-web-mobile-fix",
      "version": "1.0.5",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-network-proxy": {
      "repo": "kriskite/dsh-network-proxy",
      "version": "1.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-wechat": {
      "repo": "pan17/dsh-wechat",
      "version": "0.9.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-desktop-safe-market": {
      "repo": "bruc3van/dsh-desktop-safe-market",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-devquest": {
      "repo": "lucky8197/dsh-devquest",
      "version": "1.3.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-animation-optimization": {
      "repo": "kelemiao/dsh-animation-optimization",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-talk": {
      "repo": "PerryLink/dsh-talk",
      "version": "0.3.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-blue-whale": {
      "repo": "starslittle/dsh-blue-whale",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-inspector": {
      "repo": "CocoSgt/dsh-inspector",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vault": {
      "repo": "Ox0400/dsh-vault",
      "version": "1.10.62",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-archive-manager": {
      "repo": "jasonrale/dsh-archive-manager",
      "version": "1.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-grafana": {
      "repo": "guhanfei-ai/dsh-grafana",
      "version": "0.13.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-manager-pro": {
      "repo": "nonentity303/dsh-plugin-manager",
      "version": "0.8.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mpkg-wallpaper": {
      "repo": "XHR666/dsh-mpkg-wallpaper",
      "version": "3.7.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vscode-workbench": {
      "repo": "tingfeng347/dsh-vscode-workbench",
      "version": "0.1.8",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "stream",
        "buffer",
        "util",
        "events",
        "url"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "stream",
            "buffer",
            "util",
            "events",
            "url"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "stream",
            "buffer",
            "util",
            "events",
            "url"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "stream",
            "buffer",
            "util",
            "events",
            "url"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-prompt-manager": {
      "repo": "SaiSenBox/dsh-prompt-manager",
      "version": "1.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-pro": {
      "repo": "wqy8593521/dsh-model-pro",
      "version": "1.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-todo-tree": {
      "repo": "Chinesezjc/dsh-tool-todo-tree",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-builtin-toggles": {
      "repo": "Starfie1d1272/dsh-builtin-toggles",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-outline": {
      "repo": "lzbaclz/dsh-conversation-outline",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-newapi": {
      "repo": "wenzetan/dsh-llm-newapi",
      "version": "0.8.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-billing": {
      "repo": "TheTianzz/dsh-billing",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-panel": {
      "repo": "juhe291/dsh-token-panel",
      "version": "0.4.7",
      "requires": [
        "react/jsx-runtime",
        "react-dom/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-pin": {
      "repo": "PerryLink/dsh-session-pin",
      "version": "0.7.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dshmarketplace-plugin": {
      "repo": "DshMarketPlace/dsh-plugins-store",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cad": {
      "repo": "LAU-MARS/dsh-cad",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hooks": {
      "repo": "PeterBon/dsh-hooks",
      "version": "0.11.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-monitor": {
      "repo": "zhangzheng25/dsh-token-monitor",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wallpaper": {
      "repo": "codeMonkey-Pine/dsh-wallpaper",
      "version": "0.1.3",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ssh-ops": {
      "repo": "caoyiwei850/dsh-ssh-ops",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-session-import": {
      "repo": "huguangyu666/dsh-plugin-session-import",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-xueqiu": {
      "repo": "wanderer-yk/dsh-xueqiu",
      "version": "1.22.15",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ha-orchestrator": {
      "repo": "Saktawdi/dsh-ha-orchestrator",
      "version": "0.12.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vscode-mode": {
      "repo": "Lenonss/DSH_VsCodeMode",
      "version": "0.3.0",
      "requires": [
        "react",
        "react-dom",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-plugin/dsh-auxiliary": {
      "repo": "dsh-plugins/dsh-auxiliary",
      "version": "0.6.4",
      "requires": [
        "react",
        "@dsh-plugin/dsh-loader/client",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-theme-xp": {
      "repo": "SamizuHM/dsh-client-ui-theme-xp",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-persona-memory": {
      "repo": "Quophic/dsh-persona-memory",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yuquexianzhou/solarized-dsh-theme": {
      "repo": "zhijun-dai/Solarized-dsh-theme",
      "version": "0.2.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-task-panel": {
      "repo": "lihang-lh/dsh-task-panel",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-manager": {
      "repo": "xiaoyangcheng84-svg/dsh-skin-manager",
      "version": "0.1.6",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-web-search-multi": {
      "repo": "zmh2000829/dsh-web-search-multi",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-merge-tool-calls": {
      "repo": "HuanLinOTO/dsh-plugin-merge-tool-calls",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-quota-monitor": {
      "repo": "marisa-4219/deepseek-harness-quota-monitor",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-sidebar-lite": {
      "repo": "pixellover1433/dsh-better-sidebar-lite",
      "version": "1.0.0-rs.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-mineradio": {
      "repo": "dhicoc/dsh-theme-mineradio",
      "version": "2.3.8",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-vision": {
      "repo": "Scorp1o117/dsh-tool-vision",
      "version": "0.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ryubyte/dsh-a2a": {
      "repo": "ryubyte/dsh-a2a",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-read-image-view": {
      "repo": "Yu-tao-Li/dsh-read-image-view",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-categories": {
      "repo": "ht719/dsh-session-categories",
      "version": "0.1.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-interview": {
      "repo": "codingayice/dsh-interview",
      "version": "0.5.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-craft-your-textbook": {
      "repo": "xx-hub/dsh-craft-your-textbook",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@riemannre3/dsh-roleplay": {
      "repo": "RiemannRe3/DSH-RolePlay",
      "version": "0.1.7",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-skill-panel": {
      "repo": "lilyblessing/dsh-mcp-skill-panel",
      "version": "0.5.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-community-plugins": {
      "repo": "HubaKing/dsh-community-plugins",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-cleaner": {
      "repo": "fountunt/dsh-session-cleaner",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-widgets": {
      "repo": "Physicolor/dsh-widgets",
      "version": "1.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-input-web": {
      "repo": "0nt-one/dsh-voice-input",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-composer-expand": {
      "repo": "13071301808/dsh-composer-expand",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-toolbox-web": {
      "repo": "AbcdefgXW/dsh-toolbox-web",
      "version": "0.1.20",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sleep-send": {
      "repo": "Awu12277/dsh-sleep-send",
      "version": "1.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-tidy": {
      "repo": "ChuanTianML/dsh-chat-tidy",
      "version": "0.3.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt": {
      "repo": "FeatherHunter/dsh-prompt",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-message": {
      "repo": "GengDaPeng/dsh-agent-message",
      "version": "1.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-diff-stat": {
      "repo": "HaoyueQin/dsh-diff-stat",
      "version": "0.1.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-statistics-panel": {
      "repo": "HaoyueQin/dsh-usage-statistics-panel",
      "version": "0.1.12",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-official-homepage-theme": {
      "repo": "JohnnyTing/dsh-official-homepage-theme",
      "version": "1.0.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-neu-theme": {
      "repo": "Lhy723/dsh-neu-theme",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-proxy": {
      "repo": "LucienLL/dsh-plugin-proxy",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-toolfold": {
      "repo": "Minecraftbe/dsh-toolfold",
      "version": "0.1.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-free": {
      "repo": "MochiNek0/dsh-web-search-free",
      "version": "1.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-all-usage": {
      "repo": "ParticleLight/dsh-all-usage",
      "version": "1.1.5",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-plugins-market": {
      "repo": "Sivan757/dsh-agent-plugins-market",
      "version": "0.6.2",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-comfyui-canvas": {
      "repo": "wbin0001/dsh-comfyui-canvas",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-link": {
      "repo": "PwnKY/dsh-session-link",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-appshots": {
      "repo": "WongYuYe/dsh-appshots",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-spur": {
      "repo": "HuanLinOTO/dsh-plugin-spur",
      "version": "0.1.3",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-workbench": {
      "repo": "Pasumao/dsh-plugin-workbench",
      "version": "0.0.24",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-installer": {
      "repo": "Toukaiteio/dsh-plugin-installer",
      "version": "2.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auth": {
      "repo": "hxy91819/dsh-auth",
      "version": "0.2.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@anestis271/dsh-desktop": {
      "repo": "Anestis271/dsh-desktop",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-orchestrator": {
      "repo": "zibo2025/dsh-orchestrator",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "adhdgofly-dsh-ext": {
      "repo": "zuoguyoupan2023/adhdgofly-dsh-ext",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-terminal": {
      "repo": "siberiah2o/dsh-plugin-terminal",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-store": {
      "repo": "0xKcyzz/dsh-plugin-store",
      "version": "0.1.0",
      "requires": [
        "react-dom",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-smarthome": {
      "repo": "YLifeOnlyOnce/dsh-smarthome",
      "version": "1.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nanmicoder/dsh-plugin-market": {
      "repo": "NanmiCoder/dsh-plugin-market",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workbench": {
      "repo": "lee259/dsh-workbench",
      "version": "0.15.2",
      "requires": [
        "react",
        "react-dom",
        "react-dom/client",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-easygit-plugin": {
      "repo": "IT-coder-Yy/dsh-git-plugin",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-deeplink": {
      "repo": "R3alloc/dsh-session-deeplink",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "reasoning-slider": {
      "repo": "qjcnmd/dsh-reasoning-slider",
      "version": "0.0.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt-optimize": {
      "repo": "1847123733/dsh-prompt-optimize",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-oh-my-theme": {
      "repo": "zhxqc/dsh-oh-my-theme",
      "version": "0.6.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-project-kanban": {
      "repo": "StruggleYang/dsh-project-kanban",
      "version": "0.8.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-uisfx": {
      "repo": "XanthanL/dsh-plugin-uisfx",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-native-launcher": {
      "repo": "ingleav626-art/dsh-native-launcher",
      "version": "0.3.4",
      "requires": [
        "react",
        "react/jsx-runtime",
        "dsh-notification"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ai-prompt-optimizer": {
      "repo": "wuchubuzai2018/dsh-ai-prompt-optimizer",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhangbo-cn/dsh-client-ui-voice-input": {
      "repo": "Zhangbo-cn/dsh-voice-input-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-omoslim": {
      "repo": "tevenfeng/dsh-plugin-omoslim",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-worktime-board": {
      "repo": "spacexun2/dsh-worktime-board",
      "version": "0.1.9",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multi-chat": {
      "repo": "daetz-coder/dsh-multi-chat",
      "version": "1.0.3",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-niao-quick-open": {
      "repo": "dsh-niao/dsh-niao-quick-open",
      "version": "0.5.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-files": {
      "repo": "sqfcyily/dsh-workspace-files",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-checkpoint-diff": {
      "repo": "tmpdot/dsh-checkpoint-diff",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-harness-zh-cn": {
      "repo": "zjl1989-li/dsh-harness-zh-cn",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-complete-notify": {
      "repo": "kaixinbaba/dsh-complete-notify",
      "version": "0.6.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-extension/dsh-vision-bridge": {
      "repo": "sfyyy/dsh-vision-bridge",
      "version": "1.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-liquid-glass-balance-card": {
      "repo": "SoDaZilla-zzz/dsh-liquid-glass-balance-card",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-appshot": {
      "repo": "TaurusWood/dsh-plugin-appshot",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-frostfin": {
      "repo": "pzc2004/dsh-frostfin",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-meter": {
      "repo": "J-Chien/dsh-meter",
      "version": "0.3.18",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hermes-memory": {
      "repo": "isheng-eqi/dsh-hermes-memory",
      "version": "1.1.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ocr-local": {
      "repo": "balcoz/dsh-ocr-local",
      "version": "0.3.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-mobile": {
      "repo": "jasondu/dsh-ui-mobile",
      "version": "0.1.8",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@biggerboy123/dsh-conversation-anchors": {
      "repo": "biggerboy/dsh-conversation-anchors",
      "version": "0.1.18",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-drawio": {
      "repo": "jean3690/dsh-drawio",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-bus": {
      "repo": "MistyBridge/dsh-agent-bus",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react-dom/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gateway": {
      "repo": "clarknu/dsh-gateway",
      "version": "1.7.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mall": {
      "repo": "hoyyang/dsh-mall",
      "version": "1.8.3",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cosplay": {
      "repo": "ZelinW1/dsh-cosplay",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-xiaomi-tts": {
      "repo": "ppy-web/dsh-plugin-xiaomi-mimo-tts",
      "version": "3.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/cordis"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-profile": {
      "repo": "muzyLink/dsh-subagent-profile",
      "version": "0.5.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@windypro-rourou/dsh-logcat": {
      "repo": "WindyPro-rourou/dsh-logcat",
      "version": "0.6.6",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@m1khal3v/dsh-llm-key-rotation": {
      "repo": "m1khal3v/dsh-llm-key-rotation",
      "version": "1.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-model-garden": {
      "repo": "mrdevlorx/dsh-model-garden",
      "version": "0.6.3",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sheep233_/dsh-web-search-free": {
      "repo": "sheep-programmer/dsh-web-search-free",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory-eternal": {
      "repo": "EternalNight996/dsh-memory-eternal",
      "version": "0.7.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-network-optimizer": {
      "repo": "enterhalf/dsh-web-network-optimizer",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-grok-acp": {
      "repo": "zmh2000829/DSH-agent-bridge",
      "version": "0.3.3",
      "requires": [
        "react",
        "@deepseek-ai/cordis",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-short-video-studio": {
      "repo": "fengyungithub/dsh-short-video-studio",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-music-player": {
      "repo": "kendu76/dsh-music-player",
      "version": "1.0.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-thinking-levels": {
      "repo": "drscrewdriver/dsh-thinking-levels",
      "version": "0.6.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@khorsheed/dsh-ankh-guard": {
      "repo": "Khorsheed/dsh-ankh-guard",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-paperclip": {
      "repo": "zmm863-commits/dsh-paperclip",
      "version": "0.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-rollout-scout": {
      "repo": "SpookySandwich/dsh-plugin-rollout-scout",
      "version": "1.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ptc-plus": {
      "repo": "muyuanjin/dsh-ptc-plus",
      "version": "0.3.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-neo-skin": {
      "repo": "0nt-one/dsh-neo-skin",
      "version": "0.6.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-prompt-polish": {
      "repo": "JoukoPuro/dsh-prompt-polish",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-balance": {
      "repo": "Andrew111888/dsh-plugin-balance",
      "version": "1.4.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-tracker": {
      "repo": "lyfZhixing/dsh-cost-tracker",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@shuind/dsh-codex-harness": {
      "repo": "shuind/dsh-codex-harness",
      "version": "0.2.14",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-shell-command": {
      "repo": "CHplus0/dsh-shell-command",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-toggle": {
      "repo": "DamonKoy/dsh-plugin-toggle",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-clean-desktop-shell": {
      "repo": "Icather/dsh-clean-desktop-shell",
      "version": "0.1.11",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-fork": {
      "repo": "Jason-skd/dsh-session-fork",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-paste-to-path": {
      "repo": "Johnny-xuan/dsh-paste-to-path",
      "version": "0.0.6",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-attachment"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-lookatstudy": {
      "repo": "Kaiji-Z/dsh-plugin-lookatstudy",
      "version": "0.20.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-roleplay": {
      "repo": "chinosk6/dsh-roleplay",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bell-notify": {
      "repo": "Laplace-bit/dsh-bell-notify",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-web-attention-badge": {
      "repo": "Luaphes/dsh-web-attention-badge",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-soul-md": {
      "repo": "Scorp1o117/dsh-soul-md",
      "version": "0.6.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tdai-memory": {
      "repo": "Scorp1o117/dsh-tdai-memory",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@vlln/dsh-loop": {
      "repo": "vlln/dsh-loop",
      "version": "0.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-router-core": {
      "repo": "CARVIN94/dsh-router",
      "version": "0.3.12",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@niyongsheng/free-vision-skill": {
      "repo": "niyongsheng/free-vision-skill",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-describe-image": {
      "repo": "sala003/dsh-tool-describe-image",
      "version": "0.5.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@why913/dshx": {
      "repo": "why913/dshx",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kit": {
      "repo": "zhouzhencheng07/dsh-kit",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-messaging": {
      "repo": "happyren/dsh-agent-messaging",
      "version": "0.11.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-timeline": {
      "repo": "XiLuovo/dsh-session-timeline",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-doctor": {
      "repo": "astra3294/dsh-doctor",
      "version": "0.4.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory-vault": {
      "repo": "flymysql/dsh-memory",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@haoku123/dsh-voice": {
      "repo": "haoku123/dsh-voice",
      "version": "0.8.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-notify-sound": {
      "repo": "ldchaowin/dsh-plugin-notify-sound",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-pet": {
      "repo": "qweqwe12382/dsh-client-ui-pet",
      "version": "0.1.10",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@hellosz/dsh-pets": {
      "repo": "hellosz/dsh-pets",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@quill507/dsh-auto-approval-llm": {
      "repo": "cuddly-guacamole/dsh-auto-approval-llm",
      "version": "0.0.20",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@snowamberx/dsh-role-router": {
      "repo": "SnowAmberX/dsh-role-router",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@mimichunterz/agent-compact": {
      "repo": "MimicHunterZ/dsh-agent-compact",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-draw": {
      "repo": "PerryLink/dsh-draw",
      "version": "0.2.11",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@elementor-i/dsh-agentmemory": {
      "repo": "elementor-i/dsh-agentmemory",
      "version": "0.1.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-messager": {
      "repo": "ly6170/dsh-messager",
      "version": "0.3.1",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@visol-456/dsh-llm-fallback": {
      "repo": "Visol-456/dsh-llm-fallback",
      "version": "0.1.3",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-quote-annotate": {
      "repo": "wangwei-wade/dsh-quote-annotate",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subscription-auth": {
      "repo": "Khellendros97/dsh-subscription-auth",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kbpoyo/dsh-image-bridge": {
      "repo": "kbpoyo/dsh-image-bridge",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-preview-panel": {
      "repo": "zoumutou/dsh-web-preview",
      "version": "0.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-edit-resend": {
      "repo": "mbj733/dsh-edit-resend",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "harness-lark": {
      "repo": "huoxue1/harness-lark",
      "version": "0.1.22",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-float": {
      "repo": "x2802490130-prog/dsh-balance-float",
      "version": "1.0.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@luzhengyangtx/dsh-telegram-duty": {
      "repo": "luzhengyangtx/dsh-telegram-duty",
      "version": "0.4.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-rigorquant": {
      "repo": "linxichen/dsh-rigorquant",
      "version": "0.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-schema-form"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-schema-form"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-schema-form"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.0-rc.8",
        "okUntil": "0.1.0-rc.7",
        "total": 17
      }
    },
    "dsh-client-ui-writing": {
      "repo": "x2802490130-prog/dsh-client-ui-writing",
      "version": "0.6.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-boot-guard": {
      "repo": "SaiSenBox/dsh-boot-guard",
      "version": "1.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-element-source": {
      "repo": "GULI-lab/DSH-element-source",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-oauth": {
      "repo": "birat-chapagain/dsh-codex-oauth",
      "version": "0.2.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-terminal": {
      "repo": "helays/dsh-web-terminal",
      "version": "0.1.1",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-codex-app-server": {
      "repo": "wss534857356/dsh-plugin-codex",
      "version": "0.1.20",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image-pathify": {
      "repo": "dami9527/dsh-image-pathify",
      "version": "0.1.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hanxuanliang/dsh-chaos": {
      "repo": "hanxuanliang/dsh-chaos",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-drop-in": {
      "repo": "lbl61/dsh-drop-in",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gitbash-shell": {
      "repo": "KannaKuron/dsh-gitbash-shell",
      "version": "0.13.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-picker": {
      "repo": "Sanqi-normal/dsh-model-picker",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-control": {
      "repo": "p2coder/dsh-task-control",
      "version": "0.4.2",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ace-zone/dsh-market": {
      "repo": "losebird/dsh-plugin-market",
      "version": "0.1.66",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-panel": {
      "repo": "AlfredChaos/dsh-usage-panel",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-meta-autofill": {
      "repo": "QJAG1024/dsh-model-meta-autofill",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-migrate": {
      "repo": "polarskicpl/dsh-codex-migrate",
      "version": "2.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xueayi/dsh-opencode-go-usage": {
      "repo": "xueayi/dsh-opencode-go-usage",
      "version": "0.1.6",
      "requires": [
        "react/jsx-runtime",
        "react-dom/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijian-ui/dsh-im-gateway": {
      "repo": "lijian-ui/dsh-im-gateway",
      "version": "0.2.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "skillhub-plugin": {
      "repo": "cocofhu/skillhub",
      "version": "0.2.16",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-drop": {
      "repo": "dannyvan/dsh-file-drop",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auth-everying": {
      "repo": "chenbin-dev/dsh-auth-everying",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-filescope": {
      "repo": "KunIsMe/dsh-filescope",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-video-preview": {
      "repo": "zemul/dsh-video-preview",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-docs-panel": {
      "repo": "mlosun/dsh-docs-panel",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wycto/dsh-balance-panel": {
      "repo": "wycto/dsh-balance-panel",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-attachment": {
      "repo": "WJZ-P/dsh-attachments",
      "version": "1.0.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-indicator": {
      "repo": "future007s/dsh-peak-indicator",
      "version": "0.1.26",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@paicat1/dsh-screenshot": {
      "repo": "paicat1/dsh-screenshot",
      "version": "1.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-scope": {
      "repo": "Ri0n72Y/dsh-workspace-scope",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "bga-dsh-workbench": {
      "repo": "bingoogolapple/bga-dsh-workbench",
      "version": "0.1.2",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-fold-turns": {
      "repo": "leon-zym/dsh-fold-turns",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-pin": {
      "repo": "Yu-tao-Li/dsh-pin",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-open-file": {
      "repo": "hyper-dsh-plugins/dsh-open-file",
      "version": "0.1.2-rc.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nelsonlongxiang/dsh-open-a2a-net": {
      "repo": "NelsonLongxiang/dsh-open-a2a-net",
      "version": "0.5.15",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-links": {
      "repo": "lunaship/dsh-links",
      "version": "0.1.0-beta.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-weniger-theme": {
      "repo": "lesliechowsh/dsh-weniger-theme",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-setting-restart": {
      "repo": "893413974-bit/dsh-setting-restart",
      "version": "1.0.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-edit-message": {
      "repo": "WyxBUPT-22/dsh-plugin-edit-message",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-glass-ui": {
      "repo": "lsaa4/dsh-custom-ui",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-office-plugin": {
      "repo": "geguanming/dsh-office-plugin",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-tools": {
      "repo": "xing-shuyin/dsh-ui-tools",
      "version": "0.2.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-aqua-unofficial": {
      "repo": "afrel1024/dsh-client-ui-aqua-unofficial",
      "version": "1.4.1",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@superfish058/dsh-llm-proxy": {
      "repo": "superfish058/dsh-llm-proxy",
      "version": "1.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/cordis",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-relay": {
      "repo": "sorsama/deepseek-harness-relay",
      "version": "0.2.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@jiangdaoli/dsh-archived-sessions": {
      "repo": "Jiangdl0220/dsh-archived-sessions",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "wali-dsh-plugin": {
      "repo": "fuzhengwei/wali-dsh-plugin",
      "version": "0.1.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-recover-context": {
      "repo": "dygin/dsh-recover-context",
      "version": "1.0.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-antigravity-auth": {
      "repo": "suntianc/dsh-antigravity-auth",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-notes": {
      "repo": "Shrbuz/dsh-web-notes",
      "version": "0.7.6",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-windows-shell-policy": {
      "repo": "LAN-TINA-WS/dsh-windows-shell-policy",
      "version": "0.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "liangwengu": {
      "repo": "VinciBeans/deepseek-plugin-liangwengu",
      "version": "0.1.2-rc.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "evo-subagent": {
      "repo": "ZekaiShi/evo-subagent",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pdf-mineru": {
      "repo": "Yurzi/dsh-pdf-mineru",
      "version": "0.0.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@luweiyabo/dsh-whale-pet": {
      "repo": "luweiyabo/dsh-whale-pet",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "a2ui-render-in-dsh": {
      "repo": "baihui-ai/a2ui-render-in-dsh",
      "version": "0.2.0",
      "requires": [
        "util",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "relay-dsh-plugin-codex": {
      "repo": "yangbobo2021/relay-dsh-plugin-codex",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-save-token": {
      "repo": "vibe-any/dsh-plugin-save-token",
      "version": "2.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-input-traffic": {
      "repo": "drscrewdriver/dsh-input-traffic",
      "version": "0.2.9",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-swarmdrop": {
      "repo": "swarm-apps/dsh-swarmdrop",
      "version": "0.7.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-version-autoupdate": {
      "repo": "Z-6354/dsh-version-autoupdate",
      "version": "0.3.21",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-buddy": {
      "repo": "Shrbuz/dsh-session-buddy",
      "version": "0.3.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react-dom/client",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-canvas-preview": {
      "repo": "jiuyuechuwuhao/dsh-canvas-preview",
      "version": "0.4.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "sage-mem": {
      "repo": "gezi-wen/sage-mem",
      "version": "0.4.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-dashboard-plus": {
      "repo": "1HelloMan1/dsh-usage-dashboard-plus",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-width": {
      "repo": "764475881/dsh-chat-width",
      "version": "0.1.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-office": {
      "repo": "Fayelin12/dsh-office",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-llm-balance": {
      "repo": "FengHuoLinShan/dsh-plugin-llm-balance",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chatvoice": {
      "repo": "FuzzySoul/dsh-chatvoice",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-markdown-preview": {
      "repo": "GitHubJiKe/dsh-markdown-preview",
      "version": "0.3.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-session-toolkit": {
      "repo": "Han-Yao94/dsh-session-toolkit",
      "version": "0.1.7",
      "requires": [
        "@deepseek-ai/schemastery",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "deepseek-harness-background": {
      "repo": "HaoyueQin/deepseek-harness-background",
      "version": "0.5.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-incognito": {
      "repo": "HuiHuitie-zhu/dsh-incognito",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-anthropic-fonts": {
      "repo": "Isilsolme/dsh-anthropic-fonts",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat": {
      "repo": "MarkJun236/DSH-chat",
      "version": "0.1.0-rc.35",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-monitor": {
      "repo": "NOirBRight/dsh-usage-monitor",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-relay": {
      "repo": "Noelune/dsh-agent-relay",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-retrace": {
      "repo": "yamingmou/dsh-retrace",
      "version": "0.4.25",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-retry-settings": {
      "repo": "zeng6125-rgb/dsh-llm-retry-settings",
      "version": "0.1.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-widget": {
      "repo": "LL-cmyk-so/dsh-balance-widget",
      "version": "0.5.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-output-styles": {
      "repo": "PerryLink/dsh-output-styles",
      "version": "0.6.15",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@anionex/dsh-suggested-replies": {
      "repo": "Anionex/dsh-suggested-replies",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-hub": {
      "repo": "Asaiuta/dsh-session-hub",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@studyzy/dsh-suggest-prompt": {
      "repo": "studyzy/dsh-suggest-prompt",
      "version": "1.0.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-tui": {
      "repo": "orriduck/dsh-tui",
      "version": "0.2.19",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pomodoro": {
      "repo": "causebefore/dsh-pomodoro",
      "version": "0.5.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-recall": {
      "repo": "Relistencode/dsh-recall",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-mcp-manager": {
      "repo": "alone-tree/dsh-skill-mcp-manager",
      "version": "1.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kimicode-swarm": {
      "repo": "hongyue0721/dsh-kimicode-swarm",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-client-ui-brand": {
      "repo": "ningbonb/dsh-client-ui-brand",
      "version": "0.1.12",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@zilliz/dsh-milvus": {
      "repo": "zilliztech/dsh-milvus",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-neko": {
      "repo": "drfccv/dsh-theme-neko",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-quote-selection": {
      "repo": "nekogpt/dsh-ui-quote-selection",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dingtalk": {
      "repo": "STARDUSTLC666/dsh-dingtalk",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-market": {
      "repo": "TheYoungChen/dsh-plugin-market",
      "version": "1.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-session-management": {
      "repo": "cokiscarazo-rgb/dsh-session-management",
      "version": "1.0.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-switcher": {
      "repo": "zhtx2024/dsh-skin-switcher",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-mermaid": {
      "repo": "lj970926/dsh-plugin-mermaid",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-tools": {
      "repo": "moon09300731/dsh-vision-tools",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-writing-pad": {
      "repo": "linhx1999/dsh-writing-pad",
      "version": "1.1.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-quota": {
      "repo": "yingjunnan/dsh-deepseek-quota",
      "version": "0.5.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wordbox": {
      "repo": "arcmosin/dsh-wordbox",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-moyan": {
      "repo": "elviszhang007/dsh-moyan",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-diraud": {
      "repo": "tttwh/dsh-plugin-diraud",
      "version": "0.9.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-budget": {
      "repo": "PerryLink/dsh-budget",
      "version": "0.4.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-plugin": {
      "repo": "nexsjournal/dsh-vision-plugin",
      "version": "1.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notify-sound": {
      "repo": "xxxxxxxyu/dsh-notify-sound",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-yolo-mode": {
      "repo": "SeverusZh/dsh-yolo-mode",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gauge": {
      "repo": "noone89A/dsh-gauge",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-store": {
      "repo": "huguangyu666/dsh-store",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-im-hub": {
      "repo": "ThreeBody6666/dsh-im-hub",
      "version": "0.2.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-dynamic-island": {
      "repo": "YLifeOnlyOnce/dsh-dynamic-island",
      "version": "0.3.5",
      "requires": [
        "react-dom",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-web-search-searxng": {
      "repo": "chinng-inta/dsh-web-search-searxng",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-onebot": {
      "repo": "Hoshino-Yumetsuki/dsh-onebot",
      "version": "1.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sugarforever/dsh-mcp-apps": {
      "repo": "sugarforever/dsh-mcp-apps",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auth-tunnel": {
      "repo": "ai-eks/dsh-auth-tunnel",
      "version": "0.1.0-rc.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tavily": {
      "repo": "SZMY-haruhi/dsh-tavily",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-notify": {
      "repo": "huguangyu666/dsh-plugin-notify",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wx-skin": {
      "repo": "wangxilhy23/dsh-wx-skin",
      "version": "0.1.2",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-background": {
      "repo": "tuogusa/dsh-whale-background",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ci-cd-bot": {
      "repo": "bkMoon1024/dsh-ci-cd-bot",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@aaravarr/dsh-subagent-max": {
      "repo": "aaravarr/dsh-subagent-max",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wongzexu/dsh-git-status": {
      "repo": "Wongzexu/dsh-git-status",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-companion": {
      "repo": "beijingwahw/dsh-companion",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-library": {
      "repo": "MaRi23333/dsh-subagent-library",
      "version": "0.2.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-sync": {
      "repo": "jiay98528-dev/dsh-model-sync",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-deepseek-quota-bar": {
      "repo": "jiangli07/dsh-deepseek-quota-bar",
      "version": "0.6.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-plugin/dsh-thought-buddy": {
      "repo": "dsh-plugins/dsh-thought-buddy",
      "version": "0.3.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-manager": {
      "repo": "WSL043/dsh-chat-manager",
      "version": "1.3.3",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/cordis",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-vision-mix": {
      "repo": "haiziyao/dsh-vision-mix",
      "version": "0.2.3",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-homepage-skin": {
      "repo": "yushi-xxh/dsh-homepage-skin",
      "version": "0.1.13",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-running-liang": {
      "repo": "skiuniverse/dsh-running-liang",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-browser-fs": {
      "repo": "whitefirer/dsh-browser-fs",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mineru": {
      "repo": "Lee-Hilex/dsh-mineru",
      "version": "0.1.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-flow": {
      "repo": "YeqingTang/dsh-session-flow",
      "version": "1.3.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-mcp-manager": {
      "repo": "HuanLinOTO/dsh-plugin-mcp-manager",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-webgate": {
      "repo": "CWNU-Open-Source-Community/dsh-webgate",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-codex-connect-plus": {
      "repo": "stoneface10/dsh-codex-connect-plus",
      "version": "0.1.0-beta.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-qingagent": {
      "repo": "void2anything/dsh-qingagent",
      "version": "0.1.47",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react-dom",
        "react/jsx-runtime",
        "react-dom/client",
        "util"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-skin-studio": {
      "repo": "realMisakaMikoto/dsh-skin-studio",
      "version": "0.5.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-prompt-enhance": {
      "repo": "Kian-Oraish/dsh-prompt-enchant",
      "version": "0.2.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live2d-pet": {
      "repo": "ankesu/dsh-live2d-pet",
      "version": "0.1.2",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@amorligno/dsh-git-gui": {
      "repo": "lovetree128/dsh-git-gui",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-weaknet-adaptor": {
      "repo": "jiay98528-dev/dsh-plugin-weaknet-adaptor",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-theme": {
      "repo": "Xliecc/dsh-session-theme",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-research": {
      "repo": "dsh-research/dsh-research",
      "version": "0.4.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-scope": {
      "repo": "helloxkk/dsh-scope",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-outline": {
      "repo": "iluluyu/dsh-ui-outline",
      "version": "0.0.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-cpa-quota": {
      "repo": "wkscc310/dsh-client-ui-cpa-quota",
      "version": "0.8.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-devtoolbox": {
      "repo": "jean3690/dsh-devtoolbox",
      "version": "0.2.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime",
        "util",
        "stream",
        "zlib",
        "assert",
        "buffer",
        "fs",
        "process"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "util",
            "stream",
            "zlib",
            "assert",
            "buffer",
            "fs",
            "process"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "util",
            "stream",
            "zlib",
            "assert",
            "buffer",
            "fs",
            "process"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "util",
            "stream",
            "zlib",
            "assert",
            "buffer",
            "fs",
            "process"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-session-review": {
      "repo": "sunshaobei/dsh-session-review",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-argp": {
      "repo": "yoza10635/dsh-argp",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wycto/dsh-token-usage": {
      "repo": "wycto/dsh-token-usage",
      "version": "0.1.14",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ready22race/dsh-team-task": {
      "repo": "Ready22Race/dsh-team-task",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react-dom/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@galactus/kabutack": {
      "repo": "SunQingyuan0/Kabutack",
      "version": "0.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-classic-coding": {
      "repo": "better-er/dsh-classic-coding",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@beihaizb/dsh-envsel": {
      "repo": "beihzb/dsh-envsel",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pulse": {
      "repo": "Enc-hanted/dsh-pulse",
      "version": "0.4.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-migrate": {
      "repo": "ygcdsj/dsh-home-migrate",
      "version": "0.0.11",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tangyuewei/dsh-client-ui-pet": {
      "repo": "tangyuewei/dsh-client-ui-pet",
      "version": "1.0.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hooks-plugin": {
      "repo": "KYinCode/dsh-hooks-plugin",
      "version": "0.2.15",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tidewatch": {
      "repo": "KhalilYamber/dsh-tidewatch",
      "version": "1.0.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-nav-pointer": {
      "repo": "kongdexu/dsh-nav-pointer",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-girl-pet": {
      "repo": "yanzwzz/dsh-whale-girl-pet",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cos": {
      "repo": "annexwu/dsh-cos",
      "version": "0.2.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-usage-meter": {
      "repo": "fancr-code/dsh-plugin-usage-meter",
      "version": "1.8.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-updater-npm": {
      "repo": "SiriusWJ/dsh-updater-npm",
      "version": "1.9.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-anysearch": {
      "repo": "mcxianyujun/dsh-web-search-anysearch",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-engram": {
      "repo": "skepsun/dsh-engram",
      "version": "0.3.6",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-balance": {
      "repo": "nabin-qq273274877/dsh-model-balance",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-plugin/dsh-loader": {
      "repo": "dsh-plugins/dsh-loader",
      "version": "1.3.5",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-version-update": {
      "repo": "SuCriss/dsh-version-update",
      "version": "1.0.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-pruner": {
      "repo": "mrzhangkris/dsh-session-pruner",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-decision-split": {
      "repo": "yuanbaoerer/dsh-decision-split",
      "version": "0.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-fleet": {
      "repo": "scriptsnet/dsh-fleet",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yannzhou/dsh-about": {
      "repo": "YannZhou/dsh-about",
      "version": "1.6.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ai-eks/dsh-docking-layout": {
      "repo": "ai-eks/dsh-docking-layout",
      "version": "0.1.2-rc.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-skills-manager": {
      "repo": "xiaoxianyu-office/dsh-skills-manager",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lukeknow0/dsh-side-chat": {
      "repo": "Lukeknow0/dsh-side-chat",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-customizer": {
      "repo": "lxxz1918/dsh-theme-customizer",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-user-message-timeline": {
      "repo": "huang-chunc/dsh-user-message-timeline",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mindmap-live": {
      "repo": "SSShooter/dsh-mindmap-live",
      "version": "0.4.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-composer-layout": {
      "repo": "lavapapa/dsh-composer-layout",
      "version": "0.1.17",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-focus-overlay": {
      "repo": "boogoo619/dsh-focus-overlay",
      "version": "0.12.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better": {
      "repo": "wackyju2-beep/dsh-better",
      "version": "0.5.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "relay-dsh-plugin-claude": {
      "repo": "yangbobo2021/relay-dsh-plugin-claude",
      "version": "0.2.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-http-proxy": {
      "repo": "elizax/dsh-http-proxy",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-server-deck": {
      "repo": "meyaomiao/dsh-server-deck",
      "version": "0.2.3",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-loop-engine": {
      "repo": "kuun993/dsh-loop-engine",
      "version": "1.0.0-rc15",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-cloudq": {
      "repo": "TencentCloud/cloudq-for-dsh",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cache-billing": {
      "repo": "better-er/dsh-cache-billing",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-edit-diff": {
      "repo": "better-er/dsh-edit-diff",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@taosee258/dsh-client-ui-skin-qingxiao": {
      "repo": "taoser258/dsh-client-ui-skin-qingxiao",
      "version": "0.1.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-search-toggle": {
      "repo": "drscrewdriver/dsh-session-search-toggle",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-fetch-playwright": {
      "repo": "chendefine/dsh-web-fetch-playwright",
      "version": "0.2.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-agents-pixe": {
      "repo": "EternalNight996/dsh-ui-agents-pixe",
      "version": "1.0.18",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-usage-dashboard": {
      "repo": "solstice621/dsh-token-usage-dashboard",
      "version": "1.3.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-side-chat": {
      "repo": "KarlOfLaw/dsh-side-chat",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-background": {
      "repo": "luoyu-xingu/dsh-background",
      "version": "0.2.9",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-token-stats": {
      "repo": "1841220388zzzcccxxx-star/dsh-token-stats",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-youreyes": {
      "repo": "54xkeee/dsh-youreyes",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-im-qq": {
      "repo": "988hj7tczd-oss/dsh-im-qq",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sysmon": {
      "repo": "AKS1st/dsh-sysmon",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-soul": {
      "repo": "Aliuyanfeng/dsh-soul",
      "version": "0.5.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-sync": {
      "repo": "AngLi1997/dsh-plugin-sync",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-copy-enhance": {
      "repo": "Asianfleet/dsh-message-copy-enhance",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-review-checkout": {
      "repo": "Binaryinject/dsh-review-checkout",
      "version": "0.7.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-balance": {
      "repo": "CN-Leo/dsh-deepseek-balance",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-meter": {
      "repo": "ChrisZhangWG/dsh-codex-meter",
      "version": "1.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-liquid-glass": {
      "repo": "FAVKTOXIC/dsh-theme-liquid-glass",
      "version": "0.4.2",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-mcp-diff": {
      "repo": "Fakek0f3sT/dsh-mcp-diff",
      "version": "0.7.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-im-companion": {
      "repo": "FeatherHunter/dsh-im-companion",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-freeroute": {
      "repo": "dushaobindoudou/dsh-freeroute",
      "version": "0.8.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-sidebar": {
      "repo": "H2O-MERO/dsh-git-sidebar",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-map-tools": {
      "repo": "HorusJiang/dsh-map-tools",
      "version": "0.5.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-pulse": {
      "repo": "Hou-DL/dsh-token-pulse",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-open-eyes": {
      "repo": "hyper-dsh-plugins/dsh-open-eyes",
      "version": "0.1.2-rc.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-memory": {
      "repo": "aqsk-BLG/dsh-memory",
      "version": "1.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bill": {
      "repo": "Jannchie/dsh-bill",
      "version": "0.14.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knj-workflow": {
      "repo": "yangdongzhen590/dsh-knj-workflow",
      "version": "2026.9.73",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-canvas": {
      "repo": "Lhy723/dsh-agent-canvas",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-heartbeat": {
      "repo": "LittleBlackTong/dsh-plugin-heartbeat",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-fish-tts": {
      "repo": "MaRi23333/dsh-fish-tts",
      "version": "0.2.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quota": {
      "repo": "Minokun/dsh-quota",
      "version": "0.9.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-medseek": {
      "repo": "Mr-Neutr0n/dsh-medseek",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-ths-holdings": {
      "repo": "PM25000/dsh-ths-holdings",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-call": {
      "repo": "PandaPolo/dsh-voice-call",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-paste-names": {
      "repo": "PaoMoXML/dsh-paste-names",
      "version": "1.4.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-viewer": {
      "repo": "liguobao/dsh-file-viewer",
      "version": "0.3.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jmcc-guo/dsh-ssh": {
      "repo": "jmcc-guo/dsh-ssh",
      "version": "0.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-lens": {
      "repo": "bobostudio/dsh-session-lens",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-light-memory": {
      "repo": "chidaic/dsh-light-memory",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@tencentcloudadp/dsh-adp": {
      "repo": "TencentCloudADP/Tencent-ADP-dsh-plugin",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-share": {
      "repo": "bill9109/dsh-conversation-share",
      "version": "0.1.5",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@anionex/dsh-eye-care": {
      "repo": "Anionex/dsh-eye-care",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-telegram": {
      "repo": "ben7am1n/dsh-telegram",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pixluna": {
      "repo": "PixLunaLab/dsh-pixluna",
      "version": "1.0.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-index": {
      "repo": "Simon314620/dsh-turn-index",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wecom": {
      "repo": "TtTRz/dsh-wecom",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gateway-provider": {
      "repo": "Luck9Star/dsh-gateway-provider",
      "version": "1.0.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kanban": {
      "repo": "Ericwong5021/dsh-kanban",
      "version": "0.2.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-usage-meter/usage": {
      "repo": "cute-baobao/dsh-usage-meter",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "util",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost": {
      "repo": "dongsheng123132/dsh-cost",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@marecgents/dsh-hub": {
      "repo": "MarecGents/deepseek-harness-hub",
      "version": "0.1.4",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-balance-display": {
      "repo": "zhangjianyu1006156/dsh-balance-display",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-context-lens": {
      "repo": "1014029855/dsh-context-lens",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sonarqube": {
      "repo": "maxmilian/dsh-sonarqube",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-monitor-moyuer233": {
      "repo": "moyuer233/dsh-deepseek-monitor",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-herdr": {
      "repo": "sunny0826/dsh-plugin-herdr",
      "version": "0.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mqtt": {
      "repo": "UllrAI/dsh-mqtt",
      "version": "0.1.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-think-translate": {
      "repo": "UncleK/dsh-think-translate",
      "version": "1.0.12",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt-stash": {
      "repo": "Wine-Red/dsh-prompt-stash",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@y2zyyr/dsh-token-usage-sidebar": {
      "repo": "y2zyyr/dsh-token-usage-sidebar",
      "version": "1.1.6",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-minesweeper": {
      "repo": "snanjib/DSH-minesweeper",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugins-market": {
      "repo": "Luaphes/dsh-plugins-market",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "chiral-pulse": {
      "repo": "MoonShadow1976/chiral-pulse",
      "version": "1.2.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-launcher-lifetime": {
      "repo": "Ruler4396/dsh-launcher-lifetime",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dashboard": {
      "repo": "Uddoo/dsh-dashboard",
      "version": "0.7.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-importer": {
      "repo": "saitamahang/dsh-skill-importer",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-custom-workspace": {
      "repo": "JeremyGuo/dsh-custom-workspace",
      "version": "0.1.2",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-mention": {
      "repo": "tipoLi5890/dsh-file-mention",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-input": {
      "repo": "forrestahha/dsh-voice-input",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-repair": {
      "repo": "Zn-Dk/dsh-session-repair",
      "version": "0.6.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sight": {
      "repo": "Fu3rte/dsh-sight",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-trajectory-categories": {
      "repo": "QWQ-nn/dsh-client-ui-trajectory-categories",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-blackjack": {
      "repo": "WhiseNT/dsh-blackjack",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-audiolib": {
      "repo": "yangyue1974/dsh-plugin-audiolib",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "visual-review": {
      "repo": "wang-bool/visual-review",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-approval-plugin": {
      "repo": "StyxNether/dsh-auto-approval-plugin",
      "version": "2.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-eyecare": {
      "repo": "Yummyxl/dsh-eyecare",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-enhanced": {
      "repo": "banlanzs/dsh-web-enhanced",
      "version": "0.21.0",
      "requires": [
        "@deepseek-ai/dsh-client-web-react",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-schema-form",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-attachment"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react",
            "@deepseek-ai/dsh-client-schema-form",
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react",
            "@deepseek-ai/dsh-client-schema-form",
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.0-rc.8",
        "okUntil": "0.1.0-rc.7",
        "total": 17
      }
    },
    "dsh-session-tree": {
      "repo": "ZhengQingJing/dsh-session-tree",
      "version": "0.1.0-beta.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-width-tiers": {
      "repo": "aaronlei/dsh-width-tiers",
      "version": "1.0.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-catnap-plugins": {
      "repo": "luoyan96/dsh-catnap-studio",
      "version": "0.3.3",
      "requires": [
        "@deepseek-ai/cordis",
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-provider-usage": {
      "repo": "lizhouai/dsh-provider-usage",
      "version": "0.3.12",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-status": {
      "repo": "M0rt1s0114/dsh-deepseek-status",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kyorakuyk/dsh-plugin-manager": {
      "repo": "kyorakuyk/dsh-hotreload-plugin-manager",
      "version": "0.1.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-grok2api-media-tool": {
      "repo": "lsjspl/dsh-plugin-grok2api-media-tool",
      "version": "0.8.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@feiyang666/dsh-vault": {
      "repo": "feiyang-dev/dsh-vault",
      "version": "1.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ptc-cordis-preset": {
      "repo": "KannaKuron/dsh-ptc-cordis-preset",
      "version": "0.9.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@edge-sky/dsh-oauth-adapter": {
      "repo": "edge-sky/dsh-oauth-adapter",
      "version": "0.1.3-rc.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@winterchenhuan/dsh-skills-viewer": {
      "repo": "winterhuan/dsh-skills-viewer",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-qr-connect": {
      "repo": "mervyn-teo/dsh-plugin-qr-connect",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-global-task-list": {
      "repo": "sgzxs/dsh-global-task-list",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-cost-balance": {
      "repo": "zoumutou/dsh-cost-balance",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-arcade": {
      "repo": "jitengfei/dsh-whale-arcade",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lanxing/dsh-skill-manager": {
      "repo": "Lanxing6480/dsh-skill-manager",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pixel-ui": {
      "repo": "zhang66633/dsh-pixel-ui",
      "version": "1.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-cloud-workspaces": {
      "repo": "harryopo/dsh-cloud-workspaces",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zerro223/dsh-token-usage": {
      "repo": "zerro-223/dsh-token-usage",
      "version": "1.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multimedia-webui-input": {
      "repo": "LCYLYM/dsh-attachments",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@paradoxsch/dsh-worktree": {
      "repo": "paradoxSCH/dsh-worktree",
      "version": "0.1.0-alpha.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tokensforce": {
      "repo": "spirits001/dsh-tokensforce",
      "version": "0.6.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "pet-whale": {
      "repo": "nzl153/dsh-pet-whale",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@rainronin/dsh-balance-monitor": {
      "repo": "Rainronin/dsh-balance-monitor",
      "version": "0.3.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yokesky/dsh-usage-lens": {
      "repo": "yokesky/dsh-usage-lens",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-panel": {
      "repo": "yu2025-luo/dsh-file-panel",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wolfgenerals/ncm-player": {
      "repo": "WolfGenerals/ncm-player",
      "version": "1.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "cordis-transfer-plugin": {
      "repo": "zby1211/cordis-transfer-plugin",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "octie-cli": {
      "repo": "StarChen-Cycler/octie-dsh-plugin",
      "version": "1.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-muyu": {
      "repo": "liuwenji007/dsh-muyu",
      "version": "0.1.7",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-web-auth-gateway": {
      "repo": "luodeb/dsh-web-auth-gateway",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xiaweiliang060035/dsh-opencode-go-usage": {
      "repo": "xiaweiliang060035/dsh-opencode-go-usage",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar-files": {
      "repo": "Fallen0543/dsh-sidebar-files",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zljr/dsh-share": {
      "repo": "zljr/dsh-share",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-log": {
      "repo": "kami-mura/dsh-cost",
      "version": "1.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-price": {
      "repo": "spoon-man569/dsh-token-price",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-desktop-shortcut": {
      "repo": "fuyue521/dsh-desktop-shortcut",
      "version": "0.2.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-message-navigator": {
      "repo": "miaomiao636/dsh-message-navigator",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@yangzhe1991/dsh-task-notify": {
      "repo": "yangzhe1991/dsh-task-notify",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-filetree": {
      "repo": "lak321/dsh-filetree",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-approval-voice": {
      "repo": "ZIye1208/dsh-approval-voice",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-rail": {
      "repo": "Yujm888/dsh-turn-rail",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-go-balance": {
      "repo": "iamfromchangsha/dsh-go-balance",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jieai/dsh-plugin-vet": {
      "repo": "wulun811/dsh-plugin-vet",
      "version": "0.3.5",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jinplu/dsh-plugin-discussion-intent": {
      "repo": "JinPLu/dsh-plugin-discussion-intent",
      "version": "1.6.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanghai-lab/dsh-custom-instructions": {
      "repo": "huanghai-lab/dsh-custom-instructions",
      "version": "0.5.0",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-shorts-wall": {
      "repo": "imkingjh999/dsh-shorts-wall",
      "version": "1.4.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-kit": {
      "repo": "ink5897/dsh-theme-kit",
      "version": "0.1.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@riceawa/dsh-lan-gateway": {
      "repo": "rice-awa/dsh-lan-gateway",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-autonomy": {
      "repo": "JinkaiLiu/dsh-autonomy",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-hotkeys": {
      "repo": "YEYEYEYESHIFU/dsh-session-hotkeys",
      "version": "1.8.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-radar": {
      "repo": "dshplugin-me/dsh-plugin-radar",
      "version": "0.4.12",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-bio/dsh-bio-genie": {
      "repo": "moonbowterfly/dsh-bio-genie",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-result-only-view": {
      "repo": "YEYEYEYESHIFU/dsh-result-only-view",
      "version": "1.6.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-excel-panel": {
      "repo": "Melody-max114/dsh-excel-panel",
      "version": "0.6.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plain-plugin-menu": {
      "repo": "4mForAI/dsh-plain-plugin-menu",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-settings-nav-organizer": {
      "repo": "zhengjy01/dsh-settings-nav-organizer",
      "version": "1.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory-palace": {
      "repo": "lovezi0/dsh-memory-palace",
      "version": "1.7.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-md-preview": {
      "repo": "poiuyjie/dsh-md-preview",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-unarchive": {
      "repo": "uwu9039/dsh-unarchive",
      "version": "0.1.9",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-nav": {
      "repo": "kezboardpj/dsh-chat-nav",
      "version": "1.0.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-ui": {
      "repo": "Julyves/dsh-git-ui",
      "version": "0.2.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@falser101/mascot": {
      "repo": "falser101/dsh-mascot",
      "version": "0.1.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-action-outbox": {
      "repo": "JimChen-g/dsh-action-outbox",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cache-miss": {
      "repo": "wefio/dsh-cache-miss",
      "version": "0.1.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-estimate": {
      "repo": "Yvesgao/dsh-cost-estimate",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@gamegeek-saikel/dsh-cost-meter": {
      "repo": "Saikel-Orado-Liu/dsh-cost-meter",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@memory455/dsh-jump-rail": {
      "repo": "Memory455/dsh-jump-rail",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-install": {
      "repo": "qinyre/dsh-plugin-install",
      "version": "0.3.10",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-capability": {
      "repo": "WJZ-P/dsh-model-capabilities",
      "version": "1.0.1",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@valuz/dsh-valuz-genui": {
      "repo": "valuz-ai/dsh-valuz-genui",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dock": {
      "repo": "wycto/dsh-dock",
      "version": "0.10.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "iterate-plugin": {
      "repo": "jingzhao-l/iterate-plugin",
      "version": "3.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@elves-ai/dsh-web-search-firecrawl": {
      "repo": "elves-ai/dsh-web-search-firecrawl",
      "version": "1.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-search-failover": {
      "repo": "Walvez/dsh-search-failover",
      "version": "0.3.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-shutdown": {
      "repo": "knlght/DSH-shutdown",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-icon-theme": {
      "repo": "yzke/dsh-icon-theme",
      "version": "0.2.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multi-model-provider": {
      "repo": "AlexKaiqi/dsh-multi-model-provider",
      "version": "0.1.0-rc.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-scheduler": {
      "repo": "yangdongzhen590/dsh-knj-scheduler",
      "version": "2026.9.72",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fno2010/dsh-web-search-ext": {
      "repo": "fno2010/dsh-web-search-ext",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-skill-manager-gui": {
      "repo": "luoying2334/dsh-plugin-skill-manager-gui",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-feishu-notifier": {
      "repo": "blooming-fang/dsh-feishu-notifier",
      "version": "0.1.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-ultra-slash": {
      "repo": "loadingvx/deepseeh-harness-ultra-slash",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-local-token": {
      "repo": "tianxia--/dsh-llm-local-token",
      "version": "1.5.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@zerorigin-studio/dsh-deepseek-chat": {
      "repo": "zerorigin-studio/dsh-deepseek-chat",
      "version": "0.3.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@shatyuka/dsh-llm-codebuddy": {
      "repo": "shatyuka/dsh-llm-codebuddy",
      "version": "0.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-archive-manager": {
      "repo": "qinyre/dsh-plugin-archive-manager",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@faith1688/dsh-usage-meter-harness": {
      "repo": "faith1688/dsh-usage-meter-harness",
      "version": "1.0.34",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-manager": {
      "repo": "lanlandeli/dsh-conversation-manager",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xidong-ai/dsh-rate-limiter": {
      "repo": "Xidong-AI/dsh-rate-limiter",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@wangjunjian/dsh-spritely": {
      "repo": "wang-junjian/spritely",
      "version": "0.3.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-credits": {
      "repo": "AnLifeX/dsh-credits",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "knotline-dsh": {
      "repo": "MrMaii/knotline",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-cost-mode": {
      "repo": "moon09300731/dsh-peak-cost-mode",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-view": {
      "repo": "stopchewing/dsh-mcp-view",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dracula-theme": {
      "repo": "ossFrankFrank/dsh-dracula-theme",
      "version": "1.1.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@kolmopdf/dsh-kolmopdf": {
      "repo": "komoai2026/dsh-kolmopdf",
      "version": "1.0.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-bridge": {
      "repo": "gaolei-mark43/dsh-github-bridge",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-odette-skin": {
      "repo": "lkdx0220/Genshin-odette-skin-dsh",
      "version": "0.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pet-statuslight": {
      "repo": "kongchengavg/dsh-pet-StatusLight",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cpa-status": {
      "repo": "xohmai/dsh-cpa-status",
      "version": "0.1.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kkbsgg/dsh-balance": {
      "repo": "kkbsgg/dsh-balance",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcmp": {
      "repo": "Aampidy/dsh-mcmp",
      "version": "3.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-showreel": {
      "repo": "xiaoyuer3921/dsh-showreel",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-continue-429": {
      "repo": "haochi72/dsh-auto-continue-429",
      "version": "0.2.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chime": {
      "repo": "xiaxingtianxia2-glitch/dsh-chime",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live-wallpaper": {
      "repo": "hinayoung23/dsh-live-wallpaper",
      "version": "0.3.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidenote": {
      "repo": "g-yixuan/dsh-sidenote",
      "version": "0.3.2",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@badai147/dsh-ocgo-usage": {
      "repo": "badai147/dsh-ocgo-usage",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-icon-indicator": {
      "repo": "waknow/dsh-web-icon-indicator",
      "version": "0.4.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-ccswitch-importer": {
      "repo": "wtiaw/dsh-ccswitch-importer",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trivium": {
      "repo": "QWQcool/dsh-trivium",
      "version": "0.4.16",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@flow2dream/dsh-msg-rewind": {
      "repo": "flow2dream/dsh-msg-rewind",
      "version": "0.1.6",
      "requires": [
        "@deepseek-ai/dsh-client-ui-commands"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nelsonlongxiang/dsh-prompt-templates": {
      "repo": "NelsonLongxiang/dsh-prompt-templates",
      "version": "0.4.4",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@agentduel/agentduel-dsh": {
      "repo": "linconz/agentduel-dsh",
      "version": "0.1.5",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-outline": {
      "repo": "chongfengdy-dev/dsh-message-outline",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wewrite": {
      "repo": "jerryjiao/dsh-wewrite",
      "version": "0.5.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-fork": {
      "repo": "ruby1304/dsh-turn-fork",
      "version": "0.1.4",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-prompt-presets": {
      "repo": "zhangdong456/dsh-prompt-presets",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@beihaizb/dsh-notebook": {
      "repo": "beihzb/dsh-notebook",
      "version": "0.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-scratchpad": {
      "repo": "Waverly-W/dsh-scratchpad",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ops-console": {
      "repo": "DonnieTangzhili/dsh-ops-console",
      "version": "0.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dshsearch-multi": {
      "repo": "abcdream-Lary/dshsearch-multi",
      "version": "1.0.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-my-go": {
      "repo": "daizihan233/dsh-my-go",
      "version": "0.4.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-imagen": {
      "repo": "xuxun-oss/dsh-vision-imagen",
      "version": "1.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@windypro-rourou/dsh-code-studio": {
      "repo": "WindyPro-rourou/dsh-code-studio",
      "version": "0.2.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@anspire-ai/ai-search-dsh-plugin": {
      "repo": "Anspire-AI/ai-search-dsh",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-nexus": {
      "repo": "qiushi-dev/dsh-session-nexus",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multi-candidate": {
      "repo": "WintryGrass/dsh-multi-candidate",
      "version": "1.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-backdrop": {
      "repo": "huguangyu666/dsh-plugin-backdrop",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skills-marketplace": {
      "repo": "cxdyun/dsh-skills-marketplace",
      "version": "1.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hytime/dsh-client-ui-shortcuts": {
      "repo": "hytime/dsh-client-ui-shortcuts",
      "version": "0.1.19",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-spec-collab": {
      "repo": "zx490336534/dsh-spec-collab",
      "version": "0.3.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-edit-approval": {
      "repo": "SiriLee/dsh-edit-approval",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-local-llm-controller": {
      "repo": "Lbunc/dsh-local-llm-controller",
      "version": "2.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-plugin": {
      "repo": "X-C1811/dsh-web-search-plugin",
      "version": "0.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@aispin/plugin-verifier": {
      "repo": "aispin-dev/llm-as-a-Verifier-dsh",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ne-ilyxa/dsh-session-drafts": {
      "repo": "ne-ilyxa/dsh-session-drafts",
      "version": "0.6.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@blaxel/dsh-sandbox": {
      "repo": "blaxel-ai/deepseek-harness-blaxel-sandbox",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-antv-infographic": {
      "repo": "HellowVirgil/dsh-antv-infographic",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-lite": {
      "repo": "ericw0315/dsh-usage-lite",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ezcommit-plugin": {
      "repo": "PenguinAndy/dsh-ezcommit-plugin",
      "version": "0.0.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-context-console": {
      "repo": "anweat/dsh-context-console",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-notify": {
      "repo": "chidaic/dsh-agent-notify",
      "version": "1.0.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-rss-daily": {
      "repo": "shangjian2023/dsh-rss-daily",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-anchor-rail": {
      "repo": "lyfZhixing/dsh-anchor-rail",
      "version": "1.0.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jcy2387/dsh-dungeon-party": {
      "repo": "DamonBao/dsh-dungeon-party",
      "version": "0.1.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hzjjxc/dsh-deepseek-console": {
      "repo": "whisperflo/dsh-deepseek-console",
      "version": "1.5.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-labnana": {
      "repo": "exoticknight/dsh-labnana",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dshhub-market": {
      "repo": "dshhub-co/dshhub-market",
      "version": "0.8.58",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notify-yimit": {
      "repo": "YiMlT/dsh-notify-yimit",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live-token-stats": {
      "repo": "better-er/dsh-live-token-stats",
      "version": "0.4.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mnemosyne": {
      "repo": "rebron1900/dsh-mnemosyne",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepsea": {
      "repo": "imkingjh999/dsh-deepsea",
      "version": "1.0.11",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-studio": {
      "repo": "zhengjy01/dsh-skill-studio",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zaimokuza/dsh-acp-adapter": {
      "repo": "zaimokuza-yoshiteru/dsh-acp-adapter",
      "version": "0.1.0-rc.10",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "xiao-ui-theme-ts": {
      "repo": "jinxlux/xiao-theme-dsh-ui-plugin",
      "version": "0.8.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-open-with": {
      "repo": "hyrinx/dsh-plugin-open-with",
      "version": "1.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@loyalchiiina/dsh-chat-image-lightbox": {
      "repo": "loyalchiiina/dsh-chat-image-lightbox",
      "version": "1.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kai232/dsh-rag": {
      "repo": "imkelt/DSH-RAG",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-compact-button": {
      "repo": "shyuan-hub/dsh-compact-button",
      "version": "0.4.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lidaxi/prompt-enhance": {
      "repo": "sunzhentao/dsh--prompt--enhance",
      "version": "1.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "gitee-ai-employee": {
      "repo": "wangbobo-coder/gitee-ai-employee",
      "version": "1.2.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-icons": {
      "repo": "fengb3/dsh-session-icons",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lsq64737/dsh-windows-notifications": {
      "repo": "lsq-dsh-plugins/dsh-windows-notifications",
      "version": "0.1.5",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-session-recycle-bin": {
      "repo": "Seetraum/harness-session-delete",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@gwsbhqt/dsh-insight": {
      "repo": "gwsbhqt/dsh-insight",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-gate": {
      "repo": "f20880479-lab/dsh-peak-gate",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kanban-flow": {
      "repo": "thomasvvugt/dsh-kanban-flow",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-workbench": {
      "repo": "meyaomiao/dsh-github-workbench",
      "version": "0.2.6",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vsceditor": {
      "repo": "k-ying/dsh-vsceditor",
      "version": "0.5.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-leekbox": {
      "repo": "SuCriss/dsh-leekbox",
      "version": "0.6.2",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gsv-tts": {
      "repo": "TaoruiLiu19/dsh-gsv",
      "version": "4.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-concurrency-guard": {
      "repo": "fu827707013/dsh-concurrency-guard",
      "version": "1.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-connect-workbuddy": {
      "repo": "dingminhua/dsh-connect-workbuddy",
      "version": "1.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-novel-solo": {
      "repo": "Tkingxiao/dsh-novel-solo",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@addozhang/dsh-discord": {
      "repo": "addozhang/dsh-discord",
      "version": "0.4.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-approval-hotkeys": {
      "repo": "SiriLee/dsh-approval-hotkeys",
      "version": "0.1.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lamplitisles/dsh-companion": {
      "repo": "LamplitIsles/dsh-companion",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-thinkbar": {
      "repo": "tower1229/dsh-thinkbar",
      "version": "0.1.4",
      "requires": [
        "@deepseek-ai/cordis",
        "react-dom",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mnemos": {
      "repo": "Rottenwooood/dsh-mnemos",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agy-safe": {
      "repo": "Jonah-Wu23/dsh-agy-safe",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-stats": {
      "repo": "null5069/dsh-better-stats",
      "version": "0.1.16",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-three-body": {
      "repo": "EternalNight996/dsh-ui-three-body",
      "version": "0.2.10",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skills-mcp-group-manager": {
      "repo": "SeverusZh/dsh-skills-mcp-group-manager",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-shortcut-creator": {
      "repo": "Yvesgao/dsh-shortcut-creator",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-repo": {
      "repo": "Z-6354/dsh-plugin-repo",
      "version": "1.9.17",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-update-copilot": {
      "repo": "hezhongtang/dsh-update-copilot",
      "version": "0.7.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vditor": {
      "repo": "zhy201810576/dsh-vditor",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knowledge-graph": {
      "repo": "cwbcheng/dsh-knowledge-graph",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tokenrhythm-bill": {
      "repo": "162568316/dsh-tokenrhythm-bill",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wsl-tray": {
      "repo": "liyu34/dsh-wsl-tray",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-fallback": {
      "repo": "1HelloMan1/dsh-vision-fallback",
      "version": "0.10.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-audit": {
      "repo": "863683348/dsh-plugin-audit",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-focus": {
      "repo": "863683348/dsh-plugin-focus",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-permissions": {
      "repo": "940842546/dsh-permissions",
      "version": "1.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-enhancer": {
      "repo": "AlexYin-Tongji/dsh-ui-enhancer",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cool-theme": {
      "repo": "CoolTea001/dsh-cool-theme",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-langfuse-plus": {
      "repo": "FlySnailY/dsh-langfuse-plus",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-monitor": {
      "repo": "HaoyueQin/dsh-deepseek-monitor",
      "version": "0.1.6",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-search-switcher": {
      "repo": "Hudson-Junior-Wang/dsh-search-switcher",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-visual-primitives": {
      "repo": "InkshadeWoods/dsh-tool-visual-primitives",
      "version": "1.5.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-hub": {
      "repo": "Jadramcool/dsh-workspace-hub",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "beav-creator-dsh": {
      "repo": "Jamailar/beav-deepseek-harness",
      "version": "0.1.5",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-shell": {
      "repo": "JesmonX/dsh-web-shell",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-frontier-repro": {
      "repo": "JimChen-g/dsh-frontier-repro",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kkkneko/dsh-search-enhance": {
      "repo": "umineko987/dsh-search-enhance",
      "version": "0.1.9",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-guandan": {
      "repo": "jansen-66/dsh-guandan-panel",
      "version": "0.2.6",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-eyes": {
      "repo": "Leeminjing/dsh-eyes",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-worktree": {
      "repo": "Letter2025/dsh-task-worktree",
      "version": "0.4.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-archive-manager-plus": {
      "repo": "MS666666/dsh-archive-manager",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-themes": {
      "repo": "MangMax/dsh-themes",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-openrouter-providers": {
      "repo": "MoRanYue/dsh-openrouter-providers",
      "version": "1.0.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-modellix": {
      "repo": "Modellix/dsh-modellix",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-memory": {
      "repo": "Mutx163/dsh-model-memory",
      "version": "0.1.12",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-keyboard-history": {
      "repo": "NormanFxxkingRockwell/dsh-keyboard-history",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-deploy": {
      "repo": "Octo-o-o-o/dsh-plugin-deploy",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile-webui": {
      "repo": "Odefined/dsh-mobile-webui",
      "version": "0.3.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-workbench": {
      "repo": "PolinniZhong/dsh-session-workbench",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-insights": {
      "repo": "elviass/dsh-cost-insights",
      "version": "1.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-side-panel": {
      "repo": "XYZ1024-alt/dsh-side-panel",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-graph": {
      "repo": "erduotong/dsh-plugin-graph",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-alive": {
      "repo": "AikenFra/dsh-alive",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jumpserver-east/jumpserver-dsh": {
      "repo": "jumpserver-east/jumpserver-dsh",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-helper": {
      "repo": "Yuuz12/dsh-vision-helper",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@blue-a11y/dsh-client-shortcuts": {
      "repo": "blue-a11y/dsh-client-shortcuts",
      "version": "0.1.0",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jasonjin06/dsh-sound-effects": {
      "repo": "JasonJin2006/dsh-sound-effects-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dracula": {
      "repo": "lzylyd/dsh-dracula",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-deep-sneak": {
      "repo": "Rain-Shuoyu/dsh-client-deep-sneak",
      "version": "0.12.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@alain-prot0s5/dsh-screenshot": {
      "repo": "Alain-Prot0s5/dsh-screenshot",
      "version": "1.0.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-webspeech": {
      "repo": "anweat/dsh-voice-webspeech",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cursor-theme": {
      "repo": "auki-zy/dsh-cursor-theme",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-overleaf": {
      "repo": "Hoemr/dsh-better-overleaf",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@linziyanleo/dsh-custom-provider": {
      "repo": "linziyanleo/dsh-custom-provider",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@maxhsu/dsh-forge": {
      "repo": "maxmilian/dsh-forge",
      "version": "0.3.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-grafana-query": {
      "repo": "maxmilian/dsh-grafana-query",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-odoo": {
      "repo": "maxmilian/dsh-odoo",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sentry": {
      "repo": "maxmilian/dsh-sentry",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-artifact-preview": {
      "repo": "nirvanaslash/dsh-artifact-preview",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@puxora/dsh-browserpilot": {
      "repo": "Puxora/dsh-browserpilot",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-adb": {
      "repo": "SamXiaBing/dsh-adb",
      "version": "1.7.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-no-workspace": {
      "repo": "SpookySandwich/dsh-plugin-no-workspace",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-qwen-local": {
      "repo": "starefinger/dsh-llm-qwen-local",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@steven-wu/dsh-cost-meter": {
      "repo": "Sttrevens/dsh-cost-meter",
      "version": "0.1.0-rc.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@welsione/dsh-model-router": {
      "repo": "welsione/dsh-model-router",
      "version": "0.0.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-use/wallpaper-engine": {
      "repo": "yu502950715yang/dsh-use-wallpaper",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-okf-memory": {
      "repo": "ZHI-QI/dsh-okf-memory",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cyberdog-speech-sherpa": {
      "repo": "wuxinzhe/dsh-cyberdog-speech-sherpa",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-quote-reply": {
      "repo": "yangYzc/dsh-plugin-quote-reply",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "loongport": {
      "repo": "SailingLoong/loongport-dsh",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-logo-silhouette": {
      "repo": "kami-mura/dsh-logo-silhouette",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fishlikewater/dsh-mcp-manager": {
      "repo": "fishlikewater/dsh-mcp-manager",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-ledger": {
      "repo": "suimi8/dsh-cost-ledger",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-analytics": {
      "repo": "hccccc01333/dsh-analytics",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-status-plugin": {
      "repo": "woshi-Tom/dsh-status-plugin",
      "version": "0.5.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-marketplace": {
      "repo": "ouyangyipeng/dsh-marketplace",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-dash": {
      "repo": "yanzoro926/dsh-usage-dash",
      "version": "0.1.6",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-cost": {
      "repo": "ChengChe106/dsh-session-cost",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@cyber-moshen/dsh-plugin-market": {
      "repo": "cyber-moshen/dsh-plugin-market",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@alanzhao/dsh-balance-monitor": {
      "repo": "alanzhao0128/dsh-balance-monitor",
      "version": "0.7.2",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kongxiangyiren/dhs-theme-plugin": {
      "repo": "kongxiangyiren/dhs-theme-plugin",
      "version": "0.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-provider-billing": {
      "repo": "ZeroingIn/dsh-provider-billing",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-terminal": {
      "repo": "dongsheng123132/dsh-terminal",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-settings": {
      "repo": "xluomo/dsh-mcp-settings",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@omdp/dsh-connector": {
      "repo": "XJungit/omdp",
      "version": "0.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wallpaper-skin": {
      "repo": "ddbj-hub/dsh-wallpaper-skin",
      "version": "1.4.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-panel": {
      "repo": "hexbee/dsh-skill-panel",
      "version": "1.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-logger-panel": {
      "repo": "LingLambda/dsh-logger-panel",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-polling": {
      "repo": "cnyac/dsh-polling",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@d4cluvtrain/dsh-plugin-manager": {
      "repo": "D4Cluv-Train/dsh-plugin-manager",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-patchouli": {
      "repo": "memorax-ai/dsh-patchouli",
      "version": "0.1.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-navigator": {
      "repo": "TableRogue/dsh-message-navigator",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-content-studio": {
      "repo": "ZRui-C/dsh-content-studio",
      "version": "0.5.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-snapshot": {
      "repo": "DfsyJian/dsh-snapshot",
      "version": "0.2.9",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-prompt-optimizer": {
      "repo": "SongMiao-tech/dsh-prompt-optimizer",
      "version": "2.0.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hotplug-engine": {
      "repo": "AnothetLoice/dsh-hotplug-engine",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hucj/dsh-file-mention": {
      "repo": "hucj09/dsh-file-mention",
      "version": "0.1.16",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-pack": {
      "repo": "math-lrz/dsh-theme-pack",
      "version": "1.0.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@chang416/deepsee": {
      "repo": "chang416/deepsee",
      "version": "4.0.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lmmzss/dsh-plugin-balance": {
      "repo": "lmmzss-jk/dsh-plugin-balance",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-utility-tools": {
      "repo": "sharkymew/dsh-utility-tools",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-hub": {
      "repo": "yunhuantian/dsh-plugin-hub",
      "version": "0.1.8",
      "requires": [
        "react-dom",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-webui-background": {
      "repo": "lx963/dsh-webui-background",
      "version": "0.1.0-rc.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-approval-alert": {
      "repo": "doncelee229-cmyk/dsh-plugin-approval-alert",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kelearns/dsh-token-usage": {
      "repo": "KeLearns/dsh-token-usage",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-pricing": {
      "repo": "LightClear/dsh-token-pricing",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-pets": {
      "repo": "orxz/deepseek-harness-pets",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-claude-migrator": {
      "repo": "huanghouchun/dsh-claude-migrator",
      "version": "0.2.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ide-sidebar": {
      "repo": "yuhangkang/dsh-ide-sidebar",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-webproxy-router-plugin": {
      "repo": "jinsiyu/dsh-webproxy-router-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-schema-form"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-picker": {
      "repo": "Lzh-12/dsh-skin-picker",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-clawshell": {
      "repo": "jorinyang/dsh-clawshell",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wishp3/dsh-cite": {
      "repo": "wanghehe123/dsh-cite",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@dsh-do/fabric": {
      "repo": "BingChanCN/fabric",
      "version": "1.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-slots",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/cordis",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-smart-approval": {
      "repo": "TingRuDeng/dsh-smart-approval",
      "version": "0.1.0-rc.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-document-review": {
      "repo": "yabo083/dsh-document-review",
      "version": "0.4.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-statusbar": {
      "repo": "Small-Miao/dsh-statusbar",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-workspace": {
      "repo": "KannaKuron/dsh-better-workspace",
      "version": "0.9.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-assistant-message-forge": {
      "repo": "anweat/dsh-assistant-message-forge",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-recognizer": {
      "repo": "kaixinbaba/dsh-vision-recognizer",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@visol-456/dsh-cost-tracker": {
      "repo": "Visol-456/dsh-cost-tracker",
      "version": "0.1.8",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-renderer/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-ui-renderer/client"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "mixed",
        "okOn": [
          "0.1.0-rc.8",
          "0.1.1-rc.1",
          "0.1.1-rc.2"
        ],
        "brokenOn": [
          "0.0.1-rc.5",
          "0.1.0-rc.2",
          "0.1.0-rc.3",
          "0.1.0-rc.6",
          "0.1.0-rc.7",
          "0.1.2-alpha.2",
          "0.1.2-alpha.3",
          "0.1.2-alpha.4",
          "0.1.2-alpha.5",
          "0.1.2-rc.1",
          "0.1.3-alpha.2",
          "0.1.5-alpha.1",
          "0.1.5-alpha.2",
          "0.1.5-rc.1"
        ],
        "total": 17
      }
    },
    "dsh-plugin-ai-bridge": {
      "repo": "SwainGao/dsh-plugin-ai-bridge",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@woyeshishen/dsh-vision-plugin": {
      "repo": "woyeshishen/dsh-vision-plugin",
      "version": "1.0.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@gamegeek-saikel/dsh-archive-manager": {
      "repo": "Saikel-Orado-Liu/dsh-archive-manager",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-pathlink": {
      "repo": "penguin-oo/dsh-pathlink",
      "version": "0.1.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-stardew": {
      "repo": "jungeer/dsh-theme-stardew",
      "version": "0.1.6",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-appearance": {
      "repo": "levi52/dsh-appearance",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-security-review": {
      "repo": "ShanHaiFish/dsh-plugin-security-review",
      "version": "1.8.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-devtools": {
      "repo": "izz-BLUE/dsh-devtools",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-customizer": {
      "repo": "Final-LX/dsh-ui-customizer",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-workbuddy": {
      "repo": "zdk119746/dsh-llm-workbuddy",
      "version": "0.1.16",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@clarkchan/trajectory-reader": {
      "repo": "flyingtimes/dsh-trajectory-reader",
      "version": "0.2.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-keychain": {
      "repo": "CpfPatrick/dsh-codex-keychain",
      "version": "0.1.0-alpha.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-satori": {
      "repo": "Hoshino-Yumetsuki/dsh-satori",
      "version": "1.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lifenrir/dsh-scenario": {
      "repo": "LiFenrir/dsh-scenario",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "mermaid2aichat-dsh": {
      "repo": "supergameboy/mermaid2aichat-dsh",
      "version": "0.1.5",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "util"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rollback-withdraw": {
      "repo": "dyhyfjn/dsh-rollback-withdraw",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-airbag": {
      "repo": "uwu9039/dsh-airbag",
      "version": "0.4.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vscode-theme": {
      "repo": "Sim-xia/dsh-vscode-theme",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@meilulin-1992/dsh-moa": {
      "repo": "meilulin/dsh-moa",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@az7627/dsh-token-usage": {
      "repo": "az7627/dsh-token-usage",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cost-balance-pro": {
      "repo": "kingcharleslzy-ai/dsh-cost-balance-pro",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-vendor-stats": {
      "repo": "kirigayakazima/dsh-usage-vendor-stats",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-community/dsh-command-palette": {
      "repo": "hajimixiaojie/dsh-command-palette",
      "version": "0.1.0-alpha.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gif-background": {
      "repo": "alcohol-101/dsh-gif-background",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-realtime-voice": {
      "repo": "zfu691531-hash/dsh-realtime-voice",
      "version": "0.3.3",
      "requires": [
        "@deepseek-ai/cordis"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-clinic": {
      "repo": "ayahunter/dsh-plugin-clinic",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-credentials": {
      "repo": "revive/dsh-git-credentials",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dshworks/dsh-meter": {
      "repo": "dshworks/dsh-meter",
      "version": "0.4.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@muxiva/dsh-voice": {
      "repo": "PiyotaHu/muxiva-dsh-voice",
      "version": "0.1.0-alpha.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-access-gate": {
      "repo": "bamboostrip/dsh-access-gate",
      "version": "0.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-persist": {
      "repo": "tluoluo/dsh-persist",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-codex": {
      "repo": "syncended/deepseek-harness-openai-codex",
      "version": "0.0.10",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dingo": {
      "repo": "february2015/dsh-dingo",
      "version": "2.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-plugin": {
      "repo": "Blank-not-black/dsh-remote-plugin",
      "version": "0.6.24",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yangzhe1991/dsh-web-enhance": {
      "repo": "yangzhe1991/dsh-web-enhance",
      "version": "0.1.9",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile-ui": {
      "repo": "yuanzhenqi/dsh-mobile-ui",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory-porter": {
      "repo": "Shiye-10Pages/dsh-memory-porter",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-list-plus": {
      "repo": "yibiner/dsh-plugin-list-plus",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-minimal-first-turn": {
      "repo": "ZRui-C/dsh-minimal-first-turn",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ztlovelsw/dsh-model-profile": {
      "repo": "ztlovelsw/dsh-model-profile",
      "version": "0.4.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@webwalkerhq/dsh-replay-lab": {
      "repo": "tbxy09/dsh-replay-lab",
      "version": "0.1.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tindalosko/dsh-cheatengine": {
      "repo": "TindalosKorone/dsh-cheatengine",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hot-reload": {
      "repo": "stuarthu/dsh-hot-reload",
      "version": "0.2.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-anxiety": {
      "repo": "mov-eax-eax/dsh-token-anxiety",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@abcdefu_cja/dsh-usage-stats": {
      "repo": "jianweideng0515-create/dsh-usage-stats",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@hsinsekai-nanami/dsh-notifier": {
      "repo": "nanami-0713/dsh-notifier",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-data": {
      "repo": "dawsondx/dsh-token-data",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "cronjob-dsh-plugin": {
      "repo": "peng-huiyang/cronjob-dsh-plugin",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-statecore": {
      "repo": "yul761/dsh-statecore",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-launch": {
      "repo": "Khellendros97/dsh-launch",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dictate": {
      "repo": "franksong2702/dsh-dictate",
      "version": "0.4.0-alpha.9",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@danglong0313/dsh-history-sync": {
      "repo": "danglong0313/dsh-history-sync",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notify-bell": {
      "repo": "ZYar-er/dsh-notify-bell",
      "version": "0.12.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yangzhe1991/dsh-code-review": {
      "repo": "yangzhe1991/dsh-code-review",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tecfancy/dsh-mobile": {
      "repo": "TecFancy/dsh-mobile",
      "version": "0.1.7",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "ds-balance": {
      "repo": "Lateautumns/ds-balance",
      "version": "0.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory-pyramid": {
      "repo": "33moren33/dsh-memory-pyramid",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-account-balance": {
      "repo": "305037991x-pixel/dsh-account-balance",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cursor-acp": {
      "repo": "loeanxi/dsh-cursor-acp",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-delegate-router": {
      "repo": "penguin-oo/dsh-delegate-router",
      "version": "0.4.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mermaid-render": {
      "repo": "genius-alray/dsh-mermaid-render",
      "version": "0.1.6",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh_check_updates": {
      "repo": "knlght/DSH-update-check",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-paste": {
      "repo": "sakuraqqq/dsh-auto-paste",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-archive-vault": {
      "repo": "Britneycode/dsh-archive-vault",
      "version": "0.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "sent-msg-locator": {
      "repo": "ShanHaiFish/sent-msg-locator",
      "version": "2.3.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xklmy/dsh-synthv-bridge": {
      "repo": "XKLMY-hi/dsh-synthv-bridge",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-dock": {
      "repo": "Shawnxxboxx/dsh-balance",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile-remote": {
      "repo": "good-boy4069/dsh-mobile-remote",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ivory": {
      "repo": "ZJUZhiyuCai/dsh-ivory",
      "version": "0.2.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-jenkins": {
      "repo": "jsoncode/dsh-jenkins",
      "version": "0.1.53",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-update-center": {
      "repo": "Britneycode/dsh-update-center",
      "version": "0.9.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tools": {
      "repo": "LoKiGGo/dsh-tools",
      "version": "1.1.2",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notion-connector": {
      "repo": "zhengjy01/dsh-notion-connector",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@marlonlau/dsh-wallpaper-engine": {
      "repo": "marlonLau/dsh-wallpaper-engine",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-fix": {
      "repo": "re-ITRT/dsh-file-fix",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-mindseye": {
      "repo": "kanchengw/dsh-mindseye",
      "version": "0.2.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kelemiao/dsh-api": {
      "repo": "kelemiao/dsh-api",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-remote-server": {
      "repo": "MRZHUH/dsh-remote-server",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@niuhuoshan/dsh-connect": {
      "repo": "niuhuoshan/dsh-connect",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-studio": {
      "repo": "fazhu4/dsh-plugin-studio",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@geebos/dsh-terminal": {
      "repo": "geebos/dsh-terminal",
      "version": "1.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-timed-goal": {
      "repo": "gfds2005/dsh-timed-goal",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-novel-reader": {
      "repo": "ZhuSheng-0807/dsh-novel-reader",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@omicverse/dsh-omicos": {
      "repo": "omicverse/dsh-omicos",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zoytown/dsh-token": {
      "repo": "zoyluoblue/deepseek-harness-token",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-budget-guard": {
      "repo": "haoku123/dsh-budget-guard",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-om": {
      "repo": "FanetheDivine/dsh-plugin-om",
      "version": "0.0.37",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notification-sounds": {
      "repo": "qq33357486/dsh-notification-sounds",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-agentmail": {
      "repo": "agentmail-to/dsh-agentmail",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zink-ning-lkr/dsh-ui-state": {
      "repo": "zink-ning-lkr/dsh-ui-state",
      "version": "0.3.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lcthe/dsh-timeline-rail": {
      "repo": "lcthe/dsh-timeline-rail",
      "version": "0.2.12",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dshworks/dsh-crew": {
      "repo": "dshworks/dsh-crew",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sound-lab": {
      "repo": "miiaowuwu/dsh-sound-lab",
      "version": "1.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dice-game": {
      "repo": "zmm863-commits/dsh-dice-game",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-guardian-approval": {
      "repo": "Scotlight/dsh-guardian-approval",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-picker": {
      "repo": "bitxeno/dsh-github-picker",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-codex": {
      "repo": "Cora093/dsh-web-search-codex",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-history": {
      "repo": "Stylelinzzz/dsh-chat-history",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-minimap": {
      "repo": "Braidy-Wu/dsh-conversation-minimap",
      "version": "1.3.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-hero-custom": {
      "repo": "Lumera114514/dsh-hero-custom",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-teamflow": {
      "repo": "MichaelShii/dsh-plugin-teamflow",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-dashboard": {
      "repo": "tsja2001/dsh-token-dashboard",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencode-go-meter": {
      "repo": "willwhi/dsh-opencode-go-meter",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-input-rewriter": {
      "repo": "feiertu/dsh-input-rewriter",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-autoresume": {
      "repo": "shengyvself/dsh-autoresume",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "wallpaper-engine-dsh": {
      "repo": "Weilv-D/wallpaper-engine-dsh",
      "version": "1.0.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tobewin/dsh-skin-studio": {
      "repo": "ToBeWin/DSH-Skin-Studio",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-dit": {
      "repo": "cuboteam/dsh-plugin-dit",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tobewin/dsh-pet-companion": {
      "repo": "ToBeWin/DSH-Pet-Companion",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-store-optimized": {
      "repo": "yiqizhuapangxiema/harness-plugin-store-optimized",
      "version": "0.2.0",
      "requires": [
        "react-dom",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-evidence-arena": {
      "repo": "shengshifantang/dsh-evidence-arena",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-editor": {
      "repo": "yangshen830-eng/dsh-editor",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hub-oauth-gateway": {
      "repo": "lninghaha/dsh-hub-oauth-gateway",
      "version": "1.11.2",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-inherit": {
      "repo": "MayBeTheWorld/dsh-inherit",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-custom-logo": {
      "repo": "dawsondx/dsh-custom-logo",
      "version": "1.0.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-prompt-history": {
      "repo": "Xiaofei-fei/dsh-prompt-history",
      "version": "1.2.14",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-reviewer": {
      "repo": "Xinlong-Wu/dsh-github-reviewer",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-gap-feed": {
      "repo": "faukwaa/dsh-gap-feed",
      "version": "0.1.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-paste-path": {
      "repo": "jhuanxx44/dsh-paste-path",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-thirteen-bg": {
      "repo": "feng78-boop/dsh-thirteen-bg",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-oh-my-ticket": {
      "repo": "rqwj/oh-my-ticket",
      "version": "0.6.4",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-columbina-theme": {
      "repo": "hyposelen1a/dsh-columbina-theme",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-plugin-thinking-api": {
      "repo": "qjf44/dsh-plugin-thinking-api",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-mcskin": {
      "repo": "DongDong1997/dsh-mcskin",
      "version": "0.2.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-anthropic-oauth": {
      "repo": "TrueNix/dsh-anthropic-oauth",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-photo-skins": {
      "repo": "frankxxxxue/dsh-photo-skins",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-manager-community": {
      "repo": "TAOxxx7/dsh-plugin-manager",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-open-web": {
      "repo": "jinsiyu/dsh-auto-open-web",
      "version": "0.1.20",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tianjiqx/dsh-wigolo": {
      "repo": "tianjiqx/dsh-wigolo",
      "version": "1.2.2",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-settings-organizer": {
      "repo": "baihejiangnan/dsh-settings-organizer",
      "version": "0.1.3",
      "requires": [
        "types.js",
        "client/state.js",
        "client/discovery-store.js",
        "client/styles.js",
        "client/locales.js",
        "client/overview-section.js",
        "client/manage-hidden-action.js",
        "@deepseek-ai/dsh-client-runtime/client",
        "client/discovery.js",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-schema-form",
        "client.js"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "types.js",
            "client/state.js",
            "client/discovery-store.js",
            "client/styles.js",
            "client/locales.js",
            "client/overview-section.js",
            "client/manage-hidden-action.js",
            "client/discovery.js",
            "client.js"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "types.js",
            "client/state.js",
            "client/discovery-store.js",
            "client/styles.js",
            "client/locales.js",
            "client/overview-section.js",
            "client/manage-hidden-action.js",
            "@deepseek-ai/dsh-client-runtime/client",
            "client/discovery.js",
            "@deepseek-ai/dsh-client-schema-form",
            "client.js"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "types.js",
            "client/state.js",
            "client/discovery-store.js",
            "client/styles.js",
            "client/locales.js",
            "client/overview-section.js",
            "client/manage-hidden-action.js",
            "@deepseek-ai/dsh-client-runtime/client",
            "client/discovery.js",
            "@deepseek-ai/dsh-client-schema-form",
            "client.js"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-deepseek-balance-widget": {
      "repo": "crazy-L118/dsh-deepseek-balance-widget",
      "version": "2.4.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-switch": {
      "repo": "ZChenW/dsh-codex-switch",
      "version": "0.1.0-alpha.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-air": {
      "repo": "kaieye/dsh-AIR",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-search-router": {
      "repo": "XGrin/dsh-search-router",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-geoserver": {
      "repo": "wangcong1137-hash/dsh-geoserver",
      "version": "0.2.4",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-model-preset": {
      "repo": "kaixinbaba/dsh-model-preset",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@adverts13/dsh-auto-model-router": {
      "repo": "ADVeRTs13/dsh-auto-model-router",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kaijia/dsh-sidebar": {
      "repo": "kaijia323/dsh-sidebar",
      "version": "0.1.9",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-xray": {
      "repo": "alloevil/dsh-xray",
      "version": "0.11.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-router": {
      "repo": "AngelosZou/dsh-github-router",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-usage-guard": {
      "repo": "hb-degithub/dsh-usage-guard",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-coding-remote-kit": {
      "repo": "lninghaha/dsh-coding-remote-kit",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-calendar": {
      "repo": "YLifeOnlyOnce/dsh-calendar",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mars.liu/dsh-rich-editor": {
      "repo": "MarchLiu/dsh-rich-editor",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@skkjkk/dsh-usage-dashboard": {
      "repo": "skkjkk/dsh-usage-dashboard",
      "version": "0.3.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dir-tree": {
      "repo": "bentong-chain/dsh-dir-tree",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-secret-paste": {
      "repo": "zhujiaqi/dsh-secret-paste",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-diff-approval": {
      "repo": "9087/dsh-diff-approval",
      "version": "0.19.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-holdem": {
      "repo": "BubblePtr/dsh-holdem",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "what-was-that": {
      "repo": "SH-9999/what-was-that",
      "version": "0.1.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-custom-font": {
      "repo": "Vergil-long/dsh-custom-font",
      "version": "2.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-thirdparty": {
      "repo": "sunx16963-design/dsh-web-search-thirdparty",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-nba-pets": {
      "repo": "lijian-888/dsh-nba-pets",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-emotion-pet": {
      "repo": "cpt-kenvie/EmotionPet",
      "version": "0.1.4",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-input-cn": {
      "repo": "Schumchanvi/dsh-voice-input-cn",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-choice-refresh": {
      "repo": "Pasumao/dsh-plugin-choice-refresh",
      "version": "0.1.7",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-autorouter": {
      "repo": "autorouter0-ai/dsh-llm-autorouter",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-android-agent": {
      "repo": "ravenli059/dsh-android-agent",
      "version": "0.1.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-link": {
      "repo": "sprainJinyu/dsh-vision-link",
      "version": "1.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cli-bridge": {
      "repo": "hviana/dsh-cli-bridge",
      "version": "0.1.7",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-genui": {
      "repo": "lhuans/dsh-genui",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-port-inspector": {
      "repo": "ianho7/dsh-port-inspector",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-assistant": {
      "repo": "AlexKaiqi/dsh-session-assistant",
      "version": "0.4.8",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-station": {
      "repo": "WilShi/dsh-skill-station",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-attention": {
      "repo": "AnLifeX/dsh-attention",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-self-update": {
      "repo": "Shane-Jay/dsh-self-update",
      "version": "0.4.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-adaptive-reasoning": {
      "repo": "zhuifengqug/dsh-adaptive-reasoning",
      "version": "2.0.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-open-in-app": {
      "repo": "open-dsh-plugins/dsh-open-in-app",
      "version": "0.1.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kelvinwww/dsh-oauth": {
      "repo": "wang-kaopu/dsh-oauth",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sseye": {
      "repo": "jhuanxx44/dsh-sseye",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-accordion": {
      "repo": "lakabuji-arch/dsh-model-accordion",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-check-for-updates": {
      "repo": "ShanHaiFish/dsh-check-for-updates",
      "version": "1.13.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-custom-subagents": {
      "repo": "ktdhhc/dsh-custom-subagents",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nicearrack/dsh-translator": {
      "repo": "nicearrack/dsh-translator",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-glm-vision": {
      "repo": "fightingFirefox/dsh-glm-vision",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-flat-teams": {
      "repo": "whateverboy2333/dsh-flat-teams",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react-dom/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@vincent-guo/dsh-loading-phrases": {
      "repo": "vincent-guo/dsh-loading-phrases",
      "version": "0.7.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-unified-market": {
      "repo": "jing-hy/dsh-unified-market",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-global-prompt": {
      "repo": "chaserchan/dsh-plugin-global-prompt",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-delete-message": {
      "repo": "viplocco/dsh-delete-message",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@minyang2026/dsh-migrate-on-429": {
      "repo": "minyang2020/dsh-migrate-on-429",
      "version": "0.1.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-resource": {
      "repo": "liznee/dsh-file-resource",
      "version": "0.4.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-toggle": {
      "repo": "SeerableOfficial/dsh-web-search-toggle",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "computer-user": {
      "repo": "jing-hy/computer-user",
      "version": "0.3.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-automations": {
      "repo": "syncended/deepseek-harness-automations",
      "version": "0.8.9",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lynsucceed/dsh-openclaw-persona": {
      "repo": "lynsucceed/dsh-openclaw-persona",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react-dom/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xmoon76/dsh-profile-settings": {
      "repo": "XMoon/dsh-profile-settings",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-qq-skin": {
      "repo": "lispking/dsh-qq-skin",
      "version": "0.1.3",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@lsq64737/dsh-workbench-layout": {
      "repo": "lsq-dsh-plugins/dsh-workbench-layout",
      "version": "0.1.7",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime",
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-electro-lab": {
      "repo": "curtainsmall/dsh-electro-lab",
      "version": "0.10.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-scan-mcp": {
      "repo": "chenbin-dev/dsh-scan-mcp",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@try-works/dsh-browser-agent": {
      "repo": "try-works/dsh-browser-agent",
      "version": "0.6.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hjbztlbr/dsh-client-ui-skin-verdandi": {
      "repo": "Sddft97/dsh-client-ui-skin-verdandi",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-stock-mentions": {
      "repo": "mingzeng21/dsh-stock-mentions",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "weread-export": {
      "repo": "zhengjy01/weread-export",
      "version": "0.1.12",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-toc": {
      "repo": "notload/dsh-session-toc",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "convoport": {
      "repo": "MrElysium/convoport",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhuchenglong/dsh-side-chat": {
      "repo": "zclDragon/dsh-side-chat",
      "version": "0.0.9",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "ccs-balance": {
      "repo": "kikomaotu/ccs-balance",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@anarkhgatsby/deepseek-harness-insights": {
      "repo": "mapan0424/deepseek-harness-insights",
      "version": "0.1.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pixel-skin": {
      "repo": "zhuifengqug/pixel-skin",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xiaoso/dsh-run-config": {
      "repo": "xiaoso456/dsh-run-config",
      "version": "0.1.4-rc.1",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-effort-declare": {
      "repo": "zimodzh/dsh-plugin-effort-declare",
      "version": "0.1.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@linxin666/dsh-client-ui-skin-matrix": {
      "repo": "nicecx/dsh-matrix-skin",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-valley-meter": {
      "repo": "uckkk/dsh-valley-meter",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@vibeinging/dsh-red-alert": {
      "repo": "vibeinging/dsh-red-alert",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-experience-library": {
      "repo": "libiwolve/dsh-experience-library",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-writing-desk": {
      "repo": "nousag/dsh-writing-desk",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wangjunjian/dsh-artifact-viewer": {
      "repo": "wang-junjian/dsh-artifact-viewer",
      "version": "0.4.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "util"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@ddtcorex/dsh-maestro-memory": {
      "repo": "ddtcorex/dsh-maestro-memory",
      "version": "1.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-open-in-x": {
      "repo": "nikoart-liu/dsh-open-in-x",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-map": {
      "repo": "afoxsss/dsh-conversation-map",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-token-dashboard": {
      "repo": "Smith-yue/harness-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-archived-conversation": {
      "repo": "Li-canghai/dsh-archived-conversation",
      "version": "0.2.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-whalegirl": {
      "repo": "ZHOUcourier/dsh-theme-whalegirl",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-plugin": {
      "repo": "yafangwang9/dsh-voice-plugin",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-instance-manager": {
      "repo": "xswt442-cmd/dsh-instance-manager",
      "version": "0.9.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ctrl-enter-submit": {
      "repo": "SA1992X/dsh-ctrl-enter-submit",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-models-radar": {
      "repo": "hi-fangj/dsh-models-radar",
      "version": "0.1.21",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hotspots": {
      "repo": "qys0012/dsh-hotspots",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mic-dictation": {
      "repo": "Kilganon725/dsh-mic-dictation",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fhxgs/dsh-model-hub": {
      "repo": "yhyfhgs/dsh-model-hub",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@starwish-ai/xingyuan-dsh": {
      "repo": "starwish-ai/xingyuan-dsh",
      "version": "0.6.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-liquid-glass-input": {
      "repo": "jkamkk/dsh-liquid-glass-input",
      "version": "1.32.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-assembly.resume": {
      "repo": "kanchengw/dsh-assembly.resume",
      "version": "0.1.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lyhue1991/dsh-soup": {
      "repo": "lyhue1991/dsh-soup",
      "version": "0.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-workspace-ui": {
      "repo": "miuzel/dsh-subagent-ui",
      "version": "1.3.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-tuner": {
      "repo": "shawnlone/dsh-theme-tuner",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-memory-spaces": {
      "repo": "icearia0219/dsh-memory-spaces",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-x-connect": {
      "repo": "zmh2000829/dsh-x-connect",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tacit": {
      "repo": "hackernotfound/dsh-tacit",
      "version": "0.6.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@allmodels/dsh-speech": {
      "repo": "allmodels-io/dsh-speech",
      "version": "0.1.6",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xiaoso/dsh-tool-plus": {
      "repo": "xiaoso456/dsh-tool-plus",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-connection/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-model-capability": {
      "repo": "yuioi666/dsh-plugin-model-capability",
      "version": "1.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@gehennawu/dsh-service": {
      "repo": "gehennawu/dsh-service",
      "version": "1.5.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-font-enhancer": {
      "repo": "loyalchiiina/dsh-font-enhancer",
      "version": "1.4.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tsqurt/dsh-plugin-studio": {
      "repo": "Tsqurt/dsh-plugin-studio",
      "version": "0.1.3-alpha",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-connect-trae": {
      "repo": "dingminhua/dsh-connect-trae",
      "version": "1.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-paste-collapse": {
      "repo": "huenjie/dsh-paste-collapse",
      "version": "1.5.12",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-ledger-pro": {
      "repo": "bjzkhy/dsh-token-ledger-pro",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-loom-chat": {
      "repo": "onenameneo/dsh-plugin-loom-chat",
      "version": "0.1.0-rc.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-mcp-workspace-scope": {
      "repo": "felix-lj-ct/dsh-mcp-workspace-scope",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-smooth-cursor": {
      "repo": "Lacquervii/smooth-cursor",
      "version": "0.1.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-theme": {
      "repo": "luckzhangfengbo/dsh-web-theme",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-assistant": {
      "repo": "supersyh-sss/dsh-voice-assistant",
      "version": "0.5.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-qr-share": {
      "repo": "xiaoguomeiyitian/dsh-qr-share",
      "version": "0.3.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wangxueqi/dsh-client-ui-knowledge-cards": {
      "repo": "wangxueqi00/dsh-client-ui-knowledge-cards",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "util"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@vidge/dsh-agent-hub": {
      "repo": "vidgewong/dsh-agent-hub",
      "version": "0.1.0-rc15",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@anionex/dsh-smarter-edit": {
      "repo": "Anionex/dsh-smarter-edit",
      "version": "0.1.9",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-harness-whale": {
      "repo": "HeShen-1/deepseek-whale-wallpaper",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-request-privacy": {
      "repo": "jhckevin/dsh-request-privacy",
      "version": "0.4.1-rc.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-kit": {
      "repo": "aaaadrop/dsh-voice-kit",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-lipsync": {
      "repo": "yu-wenchao/dsh-tool-lipsync",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-notifier": {
      "repo": "yuan-source-666/dsh-task-notifier",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-nav": {
      "repo": "Jaeger0624/dsh-conversation-nav",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-attachment-s3": {
      "repo": "qiniu/dsh-attachment-s3",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-sticky-note": {
      "repo": "alanpaul1969/dsh-agent-sticky-note",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-share": {
      "repo": "quicksandznzn/dsh-session-share",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-kit": {
      "repo": "ltxlong/dsh-session-kit",
      "version": "1.2.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live": {
      "repo": "zhoushuoshi-code/dsh-live",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wsl-expose": {
      "repo": "173787247/dsh-wsl-expose",
      "version": "1.7.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-feishu-bot": {
      "repo": "452926826/dsh-feishu-bot",
      "version": "0.19.16",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trend-radar": {
      "repo": "863683348/dsh-trend-radar",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@joekytc/dsh-swarm": {
      "repo": "joekytc/dsh-swarm",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-outline": {
      "repo": "Andor-Z/dsh-turn-outline",
      "version": "0.2.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-butler-memory": {
      "repo": "AndyYang12345/dsh-butler-memory",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-always-status-bar": {
      "repo": "Bobnemimimmi/dsh-always-status-bar",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-local-share": {
      "repo": "ChuanTianML/dsh-local-share",
      "version": "0.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-open-with": {
      "repo": "ChuanTianML/dsh-open-with",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-openwiki": {
      "repo": "D2Moqi/dsh-openwiki",
      "version": "2.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-starter-pack": {
      "repo": "Dariandai/dsh-starter-pack",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-shunshun-wallpaper": {
      "repo": "Ddamage/dsh-shunshun-wallpaper",
      "version": "1.0.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gacha-calendar": {
      "repo": "EastMG/dsh-gacha-calendar",
      "version": "0.8.20",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-image-input": {
      "repo": "Elohia/dsh-plugin-image-input",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-code-server-app": {
      "repo": "jinsiyu/dsh-code-server-app",
      "version": "0.2.1",
      "requires": [
        "react",
        "@emotion/is-prop-valid",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-failover": {
      "repo": "HB00/dsh-llm-failover",
      "version": "0.3.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-check-update": {
      "repo": "HuiHuitie-zhu/dsh-check-update",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-inline-diff": {
      "repo": "JanEickholt/dsh-inline-diff",
      "version": "1.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-evolution-lab": {
      "repo": "JayDong9130/dsh-evolution-lab",
      "version": "0.3.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-stardeck": {
      "repo": "Kaiji-Z/dsh-plugin-stardeck",
      "version": "0.20.4",
      "requires": [
        "react",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-lang": {
      "repo": "KannaKuron/dsh-agent-lang",
      "version": "0.4.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-graph": {
      "repo": "KevinZhangNothing/dsh-task-graph",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-market": {
      "repo": "LKMeng2001/dsh-mcp-market",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-issue2pr": {
      "repo": "LONGSASASASASA/dsh-issue2pr",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pianist": {
      "repo": "Laplace-bit/dsh-pianist",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-pelican": {
      "repo": "Little-Star888/dsh-pelican",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-status": {
      "repo": "LucienLL/dsh-session-status",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-clash-proxy": {
      "repo": "Lunatic029/dsh-clash-proxy",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-refine": {
      "repo": "dushaobindoudou/dsh-refine",
      "version": "1.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-visibility": {
      "repo": "Lzh3070/dsh-model-visibility",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-almost-full-access": {
      "repo": "Alnita-M/dsh-Almost_Full_Access",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trilium": {
      "repo": "MineRPi/dsh-trilium",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-index-rail": {
      "repo": "Mobai-read/dsh-chat-index-rail",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cipher": {
      "repo": "NoxTyrannus/dsh-cipher",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ohmejj/dsh-chat-archive": {
      "repo": "ohmejj/dsh-chat-archive",
      "version": "0.4.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-classifier": {
      "repo": "PAKIKNOWLEDGE/dsh-auto-classifier",
      "version": "0.1.14",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-composer-stretch": {
      "repo": "Pudge1996/dsh-composer-stretch",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ycp424c/dsh-luna-vision-bridge": {
      "repo": "ycp424c/dsh-luna-vision-bridge",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-english-search": {
      "repo": "kami-mura/dsh-English-search",
      "version": "0.4.5",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-bridge": {
      "repo": "pandashere/dsh-codex-bridge",
      "version": "0.1.5",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@furayoshi/dsh-ui-models-invert-selection": {
      "repo": "FraYoshi/dsh-ui-models-invert-selection",
      "version": "1.0.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-translator": {
      "repo": "SiYue-ZO/dsh-translator",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@falling-ts/dsh-force-compact": {
      "repo": "falling-ts/dsh-force-compact",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-feishu-chat": {
      "repo": "Qing45/dsh-feishu-chat",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-channel-view": {
      "repo": "RGarvel/dsh-channel-view",
      "version": "0.0.1-spike.2",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-tunnel-easy": {
      "repo": "Raiyan007-gb/dsh-remote-tunnel-easy",
      "version": "1.4.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@guannan1031/dsh-commerce-cockpit": {
      "repo": "guannan1031/dsh-commerce-cockpit",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hz-jasonlin/dsh-todolist": {
      "repo": "HZ-JasonLin/dsh-todolist",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chinese-poetry": {
      "repo": "runcat-tommy/dsh-chinese-poetry",
      "version": "1.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-dispatcher": {
      "repo": "zhengjy01/dsh-task-dispatcher",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lcx-codex": {
      "repo": "kk3ya03-star/dsh-lcx-codex",
      "version": "0.4.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@zenmux/dsh-plugins": {
      "repo": "ZenMux/dsh-plugins",
      "version": "0.1.16",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lens": {
      "repo": "NexusAgentX/dsh-lens",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-gen3d": {
      "repo": "LuZhouheng/dsh-gen3d",
      "version": "0.3.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-plugin-cost": {
      "repo": "yweilai77-dev/dsh-plugin-cost",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-adapter": {
      "repo": "NexusAgentX/dsh-mcp-adapter",
      "version": "0.6.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-user-message-navigation": {
      "repo": "walnut-a/dsh-user-message-navigation",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-access": {
      "repo": "NexusAgentX/dsh-web-access",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-hotswap": {
      "repo": "HongzhongL/dsh-hotswap",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plan-usage": {
      "repo": "chendefine/dsh-plugins-plan-usage",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-notify": {
      "repo": "Lwc-LiuWenCheng/dsh-session-notify",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quick-toc": {
      "repo": "LyaxZ/dsh-quick-toc",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quota-monitor": {
      "repo": "mouse33333/dsh-quota-monitor",
      "version": "0.6.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xavier711/dsh-deepseek-usage": {
      "repo": "xavier711/dsh-plugin-deepseek-usage",
      "version": "0.4.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-nanobananapro": {
      "repo": "synmindai/dsh-nanobananapro",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ultracode": {
      "repo": "ParticleLight/dsh-ultracode",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dingyi222666/dsh-agents-md": {
      "repo": "dingyi222666/dsh-agents-md",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-oauth": {
      "repo": "hahaha-taotao/dsh-oauth-api",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-account-hud": {
      "repo": "namesColin/DSH-Plugin-Account-HUD",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-oai-oauth": {
      "repo": "werifu/dsh-oai-oauth",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tailscale-console": {
      "repo": "evanfang0054/dsh-tailscale-console",
      "version": "0.4.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@samecorner/dsh-client-ui-token-usage": {
      "repo": "samecorner/dsh-token-usage",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-seedance2": {
      "repo": "synmindai/dsh-seedance2",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-tool": {
      "repo": "visail/dsh-vision-tool",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-gate": {
      "repo": "OPaimon/dsh-model-gate",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@luoyu_xingu/dsh-multi-root": {
      "repo": "luoyu-xingu/dsh-multi-root",
      "version": "0.1.1",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-model-selector": {
      "repo": "Khellendros97/dsh-better-model-selector",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@taontech/dsh-git": {
      "repo": "taontech/dsh-git",
      "version": "0.1.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-center": {
      "repo": "drfccv/dsh-mcp-center",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-balance": {
      "repo": "zdjmrq/dsh-usage-balance",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-center": {
      "repo": "bruce-hmz/dsh-skin-center",
      "version": "2.1.0-rc.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      },
      "hostTransform": true
    },
    "@lengduan/dsh-client-ui-skin-815": {
      "repo": "lengduan/dsh-815-skin",
      "version": "0.1.10",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@osskn4w7/dsh-plugin-manager": {
      "repo": "OSSKn4w7/dsh-plugin-manager",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-claude-import": {
      "repo": "changhang155/dsh-plugin-claude-import",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-center": {
      "repo": "dac114514/dsh-theme-center",
      "version": "1.0.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-shield": {
      "repo": "x2802490130-prog/dsh-shield",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pip": {
      "repo": "extension-hunter/dsh-pip",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-guard": {
      "repo": "x2802490130-prog/dsh-guard",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wallpaper-rotator": {
      "repo": "Jieice/dsh-wallpaper-rotator-enhanced",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencode-usage": {
      "repo": "FengYangXun123/dsh-opencode-usage",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-meter": {
      "repo": "V-dev-388/dsh-usage-meter",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-import": {
      "repo": "devmom/dsh-session-import",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@motong/dsh-voice": {
      "repo": "motongv/dsh-voice",
      "version": "0.4.3",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-playwright": {
      "repo": "JeremyGuo/dsh-playwright",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@waterwx/dsh-novel-forge": {
      "repo": "watersxya/dsh-novel-forge",
      "version": "1.0.0-alpha",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-doubao": {
      "repo": "kenny2077/dsh-web-search-doubao",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-mermaid": {
      "repo": "demo007x/dsh-web-mermaid",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ggame/backpack": {
      "repo": "gxx950224/backpack",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-xmemo": {
      "repo": "yonro/xmemo-deepseek-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kun-pet": {
      "repo": "Practice019/dsh-kun-pet",
      "version": "1.0.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-api-quota": {
      "repo": "ganfne123/dsh-plugin-api-quota",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-bg": {
      "repo": "gooosie/dsh-whale-bg",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "balance-dock": {
      "repo": "Cao-zhi-hao/balance-dock",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-authorize-app": {
      "repo": "extension-hunter/dsh-authorize-app",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-toc-tail": {
      "repo": "PaRr0tBoY/dsh-toc-and-rewind",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@rvaim/dsh-compat": {
      "repo": "rvaim/dsh-compat",
      "version": "0.4.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hto404/dsh-chime": {
      "repo": "HtO404/dsh-chime",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-library-search": {
      "repo": "AiLi1337/dsh-plugin-library-search",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@visol-456/dsh-web-compat": {
      "repo": "Visol-456/dsh-web-compat",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-mixxed/dsh-client-ui-settings-skills": {
      "repo": "dsh-mixxed/dsh-client-ui-settings-skills",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-flomo": {
      "repo": "zhengjy01/dsh-flomo",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-mixxed/dsh-client-ui-filesystem": {
      "repo": "dsh-mixxed/dsh-client-ui-filesystem",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-workbench": {
      "repo": "FlutterSoul/dsh-git-workbench",
      "version": "0.3.4",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yuuu0109/dsh-cache-hit-decimal": {
      "repo": "Yuuu0109/dsh-cache-hit-decimal",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@crazy_th/dsh-computer-use": {
      "repo": "ThreeBody6666/dsh-computer-use",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-sync": {
      "repo": "ZhenHuangLab/dsh-sync",
      "version": "0.1.3",
      "requires": [
        "@deepseek-ai/dsh-client-web-react",
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react",
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react",
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.0-rc.8",
        "okUntil": "0.1.0-rc.7",
        "total": 17
      }
    },
    "dsh-cron-panel": {
      "repo": "a792883583/dsh-cron-panel",
      "version": "0.1.11",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pluginmgmt": {
      "repo": "zebbkira/dsh-pluginmgmt",
      "version": "0.1.10",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-vision": {
      "repo": "niuniuaba/dsh-subagent-vision",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plug-manager": {
      "repo": "Casually/deepseek-harness-plugs-manage",
      "version": "0.6.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@uachar/dsh-vision-plugin": {
      "repo": "uAcharGG/dsh-vision",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-update-check": {
      "repo": "awa-123-cw/dsh-update-check",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wechat-mp": {
      "repo": "coolbreezecoin/dsh-wechat-mp",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-mixxed/dsh-client-ui-settings-mcp": {
      "repo": "dsh-mixxed/dsh-client-ui-settings-mcp",
      "version": "0.7.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-coyote": {
      "repo": "THEWOLFWALKER/dsh-coyote",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-diary": {
      "repo": "hyperMoss/dsh-diary",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fonlan/dsh-web-auth": {
      "repo": "fonlan/dsh-web-auth",
      "version": "0.1.5",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@iamroven/dsh-web-file-upload": {
      "repo": "rrvvvnnn/dsh-web-file-upload",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-doc-share": {
      "repo": "dawsondx/dsh-doc-share",
      "version": "0.4.5",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "worker_threads",
        "fs",
        "path",
        "vertx"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "fs",
            "path"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "fs",
            "path"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "fs",
            "path"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-iris": {
      "repo": "RangeKing/dsh-iris",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-notify": {
      "repo": "xingke-seeker/dsh-ui-notify",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-grok-kit": {
      "repo": "MaRi23333/dsh-grok-kit",
      "version": "0.1.10",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-period-report": {
      "repo": "zhengjy01/dsh-period-report",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wilond/dsh-news": {
      "repo": "SongChengMing1/dsh-news",
      "version": "0.1.1",
      "requires": [
        "react-dom/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@creative-dswork/dsh-uni-editor": {
      "repo": "creativedswork/dsh-uni-editor",
      "version": "0.3.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-toc": {
      "repo": "a792883583/dsh-chat-toc",
      "version": "0.4.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-channel-telegram": {
      "repo": "LosEcher/dsh-channel-telegram",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lazeword": {
      "repo": "xczhanjun/lazeword",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zaogaogwc/dsh-plugin-manager": {
      "repo": "Zaogaogwc/dsh-plugin-manager",
      "version": "0.4.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@omdsh-plugins/omdsh-basemode": {
      "repo": "omdsh-plugins/omdsh-basemode",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-plugin-collapsible-steps": {
      "repo": "mervyn-teo/dsh-plugin-collapsible-steps",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bili-taskmaster": {
      "repo": "jokerwen666/dsh-bili-taskmaster",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pet-in-frame": {
      "repo": "HarmlessFunny/dsh-pet-in-frame",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search": {
      "repo": "haibinwang9/dsh-web-search",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-capture-window": {
      "repo": "Yidien/dsh-capture-window",
      "version": "1.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-weekly-hot": {
      "repo": "XCNXNXNX/dsh-weekly-hot",
      "version": "0.4.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-machine": {
      "repo": "yuqisun/dsh-theme-machine",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cpa": {
      "repo": "Moraxyc/dsh-cpa",
      "version": "0.1.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-pip": {
      "repo": "syncended/deepseek-harness-picture-in-picture",
      "version": "0.1.15",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-mixxed/dsh-client-ui-git-branch": {
      "repo": "dsh-mixxed/dsh-client-ui-git-branch",
      "version": "0.5.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-env-switcher": {
      "repo": "Oyama-Mahiro-F/dsh-env-switcher",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-reasoning": {
      "repo": "TikaFlow/dsh-model-reasoning",
      "version": "0.2.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-notify": {
      "repo": "YuMo226/dsh-task-notify",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-split-screen": {
      "repo": "syncended/deepseek-harness-split-screen",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mojiexuan/dsh-git": {
      "repo": "mojiexuan/dsh-git",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencode-go-usage-dock": {
      "repo": "xv-chang/dsh-opencode-go-usage-dock",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-global-prompt": {
      "repo": "sryimnoob123/dsh-global-prompt",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-capability-optimizer": {
      "repo": "hezhongtang/dsh-capability-optimizer",
      "version": "0.7.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yulee-314/dsh-vision-bridge": {
      "repo": "YuLee-314/dsh-vision-bridge",
      "version": "2.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-angelsanddemon-fatesumphony-skin": {
      "repo": "zhangyuzhangyu233/dsh-angelsanddemon-fatesumphony-skin",
      "version": "1.0.7",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hucj/dsh-move-session": {
      "repo": "hucj09/dsh-move-session",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-notify": {
      "repo": "renpengfei1027/dsh-web-notify",
      "version": "0.1.5",
      "requires": [
        "react-dom/client",
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ticktick": {
      "repo": "zhengjy01/dsh-ticktick",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hotkeys": {
      "repo": "ctenni/dsh-hotkeys",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-browser": {
      "repo": "Clearchenpro/dsh-file-browser",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-speech-plugin": {
      "repo": "huangdejie/dsh-speech-plugin",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-voice-chat": {
      "repo": "lak321/dsh-voice-chat",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-at-mention": {
      "repo": "Lan-zk/dsh-at-mention",
      "version": "0.1.11",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-salary-cat": {
      "repo": "sorry123maker/dsh-salary-cat",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "brockdsaver": {
      "repo": "kirigayakazima/brockdsaver",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wxyzh/dsh-auth-proxy": {
      "repo": "wxyzh/dsh-auth-proxy",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-teams-meta": {
      "repo": "kaka-in-home/dsh-agent-teams-meta",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom/client",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@1mlightyears/dsh-theme-synthwave": {
      "repo": "1MLightyears/dsh-theme-synthwave",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@idea-maglev/maglev-for-dsh": {
      "repo": "Idea-Maglev/maglev-for-dsh",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rss-monitor": {
      "repo": "hgl011091/dsh-rss-monitor",
      "version": "0.2.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-video-player": {
      "repo": "IP050/dsh-video-player",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-branch": {
      "repo": "hanyueqiang/dsh-git-branch",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-nav": {
      "repo": "flyHZJ/dsh-turn-nav",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fonlan/dsh-task-kanban": {
      "repo": "fonlan/dsh-task-kanban",
      "version": "0.2.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-qqbot": {
      "repo": "cafeawa/dsh-qqbot",
      "version": "1.0.2",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@steven-wu/dsh-linked-folders": {
      "repo": "Sttrevens/dsh-linked-folders",
      "version": "0.1.0-rc.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rule-manager": {
      "repo": "wzz3034026545/dsh-rule-manager",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@4t145/lark-connector": {
      "repo": "4t145/dsh-lark-connector",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@az7627/dsh-mobile-remote": {
      "repo": "az7627/dsh-mobile-remote",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-panel": {
      "repo": "a792883583/dsh-git-panel",
      "version": "0.1.12",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zsy1126/dsh-rick-and-morty": {
      "repo": "zsyayo112/dsh-rick-and-morty",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-usage-insights": {
      "repo": "fazhu4/dsh-usage-insights",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-awake": {
      "repo": "htfc786/dsh-awake",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-flomo-report": {
      "repo": "zhengjy01/dsh-flomo-report",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-input-history": {
      "repo": "sunshaobei/dsh-input-history",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-access": {
      "repo": "RedreamR/dsh-remote-access",
      "version": "0.4.11",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-task-runner": {
      "repo": "jing-hy/dsh-task-runner",
      "version": "1.1.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kun-like-pet": {
      "repo": "GangLongYu/dsh-kun-like-pet",
      "version": "1.0.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zoytown/dsh-billing": {
      "repo": "zoyluoblue/deepseek-harness-billing",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-wallpaper": {
      "repo": "shukookie/dsh-plugin-wallpaper",
      "version": "0.1.4",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-niao-message": {
      "repo": "dsh-niao/dsh-niao-message",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijian-ui/dsh-session-cleaner": {
      "repo": "lijian-ui/dsh-session-cleaner",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-compaction-ui": {
      "repo": "preflower/deepseek-harness-compaction-ui",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-relay-models": {
      "repo": "Xichun123/dsh-relay-models",
      "version": "1.0.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-status": {
      "repo": "xiaoyi-xx/dsh-peak-status",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-top": {
      "repo": "glenngit/dsh-top",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-exporter": {
      "repo": "liuyuelintop/dsh-conversation-exporter",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-vision": {
      "repo": "1710782766/dsh-llm-vision",
      "version": "0.3.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-webfile": {
      "repo": "modestoma/dsh-webfile",
      "version": "1.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zink-ning-lkr/dsh-chat-width": {
      "repo": "zink-ning-lkr/dsh-chat-width",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-convo-cost": {
      "repo": "ljr282341583/dsh-convo-cost",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-ima-sync": {
      "repo": "nan1010082085/dsh-plugin-ima-sync",
      "version": "0.8.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wsl-workspace-picker": {
      "repo": "WilliamShi666/dsh-wsl-workspace-picker",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-subagent": {
      "repo": "ruby1304/dsh-vision-subagent",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-theme-manager": {
      "repo": "thooy/dsh-client-ui-theme-manager",
      "version": "1.4.1",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-web-react",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-web-react"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.0-rc.8",
        "okUntil": "0.1.0-rc.7",
        "total": 17
      }
    },
    "dsh-dbhub-live": {
      "repo": "mr-mihu/dsh-dbhub-live",
      "version": "4.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bundle-manager": {
      "repo": "KaramachiA217/dsh-bundle-manager",
      "version": "0.5.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-slide": {
      "repo": "JeremyGuo/dsh-slide",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image-plugins": {
      "repo": "alanzhao0128/dsh-image-plugins",
      "version": "0.3.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mingmu": {
      "repo": "Lab-sku/dsh-mingmu",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-worktrees": {
      "repo": "lwklbb/dsh-worktrees",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-layout/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "mc-hud": {
      "repo": "qsjzqssh/mc-hud",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-plus": {
      "repo": "SZMY-haruhi/dsh-session-plus",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@microspotlight/openharness-find-plugin": {
      "repo": "MicroSpotlight/openharness-find-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-dosage": {
      "repo": "qingfeng200410/dsh-plugin-dosage",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-network": {
      "repo": "baixianger/dsh-network",
      "version": "0.1.0-rc.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quote-temp-ask": {
      "repo": "Enc-hanted/dsh-quote-temp-ask",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-zhipu-coding-plan": {
      "repo": "tsja2001/dsh-zhipu-coding-plan",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-balance-view": {
      "repo": "luhaifeng666/dsh-balance-plugin",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zoytown/dsh-avatar": {
      "repo": "zoyluoblue/deepseek-harness-avatar",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wallpaper-bg": {
      "repo": "nishuoyang/dsh-wallpaper-bg",
      "version": "0.3.11",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quickref": {
      "repo": "worksAssistant/dsh-quickref",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-ascension": {
      "repo": "d-ouyang/dsh-plugin-ascension",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hpyperry/dsh-ref-lib": {
      "repo": "hpyperry/dsh-ref-lib",
      "version": "0.17.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-settings-ui": {
      "repo": "KaramachiA217/dsh-settings-ui",
      "version": "0.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-todo-list": {
      "repo": "perry-ai/dsh-todo-list",
      "version": "1.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-office-suite": {
      "repo": "steven95/dsh-office-suite",
      "version": "0.1.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sky_sun/dsh-balance": {
      "repo": "lkshjd/dsh-balance",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-think-summary": {
      "repo": "oakcakerolls/dsh-think-summary",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dshplugin-registry": {
      "repo": "dshplugin-app/dsh-plugin-registry",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agentmonitor": {
      "repo": "Qianrushixiaobai/dsh-agentmonitor",
      "version": "1.0.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-bull-bear": {
      "repo": "potoior/dsh-bull-bear",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-cost": {
      "repo": "WFMinerva/dsh-turn-cost",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@w2112515/dsh-remote-host": {
      "repo": "w2112515/dsh-remote-host",
      "version": "0.1.0",
      "requires": [
        "react",
        "qrcode/lib/browser.js",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "qrcode/lib/browser.js"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "qrcode/lib/browser.js"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "qrcode/lib/browser.js"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-chat-sync": {
      "repo": "nan1010082085/dsh-chat-sync",
      "version": "0.3.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tyler9061/dsh-auth": {
      "repo": "optttt/dsh-auth",
      "version": "0.1.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-token-cost": {
      "repo": "gdy01/dsh-token-cost",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-diorama": {
      "repo": "ZaVang/dsh-diorama",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-macos-notify": {
      "repo": "CrombastiC/dsh-macos-notify",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-badge": {
      "repo": "mj5809/dsh-peak-badge",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-memory": {
      "repo": "xingyingyuzhui/dsh-agent-memory",
      "version": "0.8.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live2d": {
      "repo": "hacxy/dsh-live2d",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cerrda-theme": {
      "repo": "Cerrda/dsh-cerrda-theme",
      "version": "0.2.0",
      "requires": [
        "react",
        "esm-env"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "esm-env"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "esm-env"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "esm-env"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-ringcentral": {
      "repo": "ringclaw/dsh-ringcentral",
      "version": "0.4.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mini-games": {
      "repo": "aga-j/dsh-mini-games",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zoytown/dsh-rewind": {
      "repo": "zoyluoblue/deepseek-harness-rewind",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-observe": {
      "repo": "dsh-plugin-evaluation/dsh-agent-observe",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-updater": {
      "repo": "onewilk/dsh-updater",
      "version": "1.0.22",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notify-hub": {
      "repo": "wumu-366/dsh-notify",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-sync": {
      "repo": "nan1010082085/dsh-mcp-sync",
      "version": "0.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-failure-lens": {
      "repo": "ArmyWas/dsh-failure-lens",
      "version": "0.3.0",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-gateway": {
      "repo": "a792883583/dsh-message-gateway",
      "version": "0.1.33",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-liquid-glass-ui": {
      "repo": "xiaoxianasd/dsh-liquid-glass-ui",
      "version": "0.2.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar-cdp-browser": {
      "repo": "chendefine/dsh-sidebar-cdp-browser",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-duwg": {
      "repo": "Yolotd/dsh-plugin-duwg",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-poker": {
      "repo": "Raybbish/dsh-poker-plugin",
      "version": "0.1.8",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-accents": {
      "repo": "YaoaY/dsh-conversation-accents",
      "version": "0.1.0-alpha.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-scenery-background": {
      "repo": "soslowsnail/dsh-scenery-background",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zoytown/dsh-replay": {
      "repo": "zoyluoblue/deepseek-harness-replay",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijian-ui/dsh-term": {
      "repo": "lijian-ui/dsh-term",
      "version": "0.3.2",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-dashboard": {
      "repo": "Sombrer0-1/dsh-git-dashboard",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dev-crew": {
      "repo": "ivanon/dsh-dev-crew",
      "version": "0.1.12",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@areoneplayer/dsh-feishu-bot": {
      "repo": "wangsan71/DSh-feishu-bot",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar-balance": {
      "repo": "zhouchengke2046/dsh-sidebar-balance",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-elf": {
      "repo": "winditer/dsh-elf",
      "version": "2.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ttmouse/dsh-chat-history": {
      "repo": "ttmouse/dsh-chat-history",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-upload-button": {
      "repo": "victorytianyi-dev/dsh-upload-button",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-attachment"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "conditional",
          "conditional": [
            "@deepseek-ai/dsh-client-ui-attachment"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "conditional",
          "conditional": [
            "@deepseek-ai/dsh-client-ui-attachment"
          ]
        }
      },
      "verdict": {
        "cls": "ok",
        "conditional": [
          "0.1.0-rc.8",
          "0.1.1-rc.1",
          "0.1.1-rc.2",
          "0.1.2-alpha.2",
          "0.1.2-alpha.3",
          "0.1.2-alpha.4",
          "0.1.2-alpha.5",
          "0.1.2-rc.1",
          "0.1.3-alpha.2",
          "0.1.5-alpha.1",
          "0.1.5-alpha.2",
          "0.1.5-rc.1"
        ],
        "total": 17
      }
    },
    "@lijian-ui/dsh-file-manager": {
      "repo": "lijian-ui/dsh-file-manager",
      "version": "0.2.4",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@wannanbigpig/dsh-usage-stats": {
      "repo": "wannanbigpig/dsh-usage-stats",
      "version": "0.4.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@gelomen/glm-vision-plugin": {
      "repo": "Gelomen/glm-vision-plugin",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@eric.wen/dsh-sight": {
      "repo": "ericfetch/dsh-sight",
      "version": "0.1.13",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-browser": {
      "repo": "charleswin7/dsh-skill-browser",
      "version": "1.6.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-new-ui": {
      "repo": "Developerprit/dsh-new-ui",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wanghailong0419/dsh-toolkit": {
      "repo": "LongSir0419/dsh-toolkit",
      "version": "0.1.10",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@wanghailong0419/dsh-git-branch-manage",
        "@wanghailong0419/dsh-mcp-manager",
        "@wanghailong0419/dsh-skill-manager"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@wanghailong0419/dsh-mcp-manager"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@wanghailong0419/dsh-mcp-manager"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@wanghailong0419/dsh-mcp-manager"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-ai-brief": {
      "repo": "bozhang1214/dsh-ai-brief",
      "version": "0.5.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-blast-radius": {
      "repo": "haoku123/dsh-blast-radius",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-backup": {
      "repo": "a903067276-rgb/dsh-backup",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@javierni/balance-show": {
      "repo": "JavierNier/balance-show",
      "version": "0.3.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-automation-center": {
      "repo": "usersx/dsh-automation-center",
      "version": "0.1.0-alpha.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-locale-ru": {
      "repo": "imdeniil/dsh-locale-ru",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "toto-the-cat": {
      "repo": "ZutoMayoo/totoTheCat",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-filemenu": {
      "repo": "ltsone9/dsh-filemenu",
      "version": "1.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sandbox-allowlist": {
      "repo": "developerdh/dsh-sandbox-allowlist",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wanghailong0419/dsh-skill-manager": {
      "repo": "LongSir0419/dsh-skill-manager",
      "version": "0.1.4",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-shared-pool": {
      "repo": "502399493zjw-lgtm/dsh-codex-shared-pool",
      "version": "0.1.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dong-victor/dsh-mcphub": {
      "repo": "dong-victor/dsh-mcphub",
      "version": "0.1.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@liyuk/dsh-quota-router": {
      "repo": "Liyuk/dsh-quota-router",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-qqchat": {
      "repo": "Coffeiz/dsh-qqchat",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-enhance": {
      "repo": "Tinger-X/dsh-session-enhance",
      "version": "0.3.0",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/cordis"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@artificialnotimbecile/dsh-remote-runtime": {
      "repo": "ArtificialNotImbecile/dsh-remote-runtime",
      "version": "0.1.2",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@pengpeng6845/dsh-balance": {
      "repo": "PengPeng6845/dsh-balance",
      "version": "0.8.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chime-alerts": {
      "repo": "nienieai/dsh-chime-alerts",
      "version": "0.5.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-daoing-memory": {
      "repo": "daoing/dsh-daoing-memory",
      "version": "0.1.20",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@runcross/dsh-simple-background": {
      "repo": "RunCross/dsh-simple-background",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@pepsi-ai/dsh-plugin-session-delete": {
      "repo": "pepsi-ai/dsh-session-delete",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@moon16u/dsh-pouch": {
      "repo": "moon16u/dsh-pouch",
      "version": "0.4.1",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-elegent-balance-tracker": {
      "repo": "X-avier-W/dsh-elegent-balance-tracker",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-audio-copilot": {
      "repo": "ai-yucheng/dsh-audio-copilot",
      "version": "0.4.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-review-plugin": {
      "repo": "Xinlong-Wu/dsh-auto-review",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-image-tools": {
      "repo": "Pasumao/dsh-plugin-image-tools",
      "version": "0.6.7",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-token-usage": {
      "repo": "lovedheart/dsh-plugin-token-usage",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-toggle-manager": {
      "repo": "Loopiplusplus/dsh-plugin-toggle-manager",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lovstudio/dsh-better-restart": {
      "repo": "lovstudio/dsh-better-restart",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@edwardhamu/dsh-glassmorphism-theme": {
      "repo": "EdwardHamu/dsh-glassmorphism-theme",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-controller": {
      "repo": "jadehare/dsh-model-controller",
      "version": "0.1.0-rc.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-agent-hub": {
      "repo": "jax629321/dsh-agent-hub",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-celebration": {
      "repo": "kob-repo/dsh-whale-celebration",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yukari316/dsh-toolcall-compat": {
      "repo": "Yukari316/dsh-toolcall-compat",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-manager-lite": {
      "repo": "ShanHaiFish/dsh-plugin-manager-lite",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hjj345345/dsh-sm-context-piano": {
      "repo": "hjj345/dsh-sm-context-piano",
      "version": "1.2.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jiangdaoli/dsh-skills-manager": {
      "repo": "Jiangdl0220/dsh-skills-manager",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-settings-icons": {
      "repo": "suntianc/dsh-ui-settings-icons",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/dsh-client-ui-slots",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@alpacachen/dsh-simple-worktree": {
      "repo": "alpacachen/dsh-worktree",
      "version": "1.0.13",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-experience-plugin": {
      "repo": "SouleyMoni1/dsh-experience-plugin",
      "version": "0.7.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@chenhw7/dsh-memory": {
      "repo": "chenhw7/dsh-memory",
      "version": "0.9.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-ui-liteglass": {
      "repo": "mumuer1024/dsh-ui-liteglass",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-table-zoom": {
      "repo": "Pasumao/dsh-plugin-table-zoom",
      "version": "0.3.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-speech-input": {
      "repo": "liznee/dsh-speech-input",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-text2img-compress": {
      "repo": "Nigel211/dsh-text2img-compress",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-health": {
      "repo": "oxlyn/dsh-model-health",
      "version": "0.2.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-usage-stats": {
      "repo": "jkStars/dsh-token-usage-stats",
      "version": "0.3.12",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-btw-side": {
      "repo": "kezboardpj/dsh-btw",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dock-media": {
      "repo": "AKS1st/dock-media",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plug-mcp": {
      "repo": "Casually/dsh-plug-mcp",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijian-ui/dsh-skill-manage": {
      "repo": "lijian-ui/dsh-skill-manage",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plug-skills": {
      "repo": "Casually/dsh-plug-skills",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mengli114/dsh-image-tiler": {
      "repo": "meng-114/dsh-image-tiler",
      "version": "0.2.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-display": {
      "repo": "deluo/dsh-usage-display",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-composer-image-tools": {
      "repo": "ai-yucheng/dsh-composer-image-tools",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-keyring": {
      "repo": "re-ITRT/dsh-keyring",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-atlas": {
      "repo": "sumarilkkxx/dsh-atlas",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-collection": {
      "repo": "NonchalantLudens/dsh-skin-collection",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dragview": {
      "repo": "anzhaohao/DragView",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-done": {
      "repo": "mba1398/dsh-done",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-better-locale": {
      "repo": "HuanLinOTO/dsh-plugin-better-locale",
      "version": "0.3.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rhine-theme": {
      "repo": "mjn96/dsh-rhine-theme",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-zhipu_plan_tools": {
      "repo": "magian1127/deepseek-harness-zhipu_plan_tools",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kolmopdf/dsh-zpdf": {
      "repo": "komoai2026/dsh-zpdf",
      "version": "1.0.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-danus": {
      "repo": "Fisfzy/dsh-danus",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cubox": {
      "repo": "zhengjy01/dsh-cubox",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijian-ui/dsh-schedule-view": {
      "repo": "lijian-ui/dsh-schedule-view",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "fs"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "fs"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "fs"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "fs"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-openrouter-provider-advisor": {
      "repo": "xuan666-lab/dsh-openrouter-provider-advisor",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-collapsible-models": {
      "repo": "ZhenXifu/dsh-collapsible-models",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huangzhaoyu/dsh-trashbin": {
      "repo": "SUJIElearning/dsh-trashbin",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cortex": {
      "repo": "iguowz/dsh-cortex",
      "version": "0.2.2",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-devpanel": {
      "repo": "lispking/dsh-devpanel",
      "version": "0.1.4",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@pengls/dsh-quick-view": {
      "repo": "pengls/dsh-quick-view",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-nlbi": {
      "repo": "1byteone/dsh-plugin-nlbi",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "collaborative-emergent-intelligence": {
      "repo": "hanshanxue83/collaborative-emergent-intelligence",
      "version": "1.0.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mindmap": {
      "repo": "guhanfei-ai/dsh-mindmap",
      "version": "0.10.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-tools": {
      "repo": "Unintendedz/dsh-session-tools",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-peak-indicator": {
      "repo": "DDA-DIGITAL/dsh-deepseek-peak-indicator",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-autoupdate": {
      "repo": "lc23313/dsh-autoupdate",
      "version": "1.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xfqz86/dsh-usage-stats": {
      "repo": "xfqz86/dsh-usage-stats",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huangzhaoyu/zhaoyu-restart": {
      "repo": "SUJIElearning/zhaoyu-restart",
      "version": "1.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sightline": {
      "repo": "Charlie-Wang-03/dsh-sightline",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijinhao315/dsh-question-index": {
      "repo": "lijinhao315/dsh-question-index",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-funasr-voice": {
      "repo": "fenglin-ai/dsh-funasr-voice",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wanghailong0419/dsh-git-branch-manage": {
      "repo": "LongSir0419/dsh-git-branch-manage",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@young1lin/dsh-ui-gitworkbench": {
      "repo": "young1lin/dsh-ui-gitworkbench",
      "version": "0.1.17",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mmx": {
      "repo": "crazyma99/dsh-mmx",
      "version": "1.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-health": {
      "repo": "CJL-1995/dsh-session-health",
      "version": "0.6.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deliverables-toggle": {
      "repo": "zheng16965/dsh-deliverables-toggle",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-minimax-usage": {
      "repo": "pan17/dsh-minimax-usage",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-mgr": {
      "repo": "oxlyn/dsh-plugin-mgr",
      "version": "0.2.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ddtcorex/dsh-maestro-mobile": {
      "repo": "ddtcorex/dsh-maestro-mobile",
      "version": "1.3.3",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-activity-pane": {
      "repo": "ccll/dsh-activity-pane",
      "version": "0.7.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-side-chat-plus-plus": {
      "repo": "anzhaohao/dsh-side-chat-plus-plus",
      "version": "0.1.4",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-high-fee-alert": {
      "repo": "GuoFengyu110429/dsh-high-fee-alert",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "wechat-clawbot": {
      "repo": "Alphainfix/wechat-clawbot",
      "version": "0.9.1",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@louchi1984/dsh-auto-update": {
      "repo": "louchi1984-coder/dsh-auto-update",
      "version": "0.2.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-aggregation": {
      "repo": "chendefine/dsh-web-search-aggregation",
      "version": "0.1.10",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-api-pool": {
      "repo": "bainianlaoyao/dsh-llm-api-pool",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knj-menu": {
      "repo": "yangdongzhen590/dsh-knj-menu",
      "version": "2026.9.12",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-explorer": {
      "repo": "Zn-Dk/dsh-session-explorer",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-timeline-plus": {
      "repo": "NIU-001-LIU/dsh-chat-timeline-plus",
      "version": "0.3.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-login-chatgpt": {
      "repo": "jiangliuhong/dsh-gpt-oauth",
      "version": "0.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@casually/dsh-trae-api": {
      "repo": "Casually/dsh-trae-api",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@objectivex666/dsh-settings-search": {
      "repo": "objectivex666/dsh-settings-search",
      "version": "1.9.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-split-view": {
      "repo": "luckybilly/dsh-split-view",
      "version": "0.2.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-ximalaya": {
      "repo": "jerryqx/dsh-ximalaya",
      "version": "0.5.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-desktop-notify": {
      "repo": "crazy-L118/dsh-desktop-notify",
      "version": "1.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-log": {
      "repo": "YupegLV/dsh-chat-log",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multiprovider": {
      "repo": "monotykamary/dsh-multiprovider",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-private-plugins": {
      "repo": "YINGCHAO-98/dsh-private-plugins",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@oh-my-dsh/dsh-accessibility": {
      "repo": "omdsh-dev/dsh-accessibility",
      "version": "0.1.0-beta.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-grok-provider": {
      "repo": "yoshino-xiao7/dsh-grok-provider",
      "version": "1.0.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hzpeng/dsh-lens-rail": {
      "repo": "hzpeng57/dsh-lens-rail",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "search-sieve": {
      "repo": "rangrongg/SearchSieve",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-inline-comments": {
      "repo": "zenvertao/dsh-inline-comments",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zerorigin-studio/dsh-desktop-shell": {
      "repo": "zerorigin-studio/dsh-desktop-shell",
      "version": "0.2.9",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@sharewiner/dsh-model-management": {
      "repo": "sharewiner/dsh-model-management",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ddtcorex/dsh-maestro-config": {
      "repo": "ddtcorex/dsh-maestro-config",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wisdoverse/dsh-inline-media-viewer": {
      "repo": "Wisdoverse/dsh-inline-media-viewer-plugin",
      "version": "1.0.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "relay-dsh-plugin-manager": {
      "repo": "yangbobo2021/relay-dsh-plugin-manager",
      "version": "0.2.6",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@code4lala/dsh-plugin-workspace-path": {
      "repo": "code4lala/dsh-plugin-workspace-path",
      "version": "1.0.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-messenger-gateway": {
      "repo": "GooDAnDReaDY/dsh-messenger-gateway",
      "version": "0.3.14",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-xiaoyuzhou": {
      "repo": "jerryqx/dsh-xiaoyuzhou",
      "version": "0.2.4",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@flowingspring/dsh-voco": {
      "repo": "lgquan/dsh-voco",
      "version": "0.3.13",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@wszhoho/dsh-file-attachment": {
      "repo": "wszhoho/dsh-file-attachment",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ollama-usage": {
      "repo": "SeverusZh/dsh-ollama-usage",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-muv-table": {
      "repo": "chen731215-dev/dsh-muv-table",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-quote": {
      "repo": "Sunday2Mo/dsh-file-quote",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@domitor-syh/dsh-ui-skin-switcher": {
      "repo": "domitor-syh/dsh-ui-skin-switcher",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-johari-cognition-quadrant-dialog-composer": {
      "repo": "cyrus123456/dsh-johari-cognition-quadrant-dialog-composer",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom/client",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lijian-ui/dsh-vision-toggle": {
      "repo": "lijian-ui/dsh-vision-toggle",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skins": {
      "repo": "iasiv5/skins",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-font-plugin": {
      "repo": "wtksana/dsh-font-plugin",
      "version": "1.0.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hjj345345/dsh-sm-version-display": {
      "repo": "hjj345/dsh-sm-version-display",
      "version": "1.2.7",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-mini-dashboard": {
      "repo": "focksor/dsh-plugin-mini-dashboard",
      "version": "0.3.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sidleo3/agent-instructions-plus": {
      "repo": "sidleo/agent-instructions-plus",
      "version": "0.2.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-daily-digest": {
      "repo": "zhaoxuejie/dsh-daily-digest",
      "version": "0.2.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-muv-engine": {
      "repo": "chen731215-dev/dsh-muv-engine",
      "version": "0.3.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-py-codeact": {
      "repo": "CNSeniorious000/dsh-py-codeact",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@czj-git/dsh-plugin-hub": {
      "repo": "czj-git/dsh-plugin-hub",
      "version": "0.4.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-galactic-opera": {
      "repo": "xmnathan/dsh-skin-galactic-opera",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-personalization": {
      "repo": "crazy-L118/dsh-personalization",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ddtcorex/dsh-maestro-supervisor": {
      "repo": "ddtcorex/dsh-maestro-supervisor",
      "version": "0.8.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-version-plugin": {
      "repo": "hotpot-labs/dsh-version-plugin",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@telosmaylx/dsh-session-notify": {
      "repo": "TelosmaYLX/dsh-session-notify",
      "version": "0.1.20",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lamplitisles/kepos-hindsight": {
      "repo": "LamplitIsles/kepos-hindsight",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-pet-plugin": {
      "repo": "dleaf6211-hash/dsh-whale-pet",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-thinking-size": {
      "repo": "focksor/dsh-plugin-thinking-size",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-audiogen": {
      "repo": "shimingming520/dsh-audiogen",
      "version": "0.4.26",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-temp-session": {
      "repo": "DahliaVoid/dsh-temp-session",
      "version": "0.1.3",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory_rollout": {
      "repo": "Bionic-forest/dsh-memory_rollout",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ddtcorex/dsh-maestro-dashboard": {
      "repo": "ddtcorex/dsh-maestro-dashboard",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-zai": {
      "repo": "kenny2077/dsh-web-search-zai",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kimi-subscription": {
      "repo": "BaronCyrus/dsh-kimi-subscription",
      "version": "1.2.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pet": {
      "repo": "levi52/dsh-pet",
      "version": "0.2.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-files-native": {
      "repo": "meyaomiao/dsh-files-native",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-feedback-bridge": {
      "repo": "yx222yx/DSH-Feedback-Bridge",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-nav-dots": {
      "repo": "yuioi666/dsh-conversation-nav-dots",
      "version": "1.0.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lemoncat7/dsh-ssh": {
      "repo": "lemoncat7/dsh-ssh",
      "version": "1.5.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ssh-terminal": {
      "repo": "sunzhyang1616-ui/dsh-ssh-terminal",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/skills-management": {
      "repo": "weibaohui/skills-management",
      "version": "0.6.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "filestab": {
      "repo": "americanjeff/filestab",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-context-milvus": {
      "repo": "bobjia/dsh-context-milvus",
      "version": "0.6.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lrplrplrp/dsh-live2d": {
      "repo": "lrplrplrp/dsh-live2d",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-share": {
      "repo": "chrisx9z/dsh-chat-share",
      "version": "1.3.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-versions": {
      "repo": "shangdi178/dsh-versions",
      "version": "0.5.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ima-copilot": {
      "repo": "onclaw-dev/dsh-ima-copilot",
      "version": "0.2.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ddtcorex/dsh-maestro-sync": {
      "repo": "ddtcorex/dsh-maestro-sync",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-project-brain": {
      "repo": "yj-liuzepeng/dsh-project-brain",
      "version": "0.7.0-beta.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-code-quote": {
      "repo": "hanrr92/dsh-code-quote",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-work-report": {
      "repo": "Elpsycoogroo/dsh-work-report",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-markdown-xyy": {
      "repo": "mengnanxyyyy/dsh-markdown-xyy",
      "version": "2.0.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-data-cleaning-agent": {
      "repo": "duhu2000/dsh-data-cleaning-agent",
      "version": "0.9.4",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-optimizer": {
      "repo": "Snow-ea/dsh-token-optimizer",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-f1-skin": {
      "repo": "frank-fan-818/dsh-f1-skin",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-explorer": {
      "repo": "6pofx/dsh-tool-explorer",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-usage": {
      "repo": "spritebbb/dsh-skill-usage",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-node-time": {
      "repo": "focksor/dsh-plugin-node-time",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-xc": {
      "repo": "xchannel1987/dsh-session-xc",
      "version": "0.8.2",
      "requires": [
        "react",
        "react-dom/client",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yuuz12/dsh-tavily": {
      "repo": "Yuuz12/dsh-tavily",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-stop-service": {
      "repo": "KhaosGx/dsh-stop-service",
      "version": "0.6.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@furayoshi/dsh-widechat": {
      "repo": "FraYoshi/dsh-widechat",
      "version": "0.8.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-security": {
      "repo": "z-y-q/dsh-mcp-security",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-store": {
      "repo": "cxy9204/dsh-skill-store",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-thinking-token-stat": {
      "repo": "Six6stRINgs/dsh-client-ui-thinking-stats",
      "version": "1.0.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wsl-launcher": {
      "repo": "rqzhao1/dsh-wsl-launcher",
      "version": "0.1.10",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "ollama-monitor": {
      "repo": "LouisCanBe/dsh-plugin-ollama-monitor",
      "version": "0.3.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-browser-ctrl": {
      "repo": "crazy-L118/dsh-browser-ctrl",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@anionex/dsh-pinned-sessions": {
      "repo": "Anionex/dsh-pinned-sessions",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@geecraft23/dsh-turn-colors": {
      "repo": "geecraft23/dsh-turn-colors",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@falling-ts/dsh-web-ding": {
      "repo": "falling-ts/dsh-web-ding",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-github-mcp-hint": {
      "repo": "ZIye1208/dsh-github-mcp-hint",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-done-notify": {
      "repo": "Britneycode/dsh-done-notify",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dshtools-sensevoice-input": {
      "repo": "ilovedyou6666-hub/dshtools-sensevoice-input",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kenz1117/dsh-engram": {
      "repo": "kenz1117/dsh-engram",
      "version": "0.6.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-auto-review": {
      "repo": "delef/dsh-plugin-auto-review",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-amphoreus": {
      "repo": "xi-kari/dsh-amphoreus",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@taylorswitiger/dsh-plan-bridge": {
      "repo": "TaylorSwitiger/dsh-plan-bridge",
      "version": "0.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ticker-jp": {
      "repo": "MurasakiIzumi/dsh-ticker-jp",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "modelspoke": {
      "repo": "americanjeff/modelspoke",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jhckevin/dsh-auto-review": {
      "repo": "jhckevin/dsh-auto-review",
      "version": "0.6.2-rc.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-imgdraw": {
      "repo": "NinjaSln-labs/dsh-imgdraw",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mokuyoaxis/dsh-iris": {
      "repo": "mokuyoaxis/dsh-iris",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-code-ui": {
      "repo": "sogoodayo/dsh-code-ui",
      "version": "1.4.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-herald": {
      "repo": "bululuburuarua666/dsh-herald",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@michengai/dsh-btw": {
      "repo": "MichengAI/dsh-btw",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tiddlywiki": {
      "repo": "bbqisbbq/dsh-tiddlywiki",
      "version": "0.17.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-sync": {
      "repo": "weibaohui/dsh-sync",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vault-wall": {
      "repo": "lxwallac/dsh-vault-wall",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-provider-qoder": {
      "repo": "mo-n/dsh-provider-qoder",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lp181818/dsh-vision-plugin": {
      "repo": "bug-huntter/dsh-vision-plugin",
      "version": "1.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-write-protect": {
      "repo": "azazo1/dsh-write-protect",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nath-vikky/dsh-codekin": {
      "repo": "Nath-Vikky/dsh-codekin",
      "version": "0.3.8-rc.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-outlook": {
      "repo": "UnknowCao/dsh-outlook",
      "version": "2.6.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-memory-fortress": {
      "repo": "linshuangb347/dsh-memory-fortress",
      "version": "1.0.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-diff-card": {
      "repo": "WongYuYe/dsh-diff-card",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ballast": {
      "repo": "xswt442-cmd/dsh-ballast",
      "version": "0.2.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-treekeeper": {
      "repo": "xswt442-cmd/dsh-treekeeper",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tmux-cc": {
      "repo": "adrianleb/dsh-tmux-cc",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-self-upgrade": {
      "repo": "raomaiping-hash/dsh-self-upgrade",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-stockmcp": {
      "repo": "StockMCP-net/dsh-stockmcp",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-svw-waveform": {
      "repo": "svcomplex-dev/dsh-svw-waveform",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-open-in": {
      "repo": "NevermindZZT/dsh-open-in",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-pi-plus": {
      "repo": "february2015/dsh-subagent-pi-plus",
      "version": "0.8.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-timeline": {
      "repo": "hhb1028/dsh-client-ui-timeline",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chartlab": {
      "repo": "SMOKTEA/dsh-chartlab",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-notify": {
      "repo": "Ruiming-cn/dsh-turn-notify",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-bots": {
      "repo": "dushaobindoudou/dsh-bots",
      "version": "0.2.47",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-local-hanaccount": {
      "repo": "Z-6354/dsh-local-hanaccount",
      "version": "2.3.11",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-media-guard": {
      "repo": "spyfree/dsh-media-guard",
      "version": "0.1.0-alpha.2",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-provider-balance": {
      "repo": "aka-danielZhang/dsh-provider-balance",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-html": {
      "repo": "quicksandznzn/dsh-session-html",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-pricing": {
      "repo": "Oliver0804/dsh-peak-pricing",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-codex-plus": {
      "repo": "february2015/dsh-subagent-codex-plus",
      "version": "0.8.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skills-hub": {
      "repo": "jasonguide/dsh-skills-hub",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lifeline": {
      "repo": "Physicolor/dsh-lifeline",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-generative-ui": {
      "repo": "CNSeniorious000/dsh-generative-ui",
      "version": "0.0.3",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-console": {
      "repo": "AlexYin-Tongji/dsh-plugin-console",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-settings-hub": {
      "repo": "Amengclass/dsh-settings-hub",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-slots",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-manager": {
      "repo": "Ansonfishing/dsh-model-manager",
      "version": "0.2.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-model-selection/client",
        "@deepseek-ai/dsh-client-ui-settings-models/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-model-setting": {
      "repo": "HiSeax/dsh-better-model-setting",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cloudflare-access": {
      "repo": "Luawig/dsh-cloudflare-access",
      "version": "2.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-search-hub": {
      "repo": "Lzh3070/dsh-search-hub",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-farm": {
      "repo": "MarchLiu/dsh-farm",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-safe-delete": {
      "repo": "NattoCB/dsh-safe-delete",
      "version": "0.2.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-yuque-kb": {
      "repo": "NyaaCaster/dsh-yuque-kb",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepcanary": {
      "repo": "Oscar-Williams/dsh-deepcanary",
      "version": "0.1.1-rc.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@little-traincar/dsh-imagegen": {
      "repo": "little-traincar/dsh-imagegen",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-task-feedback": {
      "repo": "Pudge1996/dsh-task-feedback",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-editor": {
      "repo": "bosinHU/dsh-skill-editor",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ayumedaze/dsh-git": {
      "repo": "ayumedaze/dsh-git",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-theme-macintosh": {
      "repo": "fengb3/dsh-theme-macintosh",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-model-sync": {
      "repo": "GooDAnDReaDY/dsh-model-sync",
      "version": "0.3.10",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jcy2387/dsh-models-input-modalities": {
      "repo": "DamonBao/dsh-models-input-modalities",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quicklook": {
      "repo": "Hoemr/dsh-quicklook",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-archived-conversations": {
      "repo": "leogottadothebest/dsh-plugin-archived-conversations",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-glass-ui-theme": {
      "repo": "lkdxzhxi/dsh-glass-ui-theme",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-better-ux": {
      "repo": "MitsukiJoe/dsh-better-ux",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-router-inline": {
      "repo": "MitsukiJoe/dsh-vision-router-inline",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-explorer-editor": {
      "repo": "oneirictouch/dsh-explorer-editor",
      "version": "0.9.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-panda-calendar": {
      "repo": "runcat-tommy/dsh-panda-calendar",
      "version": "1.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-manager": {
      "repo": "runcat-tommy/dsh-theme-manager",
      "version": "1.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peaktime-clock": {
      "repo": "tingao/dsh-peaktime-clock",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ulabe/dsh-conversation-nav": {
      "repo": "UlaBe/dsh-conversation-nav",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@xgone/dsh-netshell": {
      "repo": "xgone/dsh-netshell",
      "version": "0.6.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@y2zyyr/dsh-model-retry-settings": {
      "repo": "y2zyyr/dsh-model-retry-settings",
      "version": "1.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@y2zyyr/dsh-restart-control": {
      "repo": "y2zyyr/dsh-restart-control",
      "version": "0.1.7",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@yyfather/dsh-balance": {
      "repo": "YYfather/dsh-balance",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-qqbot-panel": {
      "repo": "zhengjy01/dsh-qqbot-panel",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vercel-mcp": {
      "repo": "zhengjy01/dsh-vercel-mcp",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wps": {
      "repo": "zhengjy01/dsh-wps",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "plugin-effort-slider": {
      "repo": "mrSutivu/plugin-effort-slider",
      "version": "1.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pdf-translate": {
      "repo": "l2685209197/dsh-pdf-translate",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "mypet": {
      "repo": "qiqikuaidianpao/mypet",
      "version": "1.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-enhance": {
      "repo": "xjackzenvey/Dsh-UI-Enhance",
      "version": "0.4.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-status": {
      "repo": "weiyuou-chowbus/dsh-git-status",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trellis": {
      "repo": "SajoLuo/dsh-trellis",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-lens/dsh-lens": {
      "repo": "hajimixiaojie/dsh-lens",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quick-replies": {
      "repo": "idoall/dsh-quick-replies",
      "version": "0.1.2",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vision-adapter": {
      "repo": "motongv/dsh-vision-adapter",
      "version": "0.6.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-research-library": {
      "repo": "LKRCharon/dsh-research-library",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dong-victor/dsh-opencodego-usage": {
      "repo": "dong-victor/dsh-opencodego-usage",
      "version": "0.1.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tavily-web-search": {
      "repo": "paul-yangmy/dsh-tavily-web-search",
      "version": "0.6.2",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@samecorner/dsh-git-graph": {
      "repo": "samecorner/dsh-git-graph",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hemo94931/dsh-timeline": {
      "repo": "hemo94931/dsh-timeline",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-plugin-explain": {
      "repo": "2710165659/dsh-web-plugin-explain",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ikonon/dsh-trade-chart": {
      "repo": "ikomom/dsh-trade-chart",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-tools-manager": {
      "repo": "HuanLinOTO/dsh-plugin-tools-manager",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trusted-host-proxy-403-fix": {
      "repo": "roojay/dsh-trusted-host-proxy-403-fix",
      "version": "0.4.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-oauth-newapi": {
      "repo": "hrhgit/dsh-oauth-newapi",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@necokeine/dsh-calendar": {
      "repo": "necokeine/dsh-calendar",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-plugin-judge": {
      "repo": "pengxuding/dsh-plugin-judge",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "openharness-reader": {
      "repo": "zuoguyoupan2023/openharness-reader",
      "version": "0.4.8",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "openharness-reply-in-cn": {
      "repo": "zuoguyoupan2023/openharness-reply-in-cn",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "paper-review": {
      "repo": "louwenbo580/read-paper",
      "version": "2.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "openharness-rule-for-dsh-plugin": {
      "repo": "zuoguyoupan2023/openharness-rule-for-dsh-plugin",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-prompt-tool": {
      "repo": "Czerror/dsh-plugin-prompt-tool",
      "version": "0.7.2",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skill-fuzzy": {
      "repo": "ch1bug/dsh-skill-fuzzy",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ryantzhou/dsh-codex": {
      "repo": "ryanzhou/dsh-codex",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@doebkblcya/dsh-workbench": {
      "repo": "doebkblcya/dsh-workbench",
      "version": "0.1.5",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kill-restart": {
      "repo": "mozhi5795/dsh-kill-restart",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lan-gate": {
      "repo": "maxesisnclaw/dsh-lan-gate",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-usage-dashboard": {
      "repo": "xinmo114514/dsh-usage-dashboard",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-auto-approval": {
      "repo": "SipengXie2024/dsh-auto-approval",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dshindex/dsh-plugin-marketplace": {
      "repo": "lijma/dsh-plugin-marketplace",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notepad": {
      "repo": "43456-awa/dsh-notepad",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ggame/quest": {
      "repo": "gxx950224/quest",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-setting": {
      "repo": "belowthetree/dsh-mcp-setting",
      "version": "0.1.3",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@uachar/dsh-ui-chime": {
      "repo": "uAcharGG/dsh-ui-chime",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dshd/dsh-usage": {
      "repo": "Ackow/dsh-usage",
      "version": "0.2.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wsgsety/dsh-plugin-manager": {
      "repo": "WSGsety/dsh-plugin-manager",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-path": {
      "repo": "dkjsiogu/dsh-file-path",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kitt-voice": {
      "repo": "kittcat-lab/dsh-kitt-voice",
      "version": "1.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt-boost": {
      "repo": "060625dfy/dsh-prompt-boost",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-custom-header": {
      "repo": "Asaiuta/dsh-custom-header",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rewind": {
      "repo": "ddll8023/dsh-rewind",
      "version": "0.11.12",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "fexp-file-explorer": {
      "repo": "ShanHaiFish/fexp-file-explorer",
      "version": "1.6.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-kgraph-plugin": {
      "repo": "lzhphantom/kgraph-plugin",
      "version": "0.3.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dong-victor/dsh-better-sidebar-jupyter": {
      "repo": "dong-victor/dsh-better-sidebar-jupyter",
      "version": "0.2.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@omdsh-plugins/omdsh-chatmode": {
      "repo": "omdsh-plugins/omdsh-chatmode",
      "version": "0.2.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-plugin-quota": {
      "repo": "ArvenWang/dsh-plugin-quota",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@omdsh-plugins/omdsh-codemode": {
      "repo": "omdsh-plugins/omdsh-codemode",
      "version": "0.2.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-request-flight-recorder": {
      "repo": "abinzhao/dsh-request-flight-recorder",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jackeywilder/dsh-file-picker": {
      "repo": "JackeyWilder/dsh-file-picker",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plus": {
      "repo": "nanbbb/dsh-plus",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@omdsh-plugins/omdsh-plughub": {
      "repo": "omdsh-plugins/omdsh-plughub",
      "version": "0.2.7",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hunterchcl/dsh-usage-meter": {
      "repo": "HunterCHCL/dsh-usage-meter",
      "version": "1.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wahu/dsh-mobile": {
      "repo": "ZSLsherly/DSH-remote-console",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-admin": {
      "repo": "robin758/dsh-session-admin",
      "version": "0.1.3",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-prune": {
      "repo": "Octo-o-o-o/dsh-plugin-prune",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trail-plugin": {
      "repo": "MemoryIt/dsh-trail-plugin",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-links": {
      "repo": "wmglimpser-hash/dsh-file-links",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-thrum": {
      "repo": "lhf6623/dsh-thrum",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lan": {
      "repo": "SparkWeiyang/dsh-lan",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-siliconflow-vision": {
      "repo": "ShiXiangYu2/dsh-siliconflow-vision",
      "version": "1.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-hot-toggle": {
      "repo": "5102a/dsh-plugin-hot-toggle",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@opensquad/dsh-voice-input": {
      "repo": "opensquad-ai/dsh-voice-input",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-mixxed/dsh-client-ui-filesystem-manager": {
      "repo": "dsh-mixxed/dsh-client-ui-filesystem-manager",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "seek-on-dsh": {
      "repo": "Win-Hao/seek-on-dsh",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rtk": {
      "repo": "dd2673/dsh-rtk",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-weather-plugin": {
      "repo": "shenmy-git/dsh-weather-plugin",
      "version": "1.0.0",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vscode-shell": {
      "repo": "lonebone/dsh-vscode-shell",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@nacocx/dsh-ui-context-menu": {
      "repo": "Nacocx/dsh-ui-context-menu",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wangyong1972/dsh-quota-dashboard": {
      "repo": "wangyong1972/dsh-quota-dashboard",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fonlan/dsh-model-router": {
      "repo": "fonlan/dsh-model-router",
      "version": "0.3.5",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mishiqian/lan-im": {
      "repo": "mishiqian/lan-im",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-see-world": {
      "repo": "windygo123/dsh-see-world",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-focus": {
      "repo": "supergameboy/dsh-chat-focus",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-mcp-servers": {
      "repo": "meltartica/dsh-mcp-servers",
      "version": "1.260817.11",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-uploader": {
      "repo": "kamilhzn/dsh-file-upload",
      "version": "0.2.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-node-repl": {
      "repo": "idkidknow/dsh-node-repl",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image": {
      "repo": "uckkk/dsh-image",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live-talk": {
      "repo": "eddiehuang227-source/live-talk",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@woyeshishen/dsh-restart-backend": {
      "repo": "woyeshishen/dsh-restart-backend",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@cheramvb/dsh-desktop": {
      "repo": "cheramvb/dsh-desktop",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-jump": {
      "repo": "TiChuXiXi/dsh-message-jump",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-confirm": {
      "repo": "hfh1999/dsh-file-confirm",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-emoji-wallet": {
      "repo": "ankesu/dsh-emoji-wallet",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-reach": {
      "repo": "PerryLink/dsh-reach",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-image": {
      "repo": "Niobium-41-nb/dsh-chat-image",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yoyoyoake/dsh-token-plan-monitor": {
      "repo": "YOYOYOAKE/dsh-token-plan-monitor",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-map": {
      "repo": "ChiYuKe/dsh-message-map",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-simpletex-ocr": {
      "repo": "Huoer9527/dsh-simpletex-ocr",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@winterchenhuan/dsh-shadow-mind": {
      "repo": "winterhuan/dsh-shadow-mind",
      "version": "0.1.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sidleo3/skill-filesystem-plus": {
      "repo": "sidleo/skill-filesystem-plus",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-avoidance": {
      "repo": "yuzuki-natsumi/dsh-peak-avoidance",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-select": {
      "repo": "light-only/dsh-codex-select",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xiaosenho/dsh-plugin-remote-access": {
      "repo": "xiaosenho/dsh-plugin-remote-access",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quota-hub": {
      "repo": "penguin-oo/dsh-quota-hub",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-quota-status": {
      "repo": "ruby1304/dsh-quota-status",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-remote": {
      "repo": "siberiah2o/dsh-plugin-remote",
      "version": "0.5.12",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-devlaunch": {
      "repo": "cloader/dsh-devlaunch",
      "version": "0.3.0",
      "requires": [
        "react-dom/client",
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-config-form": {
      "repo": "begonia599/dsh-config-form",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-mindsee": {
      "repo": "123cdxcc/dsh-mindsee",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-function-plot": {
      "repo": "kirineko/dsh-function-plot",
      "version": "0.1.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@qqqw114/dsh-effort-slider": {
      "repo": "QQQW114/dsh-effort-slider",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mchose-battery": {
      "repo": "Fransice/dsh-mchose-battery",
      "version": "1.0.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-desktop": {
      "repo": "Quan-Robin/dsh-plugin-desktop",
      "version": "2.0.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-managed-approval": {
      "repo": "jalllychun/dsh-managed-approval",
      "version": "0.4.0-beta.5",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trellis-dashboard": {
      "repo": "QianziTech/dsh-trellis-dashboard",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-point": {
      "repo": "guix4ever/dsh-point",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kksw/dsh-my-files": {
      "repo": "kksw1024/dsh-my-files",
      "version": "1.0.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-session-sight": {
      "repo": "Yidien/dsh-session-sight",
      "version": "0.2.8",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-mobile": {
      "repo": "raomaiping-hash/dsh-client-ui-mobile",
      "version": "0.1.9",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-usage-guard": {
      "repo": "GooDAnDReaDY/dsh-usage-guard",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kongjianguan/dsh-tokstat": {
      "repo": "kongjianguan/dsh-tokstat",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-local-file-upload": {
      "repo": "zhangbo1201/dsh-file-upload",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dshwiki-plugin": {
      "repo": "ai798-Lab/dshwiki-plugin",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-git-status": {
      "repo": "jdz321/dsh-plugin-git-status",
      "version": "0.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-qr-button": {
      "repo": "huaxiren6/DSH-QrPairing",
      "version": "0.2.7",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fonlan/dsh-apply-patch": {
      "repo": "fonlan/dsh-apply-patch",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fonlan/dsh-model-parameters": {
      "repo": "fonlan/dsh-model-parameters",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@trujaycc/dsh-ui-easyfold": {
      "repo": "MrTrujay/dsh-ui-easyfold",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhuyh-sai7n/dsh-plugin-manager": {
      "repo": "sorry123maker/dsh-plugin-manager",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-okf": {
      "repo": "1-CellBio/dsh-okf",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-runtime-nutrition-label": {
      "repo": "biubiukam/dsh-runtime-nutrition-label",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhinian558/dsh-translator": {
      "repo": "zhinian558/dsh-translator",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jiesou/dsh-timeout-auto-reject": {
      "repo": "jiesou/dsh-timeout-auto-reject",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-multi-user": {
      "repo": "nabin-qq273274877/dsh-multi-user",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nanmicoder/dsh-agent-teams": {
      "repo": "jypjypjypjyp/dsh-agent-teams",
      "version": "0.1.15",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zaimokuza/dsh-theme-library": {
      "repo": "zaimokuza-yoshiteru/dsh-theme-library",
      "version": "0.3.0",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-mermaid-zoom": {
      "repo": "evanfang0054/dsh-mermaid-zoom",
      "version": "1.0.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-openai-codex": {
      "repo": "auggie246/dsh-llm-openai-codex",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-input-enhancer": {
      "repo": "qiqiangvae/dsh-input-enhancer",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@eave_bounty/dsh-graph-usage": {
      "repo": "EaveBounty/dsh-plugin-graph",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@feiyang666/dsh-mobile-remote": {
      "repo": "feiyang-dev/dsh-mobile-remote",
      "version": "1.7.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-plugin-reasoning-effort": {
      "repo": "LanQin996/dsh-reasoning",
      "version": "0.1.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-share-page": {
      "repo": "huazhiliange/dsh-share-page",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-long-plugins": {
      "repo": "jackylong1987/dsh-long-plugins",
      "version": "3.0.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@stars-w/dsh-parallel-pool": {
      "repo": "wyStars/dsh-parallel-pool",
      "version": "0.9.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhongjingwei/dsh-model-retry": {
      "repo": "502399493zjw-lgtm/dsh-model-retry",
      "version": "0.1.0-rc.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-element-inspector": {
      "repo": "muyuanjin/dsh-element-inspector",
      "version": "0.7.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-desktop-automation": {
      "repo": "Junkrat9527/dsh-desktop-automation",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-fold": {
      "repo": "502399493zjw-lgtm/dsh-chat-fold",
      "version": "0.1.0-rc.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zaalipro/dsh-workflows": {
      "repo": "zaalipro/dsh-workflows",
      "version": "0.1.0-rc.3",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-input-history": {
      "repo": "HuanLinOTO/dsh-plugin-input-history",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-git-conventions": {
      "repo": "CN-WenYu/dsh-git-conventions",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-more": {
      "repo": "SodaZheng/dsh-more",
      "version": "0.0.5",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-hotplug": {
      "repo": "zhangnan/dsh-plugin-hotplug",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "source-code-mgmt": {
      "repo": "Zhucy123/source-code-mgmt",
      "version": "1.21.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-alpha": {
      "repo": "songofhawk/dsh-alpha",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mutocenew/dsh-plugin-catalog": {
      "repo": "wemio/dsh-plugin-catalog",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zzdream67/dsh-vision-bridge": {
      "repo": "zzdream67/dsh-vision-bridge",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-worktree": {
      "repo": "limoiie/dsh-plugin-worktree",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-search": {
      "repo": "HeathHe/dsh-model-search",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/cordis",
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsw-workshop-plugin": {
      "repo": "Liaominduyh/GitHub-dsh-plugin-market",
      "version": "2.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agnes": {
      "repo": "chaoliu615/dsh-agnes",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-activity": {
      "repo": "kaixinbaba/dsh-session-activity",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-conversation-toc": {
      "repo": "twelvecarbon/dsh-conversation-toc",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yeqingtang/dsh-task-watcher-plugin": {
      "repo": "YeqingTang/dsh-task-watcher-plugin",
      "version": "0.5.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-weave": {
      "repo": "baixianger/dsh-weave",
      "version": "0.1.0-rc.15",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencodex-usage": {
      "repo": "Walvez/dsh-opencodex-usage",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-espanol": {
      "repo": "mscnegocio-del/dsh-espanol",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-sidebar-brand-text": {
      "repo": "HuanLinOTO/dsh-plugin-sidebar-brand-text",
      "version": "0.5.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@greenonion/dsh-remote-access": {
      "repo": "bluelightgit/dsh-remote-access",
      "version": "0.2.0",
      "requires": [
        "@deepseek-ai/dsh-client-ui-slots",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "plane-dsh-plugin": {
      "repo": "Bene-2020/plane-dsh-plugin",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xianminglf/plugin-manager": {
      "repo": "XianmingLF/xmlf-plugin-manager",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-favicon-status": {
      "repo": "bf185003/dsh-favicon-status",
      "version": "0.1.0-rc.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt-customizer": {
      "repo": "DreamsTOF/dsh-prompt-customizer",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom/client",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-rembg": {
      "repo": "mengruoa/dsh-rembg",
      "version": "0.1.15",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@nay-1/dsh-skill-manage": {
      "repo": "Nay-1/dsh-skill-manage",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepseek-usage-monitor": {
      "repo": "KamChiHei/dsh-deepseek-usage-monitor",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lastplayer82/dsh-tanqi": {
      "repo": "lastplayer82/dsh-tanqi",
      "version": "0.2.0",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dsh-plugin/dsh-network-settings": {
      "repo": "dsh-plugins/dsh-network-settings",
      "version": "1.1.2",
      "requires": [
        "react",
        "@dsh-plugin/dsh-loader/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lemoncat7/dsh-remote-settings-compat": {
      "repo": "lemoncat7/dsh-remote-settings-compat",
      "version": "0.5.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-connection"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@necokeine/dsh-git": {
      "repo": "necokeine/dsh-git",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-quote-selection": {
      "repo": "lianginx/dsh-quote-selection",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-center": {
      "repo": "Tieboyh/dsh-usage-center",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mindmap-chat": {
      "repo": "DeepVite/dsh-mindmap-chat",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-my-favorites": {
      "repo": "qiqiangvae/dsh-my-favorites",
      "version": "0.5.3",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-model-selector": {
      "repo": "DeepVite/dsh-model-selector",
      "version": "0.5.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wangjunjian/dsh-github-trending": {
      "repo": "wang-junjian/dsh-github-trending",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-extension": {
      "repo": "lovezi0/dsh-model-extension",
      "version": "1.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-commandcode-usage-monitor": {
      "repo": "XingPeng-Pixel/dsh-commandcode-usage",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-opencode-go-dashboard": {
      "repo": "12398k/dsh-opencode-go-dashboard",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@yyfather/dsh-token-vault": {
      "repo": "YYfather/dsh-token-vault",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-jump": {
      "repo": "fogmodel/dsh-workspace-jump",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-service-watchdog": {
      "repo": "LucienLL/dsh-service-watchdog",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@chivaskong96/dsh-trafficlight": {
      "repo": "ChivasKong/dsh-trafficlight",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mnemon-gc": {
      "repo": "Zn-Dk/dsh-mnemon-gc",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-md-overlay": {
      "repo": "2017java/dsh-md-overlay",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "doubao-dsh-plugin": {
      "repo": "Practice019/dsh-doubao-plugin",
      "version": "1.0.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-smooth-scroll": {
      "repo": "VinciBeans/dsh-smooth-plugin",
      "version": "0.1.2-rc.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-md-viewer": {
      "repo": "2017java/dsh-md-viewer",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "relay-dsh-plugin-terminal": {
      "repo": "yangbobo2021/relay-dsh-plugin-terminal",
      "version": "0.2.2",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-whale-usage": {
      "repo": "YpipaQ/dsh-whale-usage",
      "version": "0.1.4",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "relay-dsh-plugin-files": {
      "repo": "yangbobo2021/relay-dsh-plugin-files",
      "version": "0.2.2",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zseven-w/dsh-ios": {
      "repo": "Kickstartparty3459/dsh-ios",
      "version": "0.1.0-rc.7",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@mengruo/dsh-vision-toolkit": {
      "repo": "mengruoa/dsh-vision-toolkit",
      "version": "0.1.5",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "relay-dsh-plugin-workbench": {
      "repo": "yangbobo2021/relay-dsh-plugin-workbench",
      "version": "0.2.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-id": {
      "repo": "LucienLL/dsh-session-id",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notes-markdown": {
      "repo": "Tieboyh/dsh-notes-markdown",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-more-models-thinking-level": {
      "repo": "Henta111/dsh-more-models-thinking-level",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-server-admin": {
      "repo": "sunnywangzi/dsh-server-admin",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-model-proxy": {
      "repo": "biyuhao/dsh-model-proxy",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-search-plugin": {
      "repo": "chancoki/dsh-model-search-plugin",
      "version": "1.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-peak-price-panel": {
      "repo": "LucienLL/dsh-peak-price-panel",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-enhancer": {
      "repo": "Tieboyh/dsh-chat-enhancer",
      "version": "0.2.0",
      "requires": [
        "util"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-input-assist": {
      "repo": "honlnk/dsh-input-assist",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-client-ui-selection-add": {
      "repo": "pangzi-club/dsh-client-ui-selection-add",
      "version": "0.1.1-rc.2",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-lego-plugin": {
      "repo": "XIAOke8698/dsh-lego-plugin",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-suggest-reply": {
      "repo": "pick1e-morty/dsh-suggest-reply",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-task-notify": {
      "repo": "ivvan3016/dsh-ui-task-notify",
      "version": "0.1.1",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@asuka1121/dsh-client-ui-elasticsearch": {
      "repo": "SaitoAsuka1121/dsh-client-ui-elasticsearch",
      "version": "0.2.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-memo": {
      "repo": "LucienLL/dsh-session-memo",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@known-mouse/dsh-history-question-nav": {
      "repo": "TropicWiden/dsh-history-question-nav",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-desktop": {
      "repo": "zptalk0221-cpu/dsh-remote-desktop",
      "version": "1.6.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deeppilot": {
      "repo": "Mars-Sea/dsh-deeppilot",
      "version": "0.6.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-suhuang-scroll": {
      "repo": "YZDame/dsh-suhuang-scroll",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fonlan/dsh-quick-commands": {
      "repo": "fonlan/dsh-quick-commands",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-antv-ava": {
      "repo": "HellowVirgil/dsh-antv-ava",
      "version": "0.2.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "ds-hentai": {
      "repo": "lisongxuan/ds-hentai",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-skin-lab": {
      "repo": "soarGuo/dsh-skin-lab",
      "version": "1.0.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vendor-login": {
      "repo": "MochiNek0/dsh-vendor-login",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar-onlyoffice": {
      "repo": "chendefine/dsh-sidebar-onlyoffice",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@max1997/dsh-quick-prompts": {
      "repo": "lcsdg/dsh-quick-prompts",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-plugin": {
      "repo": "lurejewel/dsh-usage-plugin",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hashline-edittool": {
      "repo": "hyperion2144/dsh-hashline-edittool",
      "version": "0.5.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-pass": {
      "repo": "linz919/dsh-web-pass",
      "version": "0.3.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-process-board": {
      "repo": "cyanTao/dsh-process-board",
      "version": "0.2.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@achasoft/dsh-memory": {
      "repo": "navid-kianfar/dsh-memory",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lemoncat7/dsh-web-search": {
      "repo": "lemoncat7/dsh-web-search",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lcthe/dsh-hermes-memory": {
      "repo": "lcthe/dsh-hermes-memory",
      "version": "0.2.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-self-restart": {
      "repo": "NecromanAlbert/dsh-self-restart",
      "version": "0.3.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-alert": {
      "repo": "DeepVite/dsh-alert",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-adaptive-effort": {
      "repo": "imkingjh999/dsh-adaptive-effort",
      "version": "0.3.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workbuddy-ppt": {
      "repo": "SuperstructureJH/dsh-workbuddy-ppt",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@achasoft/dsh-usage-info": {
      "repo": "navid-kianfar/dsh-usage-info",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-normalizer": {
      "repo": "merenguesL/dsh-tool-normalizer",
      "version": "0.4.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-skin-real-madrid": {
      "repo": "alexfengrui/dsh-client-ui-skin-real-madrid",
      "version": "1.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-adb-logcat": {
      "repo": "dxsdyhm/dsh-adb-logcat",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@bananiceee/dsh-zhushou": {
      "repo": "Starlight-bananice/dsh-zhushou",
      "version": "0.0.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-runcat-inventory": {
      "repo": "runcat-tommy/dsh-plugin-runcat-inventory",
      "version": "1.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@rayfalling/dsh-tool-visibility": {
      "repo": "rayfalling/dsh-tool-visibility",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-sidebar": {
      "repo": "Olympianz/dsh-github-sidebar",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trading212": {
      "repo": "Kevoyuan/dsh-trading212",
      "version": "0.7.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-handoff-button": {
      "repo": "whiteS18/dsh-handoff-button",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@xiaobanli/dsh-enterprise-compliance": {
      "repo": "xiaoliang2/enterprise-compliance",
      "version": "1.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-performance-guard": {
      "repo": "qinshige/dsh-performance-guard",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-develop-ui": {
      "repo": "founder987/dsh-dev-ui",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@achasoft/dsh-worktree": {
      "repo": "navid-kianfar/dsh-worktree",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image-viewer": {
      "repo": "WSL043/dsh-image-viewer",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-desktop-companion": {
      "repo": "JiayiXie-jpg/dsh-desktop-pet",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@achasoft/dsh-tasks-manager": {
      "repo": "navid-kianfar/dsh-tasks-manager",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-capabilities": {
      "repo": "bamboostrip/dsh-llm-capabilities",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-messenger": {
      "repo": "syncended/deepseek-harness-messenger",
      "version": "0.14.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dougen/dsh-deepseek-usage": {
      "repo": "dougen/dsh-deepseek-usage",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-pricing": {
      "repo": "ivvan3016/dsh-ui-pricing",
      "version": "0.1.3",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-simple-view": {
      "repo": "hellofuture2068/dsh-simple-view",
      "version": "1.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-get-balance": {
      "repo": "jsoncode/dsh-get-balance",
      "version": "0.1.34",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanghanheng/dsh-ui-turn-rail": {
      "repo": "HenryHwong/dsh-ui-turn-rail",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@achasoft/dsh-advanced-sidebar": {
      "repo": "navid-kianfar/dsh-advanced-sidebar",
      "version": "0.1.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-all-enhance": {
      "repo": "rangdl/dsh-all-enhance",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-copilot": {
      "repo": "HuanLinOTO/dsh-plugin-copilot",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-view-manager": {
      "repo": "runcat-tommy/dsh-view-manager",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-garmin-coach": {
      "repo": "csustyang/dsh-garmin-coach",
      "version": "0.2.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-novel-studio": {
      "repo": "qinpeizhan77/deepseek-harness-novel-studio",
      "version": "3.4.2-beta.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-process-collapse": {
      "repo": "shimingming520/dsh-conversation-process-collapse",
      "version": "0.3.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-siyuan": {
      "repo": "coolgech/dsh-siyuan",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@easytz/dsh-git": {
      "repo": "EasyTZ/dsh-git",
      "version": "0.5.6",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "deepseek-harness-design-md-themes": {
      "repo": "yonglun/deepseek-harness-themes",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-restart-button": {
      "repo": "hadesybil-hub/dsh-restart-button",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-enhancement": {
      "repo": "DobyChao/dsh-workspace-enhancement",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-hover-preview": {
      "repo": "MichaelGong/dsh-session-hover-preview",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@jetecho/dsh-csv-and-image-preview": {
      "repo": "jetecho/dsh-csv-and-image-preview",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-trust-check": {
      "repo": "liuwenji007/dsh-trust-check",
      "version": "0.1.8",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-web-fetch-enhanced": {
      "repo": "Yurzi/dsh-web-fetch-enhanced",
      "version": "0.0.4",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-local-link": {
      "repo": "donoteatme/dsh-local-link",
      "version": "1.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar": {
      "repo": "auggie246/dsh-sidebar",
      "version": "0.5.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-explorer-picker": {
      "repo": "liell/dsh-workspace-explorer-picker",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-vibegap": {
      "repo": "ktao732084-arch/dsh-vibegap",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-sidebar-vscode": {
      "repo": "chendefine/dsh-sidebar-vscode",
      "version": "0.2.8",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@musitoolbox/dsh-remote": {
      "repo": "xiaoxiaohai/dsh-remote",
      "version": "0.4.0-beta.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-serverchan-watchdog": {
      "repo": "MaRi23333/dsh-serverchan-watchdog",
      "version": "0.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "routine-taskboard": {
      "repo": "Amoss-1/routine-taskboard",
      "version": "0.1.10",
      "requires": [
        "react-dom/client",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pr-checks": {
      "repo": "pauloapoloni/dsh-pr-checks",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-remote-deliver": {
      "repo": "demacia1314/dsh-remote-deliver",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lastplayer82/dsh-sticky-notes": {
      "repo": "lastplayer82/dsh-sticky-notes",
      "version": "0.2.5",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-conversation-shortcuts": {
      "repo": "QChengW/dsh-conversation-shortcuts",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-keep-awake": {
      "repo": "bearice/dsh-keep-awake",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-schematic": {
      "repo": "Mason-1011/dsh-schematic",
      "version": "0.6.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@benz-ai-x/dsh-client-ui-session-graph": {
      "repo": "benz-ai-x/dsh-session-graph",
      "version": "0.1.6",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-openrouter-free": {
      "repo": "jiang12345-code/dsh-openrouter-free",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@auggieteo/dsh-output-styles": {
      "repo": "auggie246/dsh-output-styles",
      "version": "0.4.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wisdoverse/dsh-skills-manager": {
      "repo": "Wisdoverse/dsh-skills-manager-plugin",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mermaid-smooth": {
      "repo": "gitByteFree/dsh-mermaid-smooth",
      "version": "0.1.0",
      "requires": [
        "util"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codebuddy-models": {
      "repo": "evlon/dsh-codebuddy-models",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-chat-index": {
      "repo": "Barry-Liu-001/dsh_chat_index",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-matrix-agent": {
      "repo": "evlon/dsh-matrix-agent",
      "version": "0.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tumi-huakai/dsh-plugin-meow-speech": {
      "repo": "tumi-huakai/dsh-plugin-meow-speech",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-uisketch": {
      "repo": "chouyulanxia114514/dsh-uisketch",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ai-wallet": {
      "repo": "gouzijing0821/dsh-ai-wallet",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lovstudio/dsh-plugin-marketplace": {
      "repo": "lovstudio/dsh-plugin-marketplace",
      "version": "0.1.0",
      "requires": [
        "@deepseek-ai/dsh-client-runtime/client",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@alintever/dsh-plugin-autoqueue": {
      "repo": "alin-ever/dsh-plugin-autoqueue",
      "version": "0.3.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sleev": {
      "repo": "xarleyn/dsh-sleev",
      "version": "0.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "@auggieteo/dsh-synthetic-web-search": {
      "repo": "auggie246/dsh-synthetic-web-search",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-typelens": {
      "repo": "fantasyce/dsh-typelens",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@easytz/dsh-reveal-explorer": {
      "repo": "EasyTZ/dsh-reveal-explorer",
      "version": "0.2.4",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sharelights/dsh-typing-insight": {
      "repo": "SYeShare/dsh-typing-insight",
      "version": "1.0.0-rc.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-code-collector": {
      "repo": "bycall/dsh-code-collector",
      "version": "0.3.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@easytz/dsh-terminal-panel": {
      "repo": "EasyTZ/dsh-terminal-panel",
      "version": "0.2.7",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@dopilot/dsh-plugin-image-gen": {
      "repo": "tuofangzhe/dsh-plugin-image-gen",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-scope": {
      "repo": "xarleyn/dsh-session-scope",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhaozixi/dsh-attention": {
      "repo": "zhaozixi/dsh-attention",
      "version": "0.1.2",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-usage": {
      "repo": "syncended/deepseek-harness-usage",
      "version": "0.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-doc-impact": {
      "repo": "xarleyn/dsh-doc-impact",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@tokenlabai/dsh-provider": {
      "repo": "hedging8563/tokenlab-deepseek-harness-provider",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-live-status": {
      "repo": "felix-lj-ct/dsh-mcp-live-status",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-dictation": {
      "repo": "WSL043/dsh-dictation",
      "version": "0.1.0-beta.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@intsig-xparse/dsh-xparse": {
      "repo": "intsig-textin/dsh-plugin-xparse",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knj-obsidian": {
      "repo": "yangdongzhen590/dsh-knj-obsidian",
      "version": "2026.9.72",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-usage-xc": {
      "repo": "xchannel1987/dsh-token-usage-xc",
      "version": "0.2.23",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-attach-picker": {
      "repo": "qwerty-k-de/dsh-attach-picker",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanghanheng/dsh-ui-billing": {
      "repo": "HenryHwong/dsh-ui-billing",
      "version": "0.2.1",
      "requires": [
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-shell-card-plus": {
      "repo": "antnesswcm/dsh-shell-card-plus",
      "version": "0.3.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-continue": {
      "repo": "weibaohui/dsh-continue",
      "version": "0.3.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-fixed-new-session-model": {
      "repo": "chenyangcun/dsh-fixed-new-session-model",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-brick": {
      "repo": "ShanHaiFish/dsh-theme-brick",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-yeelight-smart-home": {
      "repo": "Yeelight/dsh-yeelight-smart-home",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lovstudio/dsh-account-balance": {
      "repo": "lovstudio/dsh-account-balance",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hpyperry/dsh-cajita": {
      "repo": "hpyperry/dsh-cajita",
      "version": "0.1.5",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-workspace-memory": {
      "repo": "luyy9apples/dsh-workspace-memory",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-command-palette": {
      "repo": "chenyangcun/dsh-command-palette",
      "version": "0.1.5",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-kimi": {
      "repo": "kenny2077/dsh-web-kimi",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-locale-zh-tw": {
      "repo": "wangsan71/dsh-locale-zh-tw",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workflow-designer": {
      "repo": "onclaw-dev/dsh-workflow-designer",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@kagurazakayashi/dsh-startup-command": {
      "repo": "kagurazakayashi/dsh-startup-command",
      "version": "1.0.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@eduwork/dsh-oidc": {
      "repo": "freedomkk-qfeng/dsh-oidc",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-host-router": {
      "repo": "Yidien/dsh-host-router",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ash-qw/dsh-theme-prts": {
      "repo": "ash-qw/dsh-theme-prts",
      "version": "0.1.96",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-voice-announcer": {
      "repo": "flashyiyi/dsh-voice-announcer",
      "version": "0.1.10",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@syncended/dsh-browser-use": {
      "repo": "syncended/deepseek-harness-browser-use",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-continue": {
      "repo": "zhoujianbin/dsh-codex-continue",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-suggest-ghost": {
      "repo": "WuJiaoJue/dsh-suggest-ghost",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knj-session-management": {
      "repo": "yangdongzhen590/dsh-knj-session-management",
      "version": "2026.9.13",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-outputs-reader": {
      "repo": "HiSeax/dsh-agent-outputs-reader",
      "version": "0.2.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lamplitisles/kepos-speech": {
      "repo": "LamplitIsles/kepos-speech",
      "version": "0.2.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knj-prompts": {
      "repo": "yangdongzhen590/dsh-knj-prompts",
      "version": "2026.9.72",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-quickfill": {
      "repo": "feihe027/dsh-client-ui-quickfill",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agentnoodle": {
      "repo": "bigharm/dsh-agentnoodle",
      "version": "0.1.14",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-power-xc": {
      "repo": "xchannel1987/dsh-power-xc",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lovstudio/dsh-better-command": {
      "repo": "lovstudio/dsh-better-command",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notifier-plugin": {
      "repo": "hotpot-labs/dsh-notifier-plugin",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-token-heatmap": {
      "repo": "P-CAmilE/dsh-plugin-token-heatmap",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-cloudflare-mcp": {
      "repo": "zhengjy01/dsh-cloudflare-mcp",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "media-preview": {
      "repo": "xiaokaizhou/dsh-media-preview",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-client-ui-session-rerun": {
      "repo": "liuyangdongdong/dsh-session-rerun",
      "version": "0.1.1-rc.8",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-voice": {
      "repo": "doer1296/dsh-plugin-voice",
      "version": "0.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-kanban": {
      "repo": "GooDAnDReaDY/dsh-kanban",
      "version": "0.2.2",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-settings-beautify": {
      "repo": "leogottadothebest/dsh-settings-beautify",
      "version": "0.2.10",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@easytz/dsh-ui-balance": {
      "repo": "EasyTZ/dsh-ui-balance",
      "version": "0.9.0",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lsqeon/dsh-progress": {
      "repo": "lsqace-del/dsh-progress",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-search-enhanced": {
      "repo": "Yurzi/dsh-web-search-enhanced",
      "version": "0.0.4",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plan-and-execute": {
      "repo": "jimmyzhang219/dsh-plan-and-execute",
      "version": "0.5.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-highlight": {
      "repo": "vollegrewar/dsh-tool-highlight",
      "version": "0.2.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/hermes-loop": {
      "repo": "weibaohui/hermes-loop",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wenqi_bian/dsh-dashboard": {
      "repo": "VinciBeans/dsh-dashboard",
      "version": "0.1.2-rc.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-commandcode-usage": {
      "repo": "zouxiaoyang/dsh-commandcode-usage",
      "version": "1.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-control": {
      "repo": "SuCriss/dsh-voice-control",
      "version": "1.0.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-reasoning-ruler": {
      "repo": "zisen123/dsh-reasoning-ruler",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@vibeinging/dsh-session-teams": {
      "repo": "vibeinging/dsh-session-teams",
      "version": "0.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-provider-passport": {
      "repo": "ArmyWas/dsh-provider-passport",
      "version": "0.1.0-preview.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@canary-builds/dsh-mobile-ui": {
      "repo": "Canary-Builds/dsh-mobile-ui",
      "version": "1.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-sidebar-superdoc-docx": {
      "repo": "chendefine/dsh-sidebar-superdoc-docx",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-envelope-highlight": {
      "repo": "flashyiyi/dsh-envelope-highlight",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-runtime/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-runtime/client"
          ]
        }
      },
      "verdict": {
        "cls": "broken-since",
        "since": "0.1.2-alpha.2",
        "okUntil": "0.1.1-rc.2",
        "total": 17
      }
    },
    "dsh-heatmap": {
      "repo": "Olympianz/dsh-heatmap",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile-xc": {
      "repo": "xchannel1987/dsh-mobile-xc",
      "version": "0.5.4",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "@eduwork/dsh-mail": {
      "repo": "freedomkk-qfeng/dsh-mail-assistant",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-distillery": {
      "repo": "Britneycode/dsh-distillery",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-waaagh-ork": {
      "repo": "oopsylol/dsh-waaagh-ork",
      "version": "0.1.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-composer-tokens": {
      "repo": "wbycloud/dsh-composer-tokens",
      "version": "0.1.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-community": {
      "repo": "yoshino-xiao7/dsh-codex",
      "version": "1.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live-room": {
      "repo": "Britneycode/dsh-live-room",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-baize-rules": {
      "repo": "bvcvb/dsh-baize-rules",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@sleetdrop/dsh-plugin-topology": {
      "repo": "sleetdrop/dsh-plugin-topology",
      "version": "0.2.0",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-gpu-pulse": {
      "repo": "zhubaohi/dsh-gpu-pulse",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-settings-ui": {
      "repo": "weibaohui/dsh-settings-ui",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@fufuf-c/dsh-token": {
      "repo": "fufuf-c/dsh-token",
      "version": "0.3.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-llm-multimodal": {
      "repo": "xiaokaizhou/dsh-llm-multimodal",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-elden": {
      "repo": "steven-ngle/dsh-elden",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-output-style": {
      "repo": "null-object-0000/dsh-output-style",
      "version": "0.1.4",
      "requires": [
        "@deepseek-ai/dsh-client-ui-primitives",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-time-machine": {
      "repo": "GooDAnDReaDY/dsh-time-machine",
      "version": "0.1.12",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@bo_wu/dsh-reasoning": {
      "repo": "BoWuGit/dsh-reasoning",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ui-fortifier": {
      "repo": "pgnqukezrdxmhjso/dsh-ui-fortifier",
      "version": "0.1.2",
      "requires": [
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/experts-management": {
      "repo": "weibaohui/experts-management",
      "version": "0.5.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt-history-plugin": {
      "repo": "hotpot-labs/dsh-prompt-history-plugin",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-review-squad": {
      "repo": "luomeii/dsh-review-squad",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@try-works/dsh-righthand": {
      "repo": "try-works/dsh-righthand",
      "version": "0.1.20",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-gitea": {
      "repo": "GooDAnDReaDY/dsh-gitea",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-reverse-proxy-xc": {
      "repo": "xchannel1987/dsh-reverse-proxy-xc",
      "version": "0.1.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@alpacachen/dsh-automation": {
      "repo": "alpacachen/dsh-automation",
      "version": "0.3.16",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-locale/client",
        "@deepseek-ai/dsh-client-ui-layout/client",
        "@deepseek-ai/dsh-client-ui-sidebar/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-smart-reminder": {
      "repo": "a792883583/dsh-smart-reminder",
      "version": "0.1.27",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-tasks": {
      "repo": "weibaohui/dsh-tasks",
      "version": "0.4.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-visualizer-widget": {
      "repo": "lovezi0/dsh-visualizer-widget",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ds-kanban": {
      "repo": "Stijnus/dsh-ds-kanban",
      "version": "0.3.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-store"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-rgb-input-glow": {
      "repo": "zhangyuzhangyu233/dsh-rgb-input-glow",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@arcaneorion/dsh-stage-panel": {
      "repo": "ArcaneOrion/dsh-stage-panel",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-knj-extension-center": {
      "repo": "yangdongzhen590/dsh-knj-extension-center",
      "version": "2026.9.13",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom",
        "stream",
        "buffer",
        "util",
        "events"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "stream",
            "buffer",
            "util",
            "events"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "stream",
            "buffer",
            "util",
            "events"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "stream",
            "buffer",
            "util",
            "events"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-claude-subscription": {
      "repo": "x5427876/dsh-claude-subscription",
      "version": "0.3.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-acid-noir": {
      "repo": "YrracOwl/dsh-theme-acid-noir",
      "version": "0.4.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-doc-rail": {
      "repo": "ShineFree7/dsh-doc-rail",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-recovery-center": {
      "repo": "supery0ung/dsh-recovery-center",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "huayu-yuandian-legal-data": {
      "repo": "yuandian-ailaw/yuandian_dsh_plugin",
      "version": "0.1.5",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-capability-panel": {
      "repo": "pure-craft/dsh-capability-panel",
      "version": "1.1.0",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "@weibaohui/dsh-file-share": {
      "repo": "weibaohui/dsh-file-share",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-ds-ponytail": {
      "repo": "Stijnus/dsh-ds-ponytail",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-autoconfig": {
      "repo": "wangser10032/dsh-model-autoconfig",
      "version": "0.11.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-xiuxian": {
      "repo": "weibaohui/dsh-xiuxian",
      "version": "1.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-theme-cutout-clash": {
      "repo": "YrracOwl/dsh-theme-cutout-clash",
      "version": "0.5.9",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-store",
        "@deepseek-ai/dsh-client-runtime/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-goal": {
      "repo": "GooDAnDReaDY/dsh-goal",
      "version": "0.1.4",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-conductor": {
      "repo": "YrracOwl/dsh-subagent-conductor",
      "version": "0.2.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lemoncat7/dsh-partner": {
      "repo": "lemoncat7/dsh-partner",
      "version": "1.14.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-android-use": {
      "repo": "HuanLinOTO/dsh-plugin-android-use",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-selector": {
      "repo": "jiang12345-code/dsh-agent-selector",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-message-rewrite": {
      "repo": "zouxiaoyang/dsh-message-rewrite",
      "version": "0.1.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "routinekit": {
      "repo": "sjh9714/routinekit",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-preface-context": {
      "repo": "HuanLinOTO/dsh-plugin-preface-context",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-tool-adapt": {
      "repo": "YrracOwl/dsh-tool-adapt",
      "version": "0.2.5",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-flyout-sidebar": {
      "repo": "oxlyn/dsh-flyout-sidebar",
      "version": "0.1.8",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "bgjobs": {
      "repo": "bitsmug/dsh-bgjobs",
      "version": "0.1.72",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-swarm-orchestrator": {
      "repo": "linkbag/dsh-swarm-orchestrator",
      "version": "0.5.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-deepshub": {
      "repo": "01Virex/dsh-deepshub",
      "version": "0.3.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agy-ui": {
      "repo": "Erick0412-dev/dsh-agy-ui",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-flykit": {
      "repo": "flykit-cc/dsh-flykit",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wlv-zedd/dsh-btw-plugin": {
      "repo": "WLV-ZEDD/dsh-btw",
      "version": "1.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@lp181818/web-search-advanced": {
      "repo": "bug-huntter/web-search-advanced",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-discussions-digest": {
      "repo": "kristol07/dsh-discussions-digest",
      "version": "0.4.0",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-feihualing": {
      "repo": "zhaoxuejie/dsh-plugin-feihualing",
      "version": "1.1.3",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-voice-input-qwen-asr": {
      "repo": "jsoncode/dsh-voice-input-qwen-asr",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-task-runner": {
      "repo": "weixshaw/dsh-plugin-task-runner",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@arcaneorion/dsh-model-channel-manager": {
      "repo": "ArcaneOrion/dsh-model-channel-manager",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@luoxunhao/dsh-codex-project": {
      "repo": "luoxunhao/dsh-codex-project",
      "version": "0.11.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-cron": {
      "repo": "GooDAnDReaDY/dsh-cron",
      "version": "0.2.1",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codebuddy-cli": {
      "repo": "fu827707013/dsh-codebuddy-cli",
      "version": "0.1.6",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@canary-builds/dsh-connect": {
      "repo": "Canary-Builds/dhs-connect",
      "version": "0.3.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-single-terminal": {
      "repo": "jsoncode/dsh-single-terminal",
      "version": "0.1.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workbench-ecs": {
      "repo": "nishuoyang/dsh-workbench-ecs",
      "version": "0.3.7",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/context-razor": {
      "repo": "weibaohui/context-razor",
      "version": "0.4.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zhucy123/dsh-update": {
      "repo": "Zhucy123/dsh-update",
      "version": "1.6.3",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-prompts": {
      "repo": "Fayelin12/dsh-workspace-prompts",
      "version": "0.1.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-web-searxng": {
      "repo": "biyuhao/dsh-web-searxng",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mcp-pill": {
      "repo": "YrracOwl/dsh-mcp-pill",
      "version": "0.2.4",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      },
      "hostTransform": true
    },
    "dsh-mcp-oauth-client": {
      "repo": "fangzaozao/dsh-mcp-oauth-client",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-wooden-fish": {
      "repo": "hotpot-labs/dsh-wooden-fish",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-godot-play": {
      "repo": "Pidan-Workshop/dsh-godot-play",
      "version": "0.4.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notify-xc": {
      "repo": "xchannel1987/dsh-notify-xc",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@guojin-ai/dsh-plugin-guard": {
      "repo": "Guojin0826/dsh-plugin-guard",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@softspark/dsh-file-preview": {
      "repo": "softspark/dsh-file-preview",
      "version": "2.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@zaofan/dsh-qqbot": {
      "repo": "gcry13067381632-jpg/dsh-qqbot",
      "version": "1.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-kb": {
      "repo": "weibaohui/dsh-kb",
      "version": "0.5.3",
      "requires": [
        "react",
        "react-dom",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wenqi_bian/dsh-web-search-anysearch": {
      "repo": "VinciBeans/dsh-web-search-anysearch",
      "version": "0.1.2-rc.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@wjj-8283/dsh-temp-workspace": {
      "repo": "wjj-8283/dsh-temp-workspace",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-github-ci": {
      "repo": "knownasmobin/dsh-github-ci",
      "version": "1.0.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@arcaneorion/dsh-model-selector-search": {
      "repo": "ArcaneOrion/dsh-model-selector-search",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@huanlin/dsh-plugin-better-plan": {
      "repo": "HuanLinOTO/dsh-plugin-better-plan",
      "version": "0.4.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-realtimeavatar": {
      "repo": "theinfluencecompany/dsh-realtimeavatar",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-context-compass": {
      "repo": "NinjaSln-labs/dsh-context-compass",
      "version": "0.12.2",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-moa": {
      "repo": "GooDAnDReaDY/dsh-moa",
      "version": "0.2.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-router": {
      "repo": "NinjaSln-labs/dsh-subagent-router",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-live2d-avatar": {
      "repo": "clown139880/dsh-live2d-avatar",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime",
        "node:fs/promises",
        "node:fs",
        "node:os"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "node:os"
          ]
        },
        "0.1.5-rc.1": {
          "status": "broken",
          "missing": [
            "node:os"
          ]
        },
        "0.1.5-alpha.2": {
          "status": "broken",
          "missing": [
            "node:os"
          ]
        }
      },
      "verdict": {
        "cls": "never",
        "total": 17
      }
    },
    "dsh-quote-followup": {
      "repo": "tr1v3r/dsh-quote-followup",
      "version": "0.2.6",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-webgis": {
      "repo": "Mekansm1/DSH-WebGIS",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-version-inventory": {
      "repo": "kristol07/dsh-version-inventory",
      "version": "0.2.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-hud": {
      "repo": "chy007-fun/dsh-token-hud",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/user-management": {
      "repo": "weibaohui/user-management",
      "version": "0.9.0",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-session-control": {
      "repo": "GooDAnDReaDY/dsh-session-control",
      "version": "0.1.2",
      "requires": [
        "@deepseek-ai/cordis",
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-cost-meter": {
      "repo": "GooDAnDReaDY/dsh-cost-meter",
      "version": "0.7.8",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-hmos-emulator": {
      "repo": "momo20012002/dsh-hmos-emulator",
      "version": "0.1.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-shadow-auditor": {
      "repo": "GooDAnDReaDY/dsh-shadow-auditor",
      "version": "0.2.7",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-video-gen": {
      "repo": "oebeliever/dsh-video-gen",
      "version": "0.2.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@hanphone/dsh-a2a": {
      "repo": "HanphoneJan/dsh-a2a",
      "version": "0.3.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-file-explorer-kit": {
      "repo": "ice5kysl/dsh-file-explorer-kit",
      "version": "0.3.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-workspace-kit": {
      "repo": "ice5kysl/dsh-workspace-kit",
      "version": "0.1.4",
      "requires": [
        "@deepseek-ai/dsh-client-store",
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-plugin-context-trim": {
      "repo": "Pasumao/dsh-plugin-context-trim",
      "version": "0.1.3",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-listen-npm": {
      "repo": "jsoncode/dsh-listen-npm",
      "version": "0.1.10",
      "requires": [
        "react",
        "react/jsx-runtime",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@perrylink/dsh-ticktick": {
      "repo": "PerryLink/dsh-ticktick",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-living-memory": {
      "repo": "dearbld/dsh-living-memory",
      "version": "0.2.2",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-adapter-qq": {
      "repo": "jixishi/dsh-adapter-qq",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@goodandready/dsh-clinebot": {
      "repo": "GooDAnDReaDY/dsh-clinebot",
      "version": "0.3.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-insights-kit": {
      "repo": "ice5kysl/dsh-insights-kit",
      "version": "0.9.7",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "request-frame-preview": {
      "repo": "zampie/request-frame-preview",
      "version": "0.1.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-stream-upload": {
      "repo": "roojay/dsh-stream-upload",
      "version": "0.4.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-composer-markdown": {
      "repo": "chendefine/dsh-composer-markdown",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-yorha-ui": {
      "repo": "MrmoLabs/dsh-yorha-ui",
      "version": "0.1.1",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-token-plan-quota": {
      "repo": "xinghe-1018/dsh-token-plan-quota",
      "version": "0.4.6",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-session-robustness": {
      "repo": "bainianlaoyao/dsh-session-robustness",
      "version": "0.1.6",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-usage-widget": {
      "repo": "AHui-Lab/dsh-usage-widget",
      "version": "0.1.2",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-zhipu-toolkit": {
      "repo": "Zn-Dk/dsh-zhipu-toolkit",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-insight-tree": {
      "repo": "xingzhen199186/dsh-insight-tree",
      "version": "0.1.2",
      "requires": [
        "react",
        "react-dom/client",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-venv": {
      "repo": "emuco/dsh-venv",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-codex-subscription-en": {
      "repo": "imMamdouhaboammar/dsh-codex-subscription",
      "version": "1.0.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-prompt-for-me": {
      "repo": "XXXXXQ-0206/dsh-prompt-for-me",
      "version": "0.6.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-pause": {
      "repo": "better-er/dsh-pause",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-mobile-upgrade": {
      "repo": "langyo/dsh-mobile-ui-fix",
      "version": "0.5.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-presets-hidden": {
      "repo": "tkliuxing/dsh-presets-hidden",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-store",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "broken",
          "missing": [
            "@deepseek-ai/dsh-client-store"
          ]
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "supported-since",
        "since": "0.1.2-alpha.2",
        "total": 17
      }
    },
    "dsh-usage-mini": {
      "repo": "teethyachi/dsh-usage-mini",
      "version": "0.2.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-ssh": {
      "repo": "techflag/dsh-plugin-ssh",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-todo-inbox": {
      "repo": "lumoping/dsh-todo-inbox",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-officecli": {
      "repo": "violetdream/dsh-officecli",
      "version": "0.1.1",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-noteboard": {
      "repo": "boogoo619/dsh-noteboard",
      "version": "0.2.1",
      "requires": [
        "react",
        "react-dom",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@linsibin/dsh-task-board": {
      "repo": "linsibin/dsh-task-board",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image-preview": {
      "repo": "tianxia--/Dsh-ImageProview",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-tool-guard": {
      "repo": "zhaoxuejie/dsh-plugin-tool-guard",
      "version": "1.0.0",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-smart-title": {
      "repo": "weibaohui/dsh-smart-title",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@loommii/dsh-input-history": {
      "repo": "loommii/dsh-input-history",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-resume-screening": {
      "repo": "wangzhanchao883/dsh-resume-screening",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-notify-me": {
      "repo": "chromoany/dsh-notify-me",
      "version": "1.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@shawnkung/dsh-balance-monitor": {
      "repo": "ShawnKung/dsh-balance-monitor",
      "version": "0.1.14",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-signal": {
      "repo": "Ricardo-WJP/dsh-signal",
      "version": "0.6.12",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-document-evidence": {
      "repo": "Anduin9527/dsh-document-evidence",
      "version": "0.2.0-beta.9",
      "requires": [
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-draft": {
      "repo": "lalalaleo/dsh-draft",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-agent-pet": {
      "repo": "Noah-wang/dsh-agent-pet",
      "version": "0.3.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-paste-code-block": {
      "repo": "cjm-m/dsh-paste-code-block",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-translator-pro": {
      "repo": "jockiller/dsh-translator",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@weibaohui/dsh-webdav-server": {
      "repo": "weibaohui/dsh-webdav-server",
      "version": "0.1.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react-dom/client"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-todo-board": {
      "repo": "sueqet/dsh-todo-board",
      "version": "0.4.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-turn-fold": {
      "repo": "ruisenbai/dsh-turn-fold",
      "version": "0.5.1",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-subagent-progress": {
      "repo": "edgeseeker7/dsh-subagent-progress",
      "version": "0.3.3",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-geolibre": {
      "repo": "baddying/dsh-geolibre",
      "version": "0.1.0",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-better-workbench": {
      "repo": "omdsh-dev/dsh-better-workbench",
      "version": "0.3.2",
      "requires": [
        "react",
        "react-dom/client",
        "@deepseek-ai/dsh-client-ui-primitives",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@ottttto/dsh-scheduled-send": {
      "repo": "OTTTTTO/dsh-scheduled-send",
      "version": "0.3.9",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-save-session": {
      "repo": "jh1016248/dsh-save-session",
      "version": "0.1.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-cron-scheduler": {
      "repo": "LittleBlackTong/dsh-plugin-cron",
      "version": "0.2.1",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-teams-x": {
      "repo": "Mlte0907/dsh-teams-x",
      "version": "0.2.0",
      "requires": [
        "react/jsx-runtime",
        "react",
        "react-dom"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-log-forwarder": {
      "repo": "zhaoxuejie/dsh-plugin-log-forwarder",
      "version": "1.0.4",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-titlecraft": {
      "repo": "TyrantG/dsh-titlecraft",
      "version": "0.1.0",
      "requires": [
        "react",
        "react/jsx-runtime",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-model-pricing": {
      "repo": "vitas/dsh-model-pricing",
      "version": "0.2.0",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-image-generation": {
      "repo": "whiteS18/dsh-image-generation",
      "version": "0.1.0",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-update-status": {
      "repo": "idoall/dsh-update-status",
      "version": "0.1.1",
      "requires": [
        "react/jsx-runtime",
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-autotier": {
      "repo": "PerryLink/dsh-autotier",
      "version": "0.2.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-unitverse": {
      "repo": "runcat-tommy/dsh-unitverse",
      "version": "1.1.1",
      "requires": [
        "react",
        "react/jsx-runtime"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-files-pane": {
      "repo": "liooil/dsh-files-pane",
      "version": "1.0.1",
      "requires": [
        "react",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-plugin-academic-paper": {
      "repo": "zhaoxuejie/dsh-plugin-academic-paper",
      "version": "0.1.2",
      "requires": [],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "dsh-totp": {
      "repo": "SodaZheng/dsh-totp",
      "version": "0.0.3",
      "requires": [
        "react"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    },
    "@domitor-syh/dsh-rollback": {
      "repo": "domitor-syh/dsh-rollback",
      "version": "0.1.0",
      "requires": [
        "react",
        "react-dom",
        "@deepseek-ai/dsh-client-ui-primitives"
      ],
      "results": {
        "0.0.1-rc.5": {
          "status": "ok"
        },
        "0.1.5-rc.1": {
          "status": "ok"
        },
        "0.1.5-alpha.2": {
          "status": "ok"
        }
      },
      "verdict": {
        "cls": "ok",
        "total": 17
      }
    }
  }
}
