DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Tui — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@jame100101/dsh-tui

Tui

外部 DeepSeek Harness TUI 捆绑包(插件模式)

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @jame100101/dsh-tui@0.2.1
README兼容性版本

兼容性与来源证明

Tui 以 @jame100101/dsh-tui 发布,当前版本为 0.2.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.1stable
2026/9/13
0.2.0stable
2026/9/6
查看其余 2 个版本收起版本
0.2.0-rc.2prerelease
2026/9/5
0.2.0-rc.1prerelease
2026/9/4

相关插件

正在加载相关插件…

最新版
0.2.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
1 MB
文件数
202
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 25
周下载
223
安全扫描
✓ v0.2.1 扫描通过
最近提交
2026/9/13
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

@jame100101/dsh-tui

English | 中文

@jame100101/dsh-tui adds the React and Ink terminal interface to an official DeepSeek Harness profile. The optional dsh-tui command is a thin argument translator for dsh --profile tui; session, agent, tool, and persistence services come from the official Harness installation.

Version lines

  • 0.1.x is the legacy standalone package. The published 0.1.0 tarball contains a bundled Harness runtime.
  • 0.2.x is the out-of-tree plugin line. 0.2.1 requires and is tested with @deepseek-ai/dsh@0.1.5-rc.1.

Install the 0.2.1 stable plugin

Install the compatible official Harness, add the published plugin to a fresh or existing tui profile, and launch that profile:

npm install -g @deepseek-ai/dsh@0.1.5-rc.1
dsh plugin --profile tui add @jame100101/dsh-tui@0.2.1
dsh --profile tui

The first plugin installation creates the custom profile with these ordered bundles:

@deepseek-ai/dsh-base
@jame100101/dsh-tui

The plugin package carries the patched Ink build used by the fullscreen renderer. Harness packages resolve from the official dsh installation, and the TUI and Ink resolve one React runtime.

The plugin manager installs dsh-tui in the profile-local node_modules/.bin directory and does not add it to the shell PATH. The canonical launch command is dsh --profile tui.

Thin launcher

The packaged dsh-tui bin forwards the existing command grammar to compatible official Harness 0.1.5-rc.1. It resolves npm global and local dsh entries on PATH, including POSIX symlinks and Windows command shims, or accepts the official JavaScript entry through DSH_BIN. It does not install, upgrade, or modify Harness or the profile. This advanced launcher is available only when an environment deliberately exposes the package bin; installing the plugin globally for that purpose is not recommended because npm installs another Harness and Cordis dependency tree.

dsh-tui                          interactive TUI, new session
dsh-tui "fix the failing test"   interactive TUI, submits the task on boot
dsh-tui -c                       resume the most recently used session from this directory
dsh-tui -r                       interactive session picker
dsh-tui -r <session>             resume by id, id prefix, or title
dsh-tui -c --fork-session        fork the resumed session, then switch to it
dsh-tui -p "run the tests"       one-shot: print the assistant result and exit
dsh-tui -c -p "keep going"       resume, then run one task non-interactively

Exit codes are 0 for success or the official Harness supervisor-stop result from SIGTERM, 1 for an execution failure, 2 for a usage error, and 130 for SIGINT. SIGTERM remains 0 because official Harness treats it as an ordinary supervised shutdown on every application surface. --print writes the assistant result to stdout and diagnostics to stderr.

If no compatible official Harness is present, the launcher names the required package version. Before boot, it resolves the Harness home through the compatible official installation and reports dsh plugin --profile tui add @jame100101/dsh-tui when the tui profile does not contain the plugin. After an interactive child exits, it resets mouse tracking, bracketed paste, cursor visibility, the alternate screen, and SGR state.

Verification

The clean-room verifier installs official Harness outside this repository, creates an isolated DSH_HOME, installs the packed plugin, checks package identity and patched Ink resolution, and boots direct dsh plus launcher paths using explicit DSH_BIN and npm's PATH entry under a PTY:

node apps/tui-cli/scripts/verify-official-plugin.mjs ./jame100101-dsh-tui-0.2.1.tgz

It leaves the temporary install and DSH_HOME in place and prints both paths for inspection.

Build from source

Development builds may assemble and pack the plugin from a repository checkout:

npm run dsh-tui:pack-plugin

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。