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 분석

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

패키지
dsh-subagent-model-visibility
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

$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.