AGSQ11/dsh-subagent-model-visibility

AGSQ11★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

A small DeepSeek Harness plugin that shows the actual provider/model used by a subagent directly inside the existing native subagent tool-call row.

README 摘要

dsh-subagent-model-visibility A small DeepSeek Harness plugin that shows the actual provider/model used by a subagent directly inside the existing native subagent tool-call row. It does not guess from the configured model. The host observes the child's real llm/stream GenerateOptions , so the displayed route reflects the model that actually received the request after DSH routing/retry/failover logic. What it looks like Native subagent dropdown The session-header subagent catalog is decorated in place. Every visible child row gets a third line beneath DSH's own title/summary showing the actual model currently serving that child session : Slave is the actual current model observed on the child session's llm/stream route . If Phoenix or another router reroutes that child, the line updates live. Duplicate task labels are safe because the enhancer maps the native tree back to DSH's authoritative catalog order/session ids rather than matching display text. Native subagent tool call The existing tool-call row is also augmented: If a subagent changes routes during recovery: Hover the model line to see the route history and request counts. How it works 1. tools/execute is wrapped with Node …

在 GitHub 查看完整 README →
Agent/智能体dshdsh-plugindsh-plugin-marketdsh-pluginsagent

分类