dsh plugins中文
← Back to popular plugin directory

DSH terminal client

openma-ai/deepseek-harness-tui · skills

TUI Plugin of DeepSeek Harness.

★ 24GitHub stars
2Forks
2026-08-15Last updated
RustLanguage
MITLicense

Project overview

在终端里运行 DeepSeek Harness:流式推理、工具调用、Skills、多图 prompt 与持久会话。

Plugin runner 在宿主 TTY 上启动原生二进制,并通过 Unix fd 3/4 或 Windows 认证 loopback TCP 提供一套与官方 SDK server 兼容的 JSON-RPC 接口。它不是对 @deepseek-ai/dsh-sdk-jsonrpc-server 的直接挂载;agent、工具、provider 和持久化 仍由外围 dsh profile 提供。 Standalone runtime

/liang 会在输入框右侧显示小难梁:空闲时安静思考,回合运行时敲小终端。 Ghostty、Kitty 和 WezTerm 等支持 kitty graphics protocol 的终端会显示 RGBA 像素精灵;其他终端退回半块字符鲸鱼。宽度低于 60 列时自动隐藏。

Install command

dsh plugin --profile web add github:openma-ai/deepseek-harness-tui
View GitHub repository ↗Back to popular plugin directory