Small-Miao/dsh-statusbar0

dsh-statusbar

为 DSH Web 打造的类 VSCode 底部状态栏插件。

AI 分析

核心用途是在 DSH 底部显示会话 Token 用量、主机 CPU/内存占用(带彩色字符条)和时钟,并提供配置面板。适合需要实时监控系统资源和 Token 消耗的开发者。

包名
dsh-statusbar
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Small-Miao/dsh-statusbar

Configuration

Settings → 状态栏: toggle each item's visibility, side (left / right), and order (number input, ascending = further left), plus a "全部重置" (reset all) button.

Config is stored host-side and persisted to dsh-statusbar-config.json next to the profile composition. HTTP: GET /dsh-statusbar/snapshot?session= returns { items, catalog, config }; POST /dsh-statusbar/config accepts { id, patch } (patch = { visible?, align?, order? }, or null to clear) or { resetAll: true }.