dsh-phosphor
Full-screen Matrix-style TUI frontend for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yaotongsb/dsh-phosphor说明文档
阅读完整 README ↗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
| Key | Type | Default | Description |
|---|---|---|---|
theme | matrix | terminal | matrix | Color scheme |
matrixRain | boolean | true | Digital-rain background layer |
matrixRainFps | 2–24 | 8 | Rain frame rate cap (auto-throttles under load) |
scanlines | boolean | false | CRT scanline overlay |
panelWidth | 16–48 | 26 | Side panel width in columns |
panelMode | trace | jobs | files | trace | Panel shown at startup |
showReasoning | boolean | false | Expand reasoning blocks by default |
showInjected | boolean | false | Render injected context (AGENTS.md, hooks) in full |
verboseStatus | boolean | false | Verbose status-bar counters |
Runtime toggles for the visual options live under /settings; the config file sets the persistent defaults.