dsh-phosphor
DeepSeek Harness 的全屏黑客帝国风格 TUI 前端插件
AI 分析
为 DSH 提供具有数字雨背景、CRT 扫描线和侧边栏面板的复古终端界面。适合喜爱极客风格、追求个性化 TUI 交互界面的用户。
安裝
$
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.