편집자 노트

birdman1992/dsh-birdman-plugins

Community plugins for DeepSeek Harness (DSH): model metadata autofill and workspace artifacts view.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

dsh-birdman-plugins

English | 中文

Birdman 的 DeepSeek Harness (DSH) 插件集合。

插件一览

插件类型作用
model-autofillhost模型信息自动补全:在 llm-pi-ai 设置命名空间中自动补全缺失的模型显示名、上下文窗口和最大输出 token(数据来自 pi-ai 内置模型目录)
workspace-artifactshost + client产物视图:在 Web 会话视图中添加「产物」标签,浏览当前工作区文件树并查看文件内容(代码高亮 / Markdown 渲染)

安装

两个插件都已发布到 npm,推荐直接通过 npm 安装:

# 安装 model-autofill(模型信息自动补全)
dsh plugin --profile web add @birdman1992/model-autofill

# 安装 workspace-artifacts(产物视图)
dsh plugin --profile web add @birdman1992/workspace-artifacts

安装后重启 profile 生效:

dsh --profile web

备选:从 GitHub 直装(无需 npm registry)

本仓库是 pnpm workspace monorepo,两个插件位于 plugins/ 子目录。DSH 的 dsh plugin 命令会转发给 profile 目录里的 pnpm,因此也可以直接从 git 仓库的 子目录安装:

# 安装 model-autofill(模型信息自动补全)
dsh plugin --profile web add github:birdman1992/dsh-birdman-plugins#path:plugins/model-autofill

# 安装 workspace-artifacts(产物视图)
dsh plugin --profile web add github:birdman1992/dsh-birdman-plugins#path:plugins/workspace-artifacts

git 安装拉取的是源码而非构建产物。这两个插件都是纯 JS、无 build 步骤, 因此不需要 prepare 脚本;若 pnpm ≥10 要求 allowBuilds 白名单(仅当包 声明了 prepare 脚本时),在 profile 的 pnpm-workspace.yaml 中放行对应 包名即可。

卸载 / 本地开发

# 从本地目录安装(调试)
dsh plugin --profile web add ./plugins/model-autofill

# 卸载
dsh plugin --profile web remove @birdman1992/model-autofill
dsh plugin --profile web remove @birdman1992/workspace-artifacts

插件清单要点(写给插件作者)

每个插件都是标准的 npm 包(bundle),需要:

  • package.json 声明 dsh.bundle.patch(指向 cordis.patch.yml), 有浏览器面的还要声明 dsh.clientexports["./client"]
  • cordis.patch.yml 把插件行插入组合树(insert + name: <包名>)。

详见官方文档: Package and install a plugin

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

GitHub 메타데이터에서 라이선스가 감지되지 않았습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.

주의 사항missing-license