Skip to content

dsh-tui v0.1.0

Latest

Choose a tag to compare

@little-greenbean little-greenbean released this 13 Aug 18:47
· 9 commits to main since this release

Claude-CLI-style terminal chat for DeepSeek Harness.

Install:

curl -fsSL https://raw.githubusercontent.com/little-greenbean/dsh-tui/main/scripts/install.sh | sh
dsh --profile tui

Or npm install -g dsh-tui && dsh-tui once published.

  • Bottom-anchored streaming transcript, folded tool-call cells, collapsible thinking, terminal-theme-adaptive colors.
  • DeepSeek official provider (deepseek-official), no third-party gateway.
  • --resume/--continue/--model/--list-sessions CLI flags; native slash-command delegation.
  • 116 unit tests green; CI on Node 20/24.