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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AGSQ11/dsh-subagent-model-visibility说明文档
阅读完整 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.