@crazyhappyone/dsh-tui 0.1.0-alpha.1 → 0.1.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.i18n.yaml CHANGED
@@ -1,5 +1,5 @@
1
1
  # Bilingual-pair consistency record: both languages carry equal authority.
2
2
  # This source-only mirror has no DSH pairing runner. Recompute with:
3
3
  # git hash-object README.md README.zh.md
4
- README.md: 87fc088f1ef0e8f09d582ca4075d7be650ed5312
5
- README.zh.md: 0f23e7e5d1f1a5f9b2fdf41f8bf4e593114b1111
4
+ README.md: 6ba38f56bdd03135d3b64978b0cb48bd011d67a7
5
+ README.zh.md: 9fe961f55b084acfa9938638238ea71ab43c6147
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: "Installable source-runtime launcher and private source mirror for the DeepSeek Harness terminal interface."
2
+ description: "Installable source-runtime launcher and public source mirror for the DeepSeek Harness terminal interface."
3
3
  kind: "package-group"
4
4
  ---
5
5
 
@@ -9,10 +9,11 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `@crazyhappyone/dsh-tui` provides the `dsh-tui` command for running and safely updating the DeepSeek Harness terminal interface. The launcher manages a dedicated DSH source checkout, so it never pulls, resets, stashes, or cleans a contributor's development checkout. This repository also mirrors the `packages/tui/` bundle and renderer sources for review. DSH continues to own agents, sessions, tools, persistence, providers, permissions, and profile assembly.
12
+ `@crazyhappyone/dsh-tui` provides the `dsh-tui` command for running and safely updating the DeepSeek Harness terminal interface. The launcher manages a dedicated DSH source checkout, so it never pulls, resets, stashes, or cleans a contributor's development checkout. This public repository also mirrors the `packages/tui/` bundle and renderer sources for review. DSH continues to own agents, sessions, tools, persistence, providers, permissions, and profile assembly.
13
13
 
14
14
  ## Table of Contents
15
15
 
