[Plugin] DSH Mini TUI — less process, more answer #1907
boxeryao
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi DeepSeek Harness community!
I built DSH Mini TUI, a minimalist terminal interface plugin for DeepSeek Harness.
DSH Mini TUI keeps the complete DSH agent and tool workflow, but moves routine execution activity out of the conversation by default. The terminal stays focused on user input and the model's final response instead of filling the screen with successful tool calls.
Highlights
/verbosefor subsequent tool output or/tool Nfor retained call details.Install
Repository: https://github.com/boxeryao/deepseek-harness-tui
npm: https://www.npmjs.com/package/deepseek-harness-tui
The project is currently tested against the DSH 0.1.0-rc.6 package line. Since DSH is still evolving quickly, compatibility feedback and suggestions are very welcome.
I would especially love feedback from terminal-first users: which execution details should remain quiet, and which signals do you always want visible?
All reactions