JohnXu22786/statusline0

dsh-statusline

Statusline for DeepSeek Harness (dsh): a Node bridge that exposes the statusline Python CLI as a dsh tool, rendering model / context bar / agent / rate-limit / elapsed / clock state into a single status line.

AI 分析

核心用途是实时展示会话与系统状态。适合需要监控模型、上下文占用、速率限制及运行耗时的 dsh 用户。

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

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/statusline

ドキュメント

README 全文を読む ↗

Configuration

Three-layer override: **defaults 0) |

Environment variables (prefix STATUSLINE_):

VariableMaps to
STATUSLINE_THEME / STATUSLINE_COLOR / STATUSLINE_EMIT / STATUSLINE_SEPARATORsame-named scalar keys
STATUSLINE_LAYOUTlayout, comma-separated
STATUSLINE_STATE_FILEstate file path
STATUSLINE_WIDTH / STATUSLINE_BAR / STATUSLINE_PERCENTcontext.*
STATUSLINE_WARN_AT / STATUSLINE_CRITICAL_ATthresholds.*
STATUSLINE_CLOCK_FORMATclock.format
STATUSLINE_INTERVALrefresh.interval

Validation is strict: unknown config keys, unknown display items, warn >= critical, out-of-range widths, non-positive intervals and the like all raise ConfigError (exit code 3) with a readable reason, catching typos at startup.