DSH Mini TUI 0.2.0
This release gives the project its new public identity, DSH Mini TUI, and publishes it to npm as dsh-mini-tui.
What's new
- Redesigned the startup screen with a true-color
DEEPSEEKgradient, current model, workspace path, and a direct/helphint. - Refined the answer-first experience: routine tool activity stays out of the conversation while failures remain visible and full details remain available in Session logs.
- Added
/verbosefor expanded activity and/tool Nfor retained tool details. - Added a thinking indicator without exposing internal reasoning.
- Added deterministic colors for referenced files and directories.
- Added Windows launch and Explorer context-menu helpers.
- Renamed the npm package to the unique
dsh-mini-tuiname. The similarly nameddeepseek-harness-tuipackage on npm is a different project.
Quick install
dsh plugin --profile tui add dsh-mini-tui@latest
dsh --profile tuiTested with DeepSeek Harness 0.1.0-rc.6. A clean npm installation into a fresh isolated DSH profile was verified before this release.
Project introduction and discussion: deepseek-ai/deepseek-harness#1907