eya46/dsh-plugins--packages-dsh-plugin-info ↗★ 0
@eya46/dsh-plugin-info
List profile-added DSH plugins, mark available updates, and show recent version notes
AI 分析
核心用途是管理和查看当前 Profile 中已安装的插件信息。适合需要检查插件更新、阅读版本日志以维护 DSH 运行环境的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:eya46/dsh-plugins#4181b288b872b1f8f5994ab11bb669218c4a6f0c&path:packages/dsh-plugin-infoドキュメント
README 全文を読む ↗配置
| 键 | 默认 | 说明 |
|---|---|---|
registryUrl | https://registry.npmjs.org | npm 源 |
defaultVersionLimit | 10 | 默认版本条数 |
timeoutMs | 15000 | 注册表 / GitHub 超时 |
cacheTtlMs | 300000 | packument 与说明缓存 |
allowScopes | ['@eya46/'] | 名称前缀白名单;为空数组时展示全部用户插件 |
覆盖写在 Profile 的 cordis.patch.yml:
- id: dsh-plugin-info
config:
defaultVersionLimit: 10
本地 / file: / link: 安装没有 registry latest,不会标「可更新」。GitHub 说明在有 repository 字段时才会去拉;若遇到 API 限流,可在环境里设 GITHUB_TOKEN。