yaotongsb/dsh-phosphor0

dsh-phosphor

Full-screen Matrix-style TUI frontend for DeepSeek Harness

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yaotongsb/dsh-phosphor

Configuration

All options are validated by a Schemastery schema and set through cordis.yml layers — e.g. your profile's ~/.dsh/profiles/tui/cordis.patch.yml:

- id: phosphor
  config:
    theme: matrix
    matrixRainFps: 8
KeyTypeDefaultDescription
themematrix | terminalmatrixColor scheme
matrixRainbooleantrueDigital-rain background layer
matrixRainFps2–248Rain frame rate cap (auto-throttles under load)
scanlinesbooleanfalseCRT scanline overlay
panelWidth16–4826Side panel width in columns
panelModetrace | jobs | filestracePanel shown at startup
showReasoningbooleanfalseExpand reasoning blocks by default
showInjectedbooleanfalseRender injected context (AGENTS.md, hooks) in full
verboseStatusbooleanfalseVerbose status-bar counters

Runtime toggles for the visual options live under /settings; the config file sets the persistent defaults.