Small-Miao/dsh-statusbar0

dsh-statusbar

VSCode-like bottom status bar for DSH Web: conversation token usage, host CPU/memory with Linux-style colored char bars, clock, and a public API for other plugins.

AI 分析

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

パッケージ
dsh-statusbar
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/15

インストール

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

ドキュメント

README 全文を読む ↗

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 }.