@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 +2 -2
- package/README.md +9 -4
- package/README.zh.md +9 -4
- package/package.json +1 -1
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:
|
|
5
|
-
README.zh.md:
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|