@crazyhappyone/dsh-tui 0.1.0-alpha.2 → 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 +2 -2
- package/README.md +16 -2
- package/README.zh.md +16 -2
- package/assets/screenshots/dsh-tui-hello.png +0 -0
- package/assets/screenshots/dsh-tui-home.png +0 -0
- package/package.json +2 -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: 6ba38f56bdd03135d3b64978b0cb48bd011d67a7
|
|
5
|
+
README.zh.md: 9fe961f55b084acfa9938638238ea71ab43c6147
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: "Installable source-runtime launcher and
|
|
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,6 +26,19 @@ English | [中文](README.zh.md)
|
|
|
25
26
|
|
|
26
27
|
-----
|
|
27
28
|
|
|
29
|
+
<a id="screenshots"></a>
|
|
30
|
+
## Screenshots
|
|
31
|
+
|
|
32
|
+
Idle home:
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
After sending `你好`:
|
|
37
|
+
|
|
38
|
+

|
|
39
|
+
|
|
40
|
+
-----
|
|
41
|
+
|
|
28
42
|
<a id="install-the-launcher"></a>
|
|
29
43
|
## Install the launcher
|
|
30
44
|
|
package/README.zh.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: "DeepSeek Harness 终端界面的可安装源码运行时 launcher
|
|
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
|
|
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,6 +26,19 @@ kind: "package-group"
|
|
|
25
26
|
|
|
26
27
|
-----
|
|
27
28
|
|
|
29
|
+
<a id="screenshots"></a>
|
|
30
|
+
## 截图
|
|
31
|
+
|
|
32
|
+
空闲首页:
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
发送 `你好` 后:
|
|
37
|
+
|
|
38
|
+

|
|
39
|
+
|
|
40
|
+
-----
|
|
41
|
+
|
|
28
42
|
<a id="install-the-launcher"></a>
|
|
29
43
|
## 安装 launcher
|
|
30
44
|
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crazyhappyone/dsh-tui",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
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",
|