Community directory previewDeepSeek Harness is in developer preview
DM

dsh-model-router

PluginConfirmed pluginCommunity

fonlan/dsh-model-router · updated 13 days ago

Installation

dsh plugin --profile web add @fonlan/dsh-model-router
dsh plugin --profile web add .
dsh plugin --profile web add github:fonlan/dsh-model-router

Plugins in this repository

  • @fonlan/dsh-model-routerv0.3.2

    DSH plugin: a virtual model-router provider that aggregates every configured provider and model, routes each request to the model's currently active provider, and ships a settings page for per-model provider ordering and switching.

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (11)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-client-locale^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-runtime^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-ui-conversation^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-ui-model-selection^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-ui-primitives^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-ui-slots^0.1.0-rc.6shared
    • @deepseek-ai/dsh-credentials^0.1.0-rc.6shared
    • @deepseek-ai/dsh-llm^0.1.0-rc.6shared
    • @deepseek-ai/dsh-settings^0.1.0-rc.6shared
    • @deepseek-ai/schemastery^3.18.1shared

Paths are pinned to commit 7d5571ada60d

Overview

dsh-model-router 是一个 DSH 插件,向 harness 注册一个虚拟模型提供商 model-router:它汇聚用户已添加的所有提供商及其模型(按 model id 严格归并),并在每次 LLM 请求发出时把请求实时路由到该模型当前激活的提供商。配套的设置卡片(设置 → 插件 → 插件配置 → 模型路由)支持按模型对提供商拖拽排序(供后续自动切换使用)与点击切换当前提供商;切换后全局立即生效——下一次发出的该模型请求即走新提供商。

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
7d5571ada60d
Evidence Score
81/100
Static risk
High risk
Files scanned
2
Findings
2

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance17/20
Compatibility evidence5/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparepnpm build
Findings (2)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "pnpm build"
  • Highshell.rm-rf
    package.json:47dangerous-shell
    "build": "rm -rf lib && tsc -p tsconfig.build.json && tsdown",
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0