← 返回列表
未验证
DeepSeek HarnessDSHWeb UI 插件 · 底部统计栏增强
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/14 · 已提供中文文档
DSH 插件:全宽对话统计行(不截断)+ 用于 DeepSeek Harness Web UI 的上下文占用进度条
综合分
26.8
GitHub 分
26.8
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add 318197375/dsh-bottom-stats该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
信任档位:仅索引本站尚未对其实装验证,仅收录元数据
- 是什么
- dsh 原生插件 · ui
- 装得上吗
- 本站尚未做安装检查
- 安全吗
- 本站尚未对该插件做风险分级(暂未覆盖,不等同于无风险)
- 还在维护吗
- 更新放缓:最近一次提交在 42 天前
档位由下列信号合成:本站实装验证(真实安装,当前最高到 L4)· 验证所用 dsh 版本 · 静态安装检查 · 风险分级 · 仓库维护状态。下方各区块是它的证据明细。 验证判据与等级说明 →
数据截至 2026/9/23(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
由 DeepSeek 最新模型翻译生成dsh-bottom-stats DeepSeek Harness(DSH)Web UI 插件 · 底部统计栏增强 DeepSeek Harness (DSH) web UI plugin — enhanced bottom stats strip 中文 这是什么 为 DSH Web 对话页输入框下方提供两行常驻信息:一条不再被截断的统计行,和一条上下文占用进度条。 功能 - 统计行:轮/步 · LLM/工具耗时 · 首 token/吞吐 · 缓存命中 · 输入/输出 token。整行占满主栏宽度并居中——对话再长、输入 token 涨到数百万,末尾的“输出 … tok”也始终完整可见(官方统计行超长时会被省略号截断)。 - 上下文占用进度条:限定在对话内容列内居中,按 系统提示词 / 工具 / 对话消息 三色分段显示占比,右侧显示占用百分比与 已用/总量 token(如 18% 177K/1M);悬停进度条可查看完整读数与各项占比明细。 - 数据与官方 UI 完全同源(sessionStats、tokenUsage、contextPressure、contextBreakdown 投影),文案跟随系统语言(中文/English)。 安装 npx -p @deepseek-ai/dsh dsh plugin --profile web add github:318197375/dsh-bottom-stats 安装后重启 web profile(bundle 层变化需要重启,刷新页面不够)。 纯 JS 分发,无 prepare 构建脚本,不需要 allowBuilds 授权。 使用 安装并重启后即可生效:任意会话的输入框下方会自动出现上述两行,无需额外操作。 卸载 dsh plugin --profile web remove dsh-bottom-stats 兼容性 - 需要 DSH Web UI(platform: web)。 - 依赖官方 conversation.composer.dock 槽位与 sessionStats / tokenUsage / contextPressure / contextBreakdown 投影,标准 Web 组合均已提供。 许可 MIT English What is this Adds two persistent rows beneath the composer in the DSH web chat: a stats line that never truncates, and a context-occupancy progress bar. Features - Stats line: turns/steps · LLM/tool time · TTFT/throughput · cache hit · input/output tokens. The whole line spans and centers on the main column — no matter how long the conversation grows (input tokens in the millions), the trailing output … tok group stays fully visible (the stock line elides it with an ellipsis when it overflows). - Context-occupancy bar: centered within the chat content column, segmented by system prompt / tools / messages proportions, with the occupancy percent and used/total tokens on the right (e.g. 18% 177K/1M); hover the bar for the full reading and per-part breakdown. - All data comes from the same projections the stock UI uses (sessionStats, tokenUsage, contextPressure, contextBreakdown); labels follow the UI language (Chinese/English). Install npx -p @deepseek-ai/dsh dsh plugin --profile web add github:318197375/dsh-bottom-stats Restart the web profile after installing (bundle-layer changes need a restart; refreshing the page is not enough). Pure-JS distribution — no prepare script, so no allowBuilds authorization is required. Usage Nothing to configure: after install + restart, the two rows appear under the composer of any active conversation. Uninstall dsh plugin --profile web remove dsh-bottom-stats Requirements - DSH web UI (platform: web). - 使用内置的 conversation.composer.dock 插槽以及 sessionStats / tokenUsage / contextPressure / contextBreakdown 投影,这些在标准 Web 组合中均存在。 许可证 MIT