AGSQ11/dsh-subagent-model-visibility0

dsh-subagent-model-visibility

DeepSeek Harness plugin that shows the actual provider/model used by each subagent directly inside native subagent tool-call rows.

AI Analysis

在 DSH 界面中直观展示子智能体(subagent)调用时实际消耗的具体模型与服务商。适合需要调试复杂多智能体系统、追踪模型路由及排查调用异常的开发者。

Package
dsh-subagent-model-visibility
Version
0.1.0
License
MIT
Last updated
Aug 21, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AGSQ11/dsh-subagent-model-visibility

Configuration

- id: subagent-model-visibility
  name: dsh-subagent-model-visibility
  config:
    retentionMs: 86400000
    maxEntries: 1000
    uiRefreshMs: 1000
  • retentionMs: how long finished observations remain available to the UI.
  • maxEntries: memory bound for observed subagent sessions.
  • uiRefreshMs: browser refresh cadence for model/failover changes.