跳到主要内容

tui

已验证

@deepseek-ai-harness/tui · v0.0.1-beta · MIT

DeepSeek Build (dsh-tui) — grok-build style terminal UI for the deepseek-harness agent runtime; standalone CLI or dsh profile bundle

安装

dsh plugin add @deepseek-ai-harness/tui

dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南

源码

标签

作者

说明文档

@deepseek-ai-harness/tui

DeepSeek Build (dsh-tui) — grok-build style terminal UI for the deepseek-harness agent runtime.

This package bundles a platform-native binary and installs two commands:

  • dsh-tui (primary)
  • dsb (alias)

Install

npm i -g @deepseek-ai-harness/tui@beta

Or from a local tarball built from source:

# From the repo root, after building the tarball:
npm i -g ./dist/<tgz>

Runtime discovery

The deepseek-harness runtime is discovered separately from this package. Either:

  • install the SDK into a .venv next to your workspace:

    python -m venv .venv
    .venv/bin/pip install deepseek-harness-sdk
    
  • or point directly at a runtime binary with the DSH_RUNTIME_BIN environment variable.

Uninstall

npm uninstall -g @deepseek-ai-harness/tui

Rebuild

The bundled binary is platform-specific. To (re)build the binary and the tarball on your machine:

bash scripts/build-npm.sh

This runs cargo build --release, copies the binary into npm/vendor/<platform>-<arch>/, and writes a fresh .tgz into dist/.