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/08/21

インストール

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