dsh plugins中文
← Back to popular plugin directory

DSH terminal client

boxeryao/deepseek-harness-tui · skills

DSH-TUI: a lightweight and fast terminal plugin connected directly to the DSH runtime.

★ 5GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

DeepSeek Harness(DSH) 的轻量、快捷终端 UI 插件。它直接衔接 DSH 的 Agent、工具、权限和 Session 服务,不重复实现 Harness 运行时。

本包使用 npm 已发布的 0.1.0-rc.6 版 @deepseek-ai/ 包,不包含 monorepo 相对路径或 workspace:^ 依赖。 输入与命令 Enter 发送当前消息。 Shift+Enter 或 Ctrl+J 插入换行。 Ctrl+V 接收 bracketed 多行粘贴;/paste 直接读取 Windows 剪贴板。 /cancel 或 Ctrl+C 取消当前任务。 /verbose 切换后续调用的限长工具详情。 /tool N 显示编号为 N 的调用所保留的输入和结果。 /help 显示命令;/exit 或 /quit 关闭会话。

工具调用默认显示带编号的摘要,失败调用自动展开。toolDetailMaxLines 和 toolDetailMaxCharacters 默认限制为 80 行和 8,000 字符。toolDetailHistoryLimit 默认让 /tool N 保留最近 200 次调用;更早的详情会从进程内存淘汰,完整值仍保留在 DSH Session 日志中。 范围

Install command

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