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

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: 2732b96d4d727ea1ebc8f01fe60b7d5d433799b3
5
+ README.zh.md: dedd7687b52c3e9b853edf10848333949bb0087b
package/README.md CHANGED
@@ -30,27 +30,32 @@ English | [中文](README.zh.md)
30
30
 
31
31
  The unscoped `dsh-tui` package belongs to another maintainer. This project publishes only under the authenticated `crazyhappyone` npm scope.
32
32
 
33
- After a prerelease is published:
33
+ 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.
34
+
35
+ Install the prerelease and complete the first launch:
34
36
 
35
37
  ```text
36
38
  npm install --global @crazyhappyone/dsh-tui@next
37
39
  dsh-tui version
40
+ dsh-tui update
41
+ dsh-tui
38
42
  ```
39
43
 
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.
44
+ 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
45
 
42
46
  -----
43
47
 
44
48
  <a id="run-and-update"></a>
45
49
  ## Run and update
46
50
 
47
- Initialize the dedicated runtime, then start the TUI:
51
+ After initialization, run `dsh-tui` from the workspace that the agent should use:
48
52
 
49
53
  ```text
50
- dsh-tui update
51
54
  dsh-tui
52
55
  ```
53
56
 
57
+ Run `dsh-tui update` when you want to refresh the dedicated runtime before launching it again.
58
+
54
59
  Ordinary arguments pass to the `deepseek-tui` profile unchanged:
55
60
 
56
61
  ```text
package/README.zh.md CHANGED
@@ -30,27 +30,32 @@ kind: "package-group"
30
30
 
31
31
  无 scope 的 `dsh-tui` 包属于另一位 maintainer。本项目只在已认证的 `crazyhappyone` npm scope 下发布。
32
32
 
33
- 发布 prerelease 后运行:
33
+ Launcher 需要 Git、pnpm 与 DSH 支持的 Node 版本。无需单独安装 `@deepseek-ai/dsh`,launcher 也不会使用它:`dsh-tui` 始终从专用源码 checkout 运行 `deepseek-tui` profile。
34
+
35
+ 安装 prerelease 并完成首次启动:
34
36
 
35
37
  ```text
36
38
  npm install --global @crazyhappyone/dsh-tui@next
37
39
  dsh-tui version
40
+ dsh-tui update
41
+ dsh-tui
38
42
  ```
39
43
 
40
- 安装只创建 launcher。它不会 clone DSH、运行 `pnpm install`、请求 Git 凭据或执行 postinstall script。请显式运行 `dsh-tui update` 创建源码运行时。
44
+ 安装 npm 包只会创建 launcher。它不会 clone DSH、运行 `pnpm install`、请求 Git 凭据或执行 postinstall script。显式执行 `dsh-tui update` 才会创建源码运行时;其默认 private 源码需要仓库授权。
41
45
 
42
46
  -----
43
47
 
44
48
  <a id="run-and-update"></a>
45
49
  ## 运行与更新
46
50
 
47
- 初始化专用运行时,然后启动 TUI:
51
+ 初始化后,在希望 agent 使用的 workspace 中运行 `dsh-tui`:
48
52
 
49
53
  ```text
50
- dsh-tui update
51
54
  dsh-tui
52
55
  ```
53
56
 
57
+ 需要刷新专用运行时时,请先运行 `dsh-tui update`,然后再次启动。
58
+
54
59
  普通参数会原样传递给 `deepseek-tui` profile:
55
60
 
56
61
  ```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.2",
4
4
  "description": "Source-runtime launcher for the DeepSeek Harness terminal interface",
5
5
  "type": "module",
6
6
  "license": "MIT",