eya46/dsh-plugins--packages-dsh-plugin-info ↗★ 0
@eya46/dsh-plugin-info
列出 Profile 已添加的 DSH 插件,标记可用更新,并显示最近的版本说明
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。