DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cute Dsh Tui — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@heluo0991/cute-dsh-tui

Cute Dsh Tui

Claude Code style interactive TUI front door for DeepSeek Harness agents, built on the ported Ink core.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @heluo0991/cute-dsh-tui@1.3.1
READMECompatibilityVersions
CuteDshTui 实际运行的启动首屏

Compatibility and provenance

Cute Dsh Tui is published as @heluo0991/cute-dsh-tui and currently resolves to version 1.3.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

1.3.1stable
8/17/2026
1.3.0stable
8/16/2026
1.2.0stable
8/16/2026
Show 10 more versionsCollapse versions
1.1.9stable
8/15/2026
1.1.8stable
8/15/2026
1.1.7stable
8/15/2026
1.1.5stable
8/15/2026
1.1.4stable
8/15/2026
1.1.3stable
8/15/2026
1.1.2stable
8/15/2026
1.1.1stable
8/15/2026
1.1.0stable
8/15/2026
1.0.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
1.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2.4 MB
Files
684
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
19
Last push
8/22/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

CuteDshTui 终端像素角色与 DeepSeek Harness 艺术字

CuteDshTui

为 DeepSeek Harness 打造的终端原生交互界面。
Windows、Linux、macOS 任意项目目录均可用 cdsh 启动。

独立维护的社区项目,不隶属于或代表 DeepSeek Harness。

特性

  • 原生终端对话、Markdown、工具卡片、文件引用与命令补全;输入框对 /命令、参数与 @文件引用 实时语义高亮。
  • 启动时的 Messages 艺术字、像素角色与一次性扫光;稳定后不持续重绘。
  • /model 两级选择模型与推理深度;Max 切换时输入框短暂显示光效。
  • /resume、/new、/compact、/export 与 fork 感知的会话恢复。
  • /btw <问题> 处理旁路提问;/plugin 管理当前 profile 的插件。
  • 可见的 thinking/activity、上下文、审批、主题与 Agent preset。

TUI 演示截图

真实启动首屏:像素角色与终端艺术字均由 TUI 渲染。

CuteDshTui 实际运行的启动首屏

部署

新用户:一条安装命令即可

前提:Node.js ^22.19 || >=24 与交互式 TTY。CuteDshTui 自带其所需的 DSH 与 pnpm 运行时,不会覆盖官方 dsh 命令。

npm install -g @heluo0991/cute-dsh-tui
cdsh

npm 7+ 可能打印多条 ERESOLVE overriding peer dependency 警告:DSH 的 Web UI 客户端包声明 react ^18,而 CuteDshTui 的渲染器需要 React 19。这些 Web UI 包 不参与 TUI 运行,安装仍成功,警告可忽略。若想隐藏: npm install -g @heluo0991/cute-dsh-tui --legacy-peer-deps(或在用户 ~/.npmrc 写入 legacy-peer-deps=true,但该设置会影响所有 npm 项目,需自行权衡)。

Linux 的 node-pty 需要本机 C/C++ 编译工具。大多数开发镜像已具备;若首次启动提示 node-pty 或 pty.node 构建失败,执行一次 sudo apt-get install -y build-essential python3 后重新运行 cdsh。启动器会自动重试原生模块构建。

安装完成后,进入任意项目目录执行 cdsh 即可。首次启动会创建隔离的 cute-dsh-tui profile 并安装当前版本;无需复制 .cmd 文件、手动配置 PATH 或全局安装 pnpm。cute-dsh-tui 仍保留为兼容别名。

已有 DSH 用户

官方 dsh 完全保留,安装 CuteDshTui 后直接运行:

npm install -g @heluo0991/cute-dsh-tui
cdsh

你仍可用原来的 dsh plugin --profile <名称> ... 管理其他 DSH profile。CuteDshTui 的 profile 位于 $DSH_HOME/profiles/cute-dsh-tui;DSH JSONL 会话仍位于 $DSH_HOME/sessions;界面偏好位于 ~/.cute-dsh-tui。

API key 与 /login

推荐首次进入 TUI 后输入 /login,在掩码输入框粘贴 DeepSeek API key。

  • 当前终端已经有 DEEPSEEK_API_KEY:DSH 会将其视为只读的启动来源;/login 显示状态。请在 shell 中更新变量并重启 cdsh,避免界面显示与实际模型凭证不一致。
  • 当前终端没有密钥:输入后会询问是否保存。确认后 Windows 写入当前用户环境变量;macOS/Linux 由 DSH 写入权限仅限当前用户的 $DSH_HOME/.credentials.yaml,cdsh 与官方 dsh 都可读取它。
  • 拒绝保存:密钥只在本次会话有效,退出即失效。/logout 会清除本次会话,并可确认删除由 CuteDshTui 保存的密钥;它不会删除 shell 自己提供的密钥。
  • 显式环境变量优先级最高,适合 CI、临时切换和密钥管理工具注入。

只想给当前终端临时设置时:

# Linux/macOS
export DEEPSEEK_API_KEY='your-key'
# 当前 Windows PowerShell 窗口
$env:DEEPSEEK_API_KEY = 'your-key'

Windows 也可手动执行 setx DEEPSEEK_API_KEY "your-key" 写入用户环境变量;它只会影响随后新开的终端。不要把密钥提交到 Git、写入项目文件,或写入系统级环境变量(会扩大可读取范围)。

使用指南

从目标项目目录启动;当前目录就是 Agent 的默认工作区。

目标命令或快捷键
查看全部命令/help
登录或更新本次会话密钥/login
选择模型与推理深度/model
恢复最近或指定会话/resume 或 cdsh --resume
新开、压缩、导出会话/new、/compact、/export
不污染主对话地追问/btw <问题>
查看或管理 profile 插件/plugin list、/plugin search <词>
变更权限Shift+Tab 循环,或 /permission 精确选择
调整外观和语言/theme、/lang、/activity

--continue(或 -c)恢复最近会话;--yolo 请求 danger-full-access。设置 CUTE_DSH_TUI_WORKSPACE=/path/to/project 可从任意目录启动指定项目,三种操作系统行为一致。

更新与平台支持

TUI 内使用 /update 更新当前 profile;也可以重新执行:

npm install -g @heluo0991/cute-dsh-tui@latest

cdsh 是纯 Node CLI,不依赖 Windows 批处理文件,支持 Windows、Linux、macOS 的 x64/arm64 Node 平台。cute-dsh-tui.cmd 仅为仓库检出时的旧兼容入口保留。

详细文档:安装与快速开始 · 交互参考 · 配置参考 · 架构说明

开发

git clone https://github.com/Heluo0991/cute-dsh-tui.git
cd cute-dsh-tui
pnpm install --frozen-lockfile
pnpm run build
pnpm run smoke

发布前运行 pnpm run verify:permissions、pnpm run verify:launcher、pnpm run verify:inline-thinking 与 npm pack --dry-run。

许可与致谢

本项目采用 MIT License。CuteDshTui 最早沿用了 ccch1mneyyy/dsh-TUI 的 fork 框架,并在此基础上独立演进;感谢原项目及贡献者。

发行内容保留必要的上游版权与许可说明。