About this project

DSH Mini TUI ("Bachelor Mini TUI") is a minimalist terminal presentation-layer plugin designed specifically for DeepSeek Harness (DSH). It is not a standalone agent framework, but rather presents DSH's capabilities—model routing, tool execution, approval, and session persistence—through a restrained TUI form. Core Design and Features - Answer-first conversation flow: Successful tool-call processes are hidden by default; only brief prompts are shown on failure, keeping the terminal interface focused on user input and the model's final reply. - Deep-sea visual style: Uses a low-contrast oceanic color palette, offering a gradient brand logo, compact runtime information, and path-based color coding to reduce visual fatigue during prolonged use. - On-demand process inspection: Supports toggling tool output details via /verbose, or viewing the input and result of a specific call using /tool N. - Deep Windows integration: Includes a right-click menu installer, allowing DSH TUI to be launched directly from Windows Explorer's context menu in standard or full-permission mode. - Convenient terminal interaction: Supports multiline input, clipboard paste (/paste), task cancellation (/cancel), and other quick commands. Installation and Usage Users can quickly install it into the tui profile of DSH via npm: dsh plugin --profile tui add dsh-mini-tui@latest dsh --profile tui