16
+ - [Screenshots](#screenshots)
16
17
  - [Install the launcher](#install-the-launcher)
17
18
  - [Run and update](#run-and-update)
18
19
  - [Configure the source runtime](#configure-the-source-runtime)
@@ -25,32 +26,50 @@ English | [中文](README.zh.md)
25
26
 
26
27
  -----
27
28
 
29
+ <a id="screenshots"></a>
30
+ ## Screenshots
31
+
32
+ Idle home:
33
+
34
+ ![dsh-tui idle home](assets/screenshots/dsh-tui-home.png)
35
+
36
+ After sending `你好`:
37
+
38
+ ![dsh-tui response after sending hello](assets/screenshots/dsh-tui-hello.png)
39
+
40
+ -----
41
+
28
42
  <a id="install-the-launcher"></a>
29
43
  ## Install the launcher
30
44
 
31
45
  The unscoped `dsh-tui` package belongs to another maintainer. This project publishes only under the authenticated `crazyhappyone` npm scope.
32
46
 
33
- After a prerelease is published:
47
+ The launcher requires Git, pnpm, and a DSH-supported Node version. Installing `@deepseek-ai/dsh` separately is neither required nor used: `dsh-tui` always runs the `deepseek-tui` profile from its dedicated source checkout.
48
+
49
+ Install the prerelease and complete the first launch:
34
50
 
35
51
  ```text
36
52
  npm install --global @crazyhappyone/dsh-tui@next
37
53
  dsh-tui version
54
+ dsh-tui update
55
+ dsh-tui
38
56
  ```
39
57
 
40
- Installation creates only the launcher. It does not clone DSH, run `pnpm install`, prompt for Git credentials, or execute a postinstall script. Run `dsh-tui update` explicitly to create the source runtime.
58
+ Package installation creates only the launcher. It does not clone DSH, run `pnpm install`, prompt for Git credentials, or execute a postinstall script. The explicit `dsh-tui update` command creates the source runtime; its default private source requires repository authorization.
41
59
 
42
60
  -----
43
61
 
44
62
  <a id="run-and-update"></a>
45
63
  ## Run and update
46
64
 
47
- Initialize the dedicated runtime, then start the TUI:
65
+ After initialization, run `dsh-tui` from the workspace that the agent should use:
48
66
 
49
67
  ```text
50
- dsh-tui update
51
68
  dsh-tui
52
69
  ```
53
70
 
71
+ Run `dsh-tui update` when you want to refresh the dedicated runtime before launching it again.
72
+
54
73
  Ordinary arguments pass to the `deepseek-tui` profile unchanged:
55
74
 
56
75
  ```text
package/README.zh.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: "DeepSeek Harness 终端界面的可安装源码运行时 launcher 与 private 源码镜像。"
2
+ description: "DeepSeek Harness 终端界面的可安装源码运行时 launcher 与公开源码镜像。"
3
3
  kind: "package-group"
4
4
  ---
5
5
 
@@ -9,10 +9,11 @@ kind: "package-group"
9
9
 
10
10
  ## 概述
11
11
 
12
- `@crazyhappyone/dsh-tui` 提供 `dsh-tui` 命令,用于运行和安全更新 DeepSeek Harness 终端界面。Launcher 管理专用 DSH 源码 checkout,因此不会 pull、reset、stash 或 clean 贡献者的开发 checkout。本仓库还镜像 `packages/tui/` bundle 与 renderer 源码以供审查。Agent、会话、工具、持久化、provider、权限与 profile 组装仍由 DSH 拥有。
12
+ `@crazyhappyone/dsh-tui` 提供 `dsh-tui` 命令,用于运行和安全更新 DeepSeek Harness 终端界面。Launcher 管理专用 DSH 源码 checkout,因此不会 pull、reset、stash 或 clean 贡献者的开发 checkout。本公开仓库还镜像 `packages/tui/` bundle 与 renderer 源码以供审查。Agent、会话、工具、持久化、provider、权限与 profile 组装仍由 DSH 拥有。
13
13
 
14
14
  ## 目录
15
15
 
16
+ - [截图](#screenshots)
16
17
  - [安装 launcher](#install-the-launcher)
17
18
  - [运行与更新](#run-and-update)
18
19
  - [配置源码运行时](#configure-the-source-runtime)
@@ -25,32 +26,50 @@ kind: "package-group"
25
26
 
26
27
  -----
27
28
 
29
+ <a id="screenshots"></a>
30
+ ## 截图
31
+
32
+ 空闲首页:
33
+
34
+ ![dsh-tui 空闲首页](assets/screenshots/dsh-tui-home.png)
35
+
36
+ 发送 `你好` 后:
37
+
38
+ ![dsh-tui 发送你好后的响应](assets/screenshots/dsh-tui-hello.png)
39
+
40
+ -----
41
+
28
42
  <a id="install-the-launcher"></a>
29
43
  ## 安装 launcher
30
44
 
31
45
  无 scope 的 `dsh-tui` 包属于另一位 maintainer。本项目只在已认证的 `crazyhappyone` npm scope 下发布。
32
46
 
33
- 发布 prerelease 后运行:
47
+ Launcher 需要 Git、pnpm 与 DSH 支持的 Node 版本。无需单独安装 `@deepseek-ai/dsh`,launcher 也不会使用它:`dsh-tui` 始终从专用源码 checkout 运行 `deepseek-tui` profile。
48
+
49
+ 安装 prerelease 并完成首次启动:
34
50
 
35
51
  ```text
36
52
  npm install --global @crazyhappyone/dsh-tui@next
37
53
  dsh-tui version
54
+ dsh-tui update
55
+ dsh-tui
38
56
  ```
39
57
 
40
- 安装只创建 launcher。它不会 clone DSH、运行 `pnpm install`、请求 Git 凭据或执行 postinstall script。请显式运行 `dsh-tui update` 创建源码运行时。
58
+ 安装 npm 包只会创建 launcher。它不会 clone DSH、运行 `pnpm install`、请求 Git 凭据或执行 postinstall script。显式执行 `dsh-tui update` 才会创建源码运行时;其默认 private 源码需要仓库授权。
41
59
 
42
60
  -----
43
61
 
44
62
  <a id="run-and-update"></a>
45
63
  ## 运行与更新
46
64
 
47
- 初始化专用运行时,然后启动 TUI:
65
+ 初始化后,在希望 agent 使用的 workspace 中运行 `dsh-tui`:
48
66
 
49
67
  ```text
50
- dsh-tui update
51
68
  dsh-tui
52
69
  ```
53
70
 
71
+ 需要刷新专用运行时时,请先运行 `dsh-tui update`,然后再次启动。
72
+
54
73
  普通参数会原样传递给 `deepseek-tui` profile:
55
74
 
56
75
  ```text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crazyhappyone/dsh-tui",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.3",
4
4
  "description": "Source-runtime launcher for the DeepSeek Harness terminal interface",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -8,6 +8,7 @@
8
8
  "dsh-tui": "bin/dsh-tui.js"
9
9
  },
10
10
  "files": [
11
+ "assets/screenshots/*.png",
11
12
  "bin/dsh-tui.js",
12
13
  "src/**/*.js",
13
14
  "README.md",