Skip to content

DSH Mini TUI 0.2.0

Latest

Choose a tag to compare

@boxeryao boxeryao released this 15 Aug 12:08
· 3 commits to main since this release

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 DEEPSEEK gradient, current model, workspace path, and a direct /help hint.
  • 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 /verbose for expanded activity and /tool N for 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-tui name. The similarly named deepseek-harness-tui package on npm is a different project.

Quick install

dsh plugin --profile tui add dsh-mini-tui@latest
dsh --profile tui

Tested 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