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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/statusline说明文档
阅读完整 README ↗Configuration
Three-layer override: **defaults 0) |
Environment variables (prefix STATUSLINE_):
| Variable | Maps to |
|---|---|
STATUSLINE_THEME / STATUSLINE_COLOR / STATUSLINE_EMIT / STATUSLINE_SEPARATOR | same-named scalar keys |
STATUSLINE_LAYOUT | layout, comma-separated |
STATUSLINE_STATE_FILE | state file path |
STATUSLINE_WIDTH / STATUSLINE_BAR / STATUSLINE_PERCENT | context.* |
STATUSLINE_WARN_AT / STATUSLINE_CRITICAL_AT | thresholds.* |
STATUSLINE_CLOCK_FORMAT | clock.format |
STATUSLINE_INTERVAL | refresh.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.