Small-Miao/dsh-statusbar
Small-Miao★ 2JavaScript最后同步: 2026-08-15
VSCode-like bottom status bar for DSH Web: token usage, CPU/memory char bars, session stats, live TPS, per-item config
README 摘要
dsh-statusbar A VSCode-style bottom status bar for DeepSeek Harness Web . Shows your conversation usage, host CPU/memory, and a live generation rate — every item configurable. English 简体中文 Features - 24px bottom bar rendered via the shell.overlay seat; the app frame reserves bottom space so the page content (sidebar settings, composer) is never covered . - Built-in items (each individually configurable — see Configuration): - DSH brand (left) - ⧉ Tokens — estimated tokens of the current conversation ( tokenMeter ) - 7 轮 · 64 步 — session turns / steps ( sessionStats ) - LLM 14m12s · 工具调用 48.4s — accumulated LLM / tool wall time - 首 token 平均 1.3s · 129 tok/s — first-token average + decode throughput - 缓存命中 97% — prompt-side cache hit rate ( tokenUsage ) - 输入 7.4M tok · 输出 98.9K tok — billed input / output tokens - TPS 363 tok/s — live generation rate ( liveTokenUsage ; needs [dsh-live-stats]) - CPU 20% [ ] — Linux-style colored char bar (green → yellow → red) - MEM 55% (8.2G/14.8G) [ ] — memory usage with char bar - Host clock - Hides the original stats line + TPS row under the composer input box (now redundant). - Polls /dsh-statusbar/snapshot?session= every 2 s. [dsh-live-stats]: h…
在 GitHub 查看完整 README →