AGSQ11/dsh-subagent-model-visibility ↗★ 0
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)调用时实际消耗的具体模型与服务商。适合需要调试复杂多智能体系统、追踪模型路由及排查调用异常的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AGSQ11/dsh-subagent-model-visibilityREADME
Read the full README ↗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.