maiziman/deepseek-harness-portable--plugins-dsh-model-capabilities1

@maiziman/dsh-model-capabilities

Automatic reasoning and image-input capability discovery for custom DeepSeek Harness model providers

AI 분석

核心用途为模型元数据读取与主动探测。适合使用便携版 DSH 且需要自动识别本地或自定义模型推理与视觉配置的用户。

패키지
@maiziman/dsh-model-capabilities
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 30.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:maiziman/deepseek-harness-portable#b8ebad37978590c0c55ea2f041a10338b1a33b8e&path:plugins/dsh-model-capabilities

Configuration

The shipped Bundle uses:

- insert:
    - id: model-capabilities
      name: '@maiziman/dsh-model-capabilities'
      config:
        metadataDiscovery: true
        activeProbePolicy: local-only
        reasoningProbe: true
        visionProbe: true
        reasoningProbeEfforts: [low, high, max]
        probeConcurrency: 1
        requestTimeoutMs: 10000
        probeMaxTokens: 128
FieldMeaning
metadataDiscoveryRead non-generating model metadata.
activeProbePolicynever, local-only, or always; local-only recognizes exact localhost plus literal loopback, link-local, RFC 1918, and unique-local IPv6 addresses. DNS names require always.
reasoningProbeAllow reasoning requests when the active-probe policy permits them.
visionProbeAllow the inline image request when the active-probe policy permits it.
reasoningProbeEffortsEffort spellings tested independently; only positively observed levels are saved.
probeConcurrencyMaximum simultaneous reasoning probes for one model.
requestTimeoutMsBound for each metadata or active request.
probeMaxTokensMaximum output tokens requested by a probe.

To override the defaults, target the model-capabilities row in the profile's own cordis.patch.yml. A later row configuration replaces the complete earlier configuration, so restate every field you want to keep.