orriduck/dsh-tui:一个会话感知的 DeepSeek Harness 终端 UI

orriduck/dsh-tui 是一个基于 MIT 许可的轻量级终端 UI(TUI),专为单人日常使用场景设计,旨在优化 DeepSeek Harness(DSH)在本地项目中的交互体验。该工具采用“会话感知”机制,允许用户在当前目录启动会话、持续追问,并实时监控工具活动、审批状态、上下文窗口占用及权限徽章。它通过 DSH 官方命令处理凭证、模型设置、沙箱及审批,自身不存储敏感密钥。核心功能包括流式文本与推理输出、交互式审批、技能发现与调用、以及基于目录的持久会话管理(支持列表、新建、恢复)。安装需 Node.js 22+、pnpm 及 DSH CLI,通过 `npm install` 全局

Read More
dsh-tui: Terminal Interface for DeepSeek Harness

`dsh-tui` is the open-source terminal frontend of DeepSeek Harness (DSH), designed as a plugin to extend the interactive capabilities of DSH. It features a status bar displaying session ID, model status, and statistics, and supports managing LLM providers and Agent presets via `/model` and `/presets`. Core functionalities include real-time display of tool calls and reasoning processes, support for switching permission presets with `Shift+Tab`, and handling approval and planning modes. Users can manage goals using `/plan` and `/goal`, compress history with `/compact`, execute local shell commands with `!`, and reference repository files with `@`. Input supports Readline-style editing and history recall. Installation requires Node 22.19+ and AP.

Read More
Use dsh-tui to give DeepSeek Harness a Claude Code-style terminal interface

dsh-tui is a community-maintained terminal UI plugin for DeepSeek Harness, with the npm package named `@dsh-tui/dsh-tui`. Built upon the official dsh-base, it provides features such as streaming Markdown rendering, tool cards, approval dialogs, and commands like `/model` and `/resume`. This article verifies the installation command, profile usage, local endpoint connection method and rc line restrictions by cross-checking with the directory page and GitHub repository.

Read More
Add Full-Screen Terminal Interface to DeepSeek Harness with dsh-TUI

dsh-TUI is a full-screen terminal plugin for DeepSeek Harness (MIT licensed) maintained by ccch1mneyyy. It is hooked into the dsh-tui profile via Cordis without modifying the core, and provides Claude Code-style whale top bar, status line, streaming thinking, double-press Esc to roll back, context progress bar and TPS meter. The directory command is `dsh plugin add github:ccch1mneyyy/dsh-TUI`, and it can also be installed via npm and run with `dsh-tui`. It is suitable for SSH/tmux. The plugin runs with the current dsh permissions, and you should check the source code and license before installation.

Read More