DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Subagent Route Badges — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-subagent-route-badges

Subagent Route Badges

在 DSH 已打开子代理的 Header 展示 provider、model 和 reasoning effort

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:alaxrpg/dsh-subagent-route-badges#b7383f71759fec644d7e9583d15d62f2589d825f
READMECompatibilityVersions

Compatibility and provenance

Subagent Route Badges is published as dsh-subagent-route-badges and currently resolves to version 0.2.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/28/2026

Versions

0.2.2stable
8/28/2026
0.1.1stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.2.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/28/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-subagent-route-badges

独立 DSH 插件,在已打开子代理会话的 Header actions 区展示 provider / model · 思考 effort 路由徽章。它是纯展示插件,不拦截、不改写模型请求。

兼容性与安装

兼容 DSH >=0.1.1-rc.2,依赖的宿主接口均为 peer dependency。请从插件市场安装、更新和卸载;插件市场按包版本识别可用更新,更新后按市场提示重启 DSH。

实现方式(0.2.0 起)

客户端是纯 additive 实现:只以唯一 ID dsh-subagent-route-badges-action 注册 conversation.session.header.actions(list 型槽位)一个席位,不复制、不 shadow 官方 UI 组件,不竞争 single 型槽位,因此与官方包无 slot/locale/priority 冲突面。目录弹窗行内不做展示;如需查看路由,打开对应子代理会话看 Header。投影缺失时显示「路由未知」占位,便于肉眼确认组件已接管。

字段来源

服务端注册唯一投影 key subagentRouteBadge,只有在看到 subagent/descriptor 后才输出视图。最新 request/header 的 data.header.config 是 provider、model、reasoningEffort 的权威来源;header.adapterDefaults.reasoningEffort === true 将无 effort 标为 adapter-default;否则为 unspecified。assistant/message.source 仅回滚 provider/model,绝不会清除已知 effort。缺少投影显示「路由未知」,缺少 effort 显示「思考 默认」。

隐私与限制

只读取已进入会话事件与 projectionValues 的字段,不读取文件、凭据或消息正文,也不上传数据。徽章长文本省略,但完整值保留在 title 与 aria-label 中。