dsh-mobile 0.1.1 → 0.1.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.en.md +6 -4
- package/README.md +6 -4
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
<p align="center"><a href="README.md">简体中文</a></p>
|
|
18
18
|
|
|
19
|
-
>
|
|
19
|
+
> The native app currently supports Android only; the iOS client remains a local experiment and is not included in builds or releases. This is a DeepSeek Harness community plugin.
|
|
20
|
+
>
|
|
21
|
+
> This release adds compatibility with DeepSeek Harness 0.1.1 and improves mobile interaction and layout.
|
|
20
22
|
|
|
21
23
|
<p align="center"><a href="https://github.com/saya-ch/dsh-mobile/releases"><strong>Download the Android app</strong></a></p>
|
|
22
24
|
|
|
@@ -41,7 +43,7 @@ A paired device is fully trusted and can operate the DSH on the computer. Use th
|
|
|
41
43
|
With an installed `dsh` command:
|
|
42
44
|
|
|
43
45
|
```powershell
|
|
44
|
-
dsh plugin --profile web add dsh-mobile@
|
|
46
|
+
dsh plugin --profile web add dsh-mobile@latest
|
|
45
47
|
dsh plugin --profile web exec dsh-mobile setup
|
|
46
48
|
dsh --profile web
|
|
47
49
|
```
|
|
@@ -50,7 +52,7 @@ From a DeepSeek Harness source checkout:
|
|
|
50
52
|
|
|
51
53
|
```powershell
|
|
52
54
|
corepack enable; pnpm install
|
|
53
|
-
pnpm dsh plugin --profile web add dsh-mobile@
|
|
55
|
+
pnpm dsh plugin --profile web add dsh-mobile@latest
|
|
54
56
|
pnpm dsh plugin --profile web exec dsh-mobile setup
|
|
55
57
|
pnpm dsh --profile web
|
|
56
58
|
```
|
|
@@ -134,7 +136,7 @@ See [SECURITY.md](SECURITY.md).
|
|
|
134
136
|
|
|
135
137
|
| DSH Mobile | Verified DeepSeek Harness releases |
|
|
136
138
|
| --- | --- |
|
|
137
|
-
| `0.1.0–0.1.
|
|
139
|
+
| `0.1.0–0.1.2` | `0.1.0-rc.5`, `0.1.0-rc.6`, `0.1.0-rc.7`, `0.1.1-rc.2` |
|
|
138
140
|
|
|
139
141
|
At startup, the plugin verifies the DSH Host version and the frontend dependencies required by the mobile layout; an unverified release fails with a clear error instead of serving a broken page. CI also tracks the DSH main branch layout contract. If a DSH upgrade reports an incompatibility, update DSH Mobile first.
|
|
140
142
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
<a href="README.en.md">English</a>
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
|
-
>
|
|
24
|
+
> 当前原生 App 仅支持 Android;iOS 客户端尚处于本地实验阶段,暂不纳入构建与发布。本项目是 DeepSeek Harness 社区插件。
|
|
25
|
+
>
|
|
26
|
+
> 本次更新:适配 DeepSeek Harness 0.1.1,优化移动端交互与布局体验。
|
|
25
27
|
|
|
26
28
|
<p align="center"><a href="https://github.com/saya-ch/dsh-mobile/releases"><strong>下载 Android App</strong></a></p>
|
|
27
29
|
|
|
@@ -46,7 +48,7 @@ DSH Mobile 是一个 DeepSeek Harness 插件,让手机浏览器或 Android App
|
|
|
46
48
|
已经安装 `dsh` 命令:
|
|
47
49
|
|
|
48
50
|
```powershell
|
|
49
|
-
dsh plugin --profile web add dsh-mobile@
|
|
51
|
+
dsh plugin --profile web add dsh-mobile@latest
|
|
50
52
|
dsh plugin --profile web exec dsh-mobile setup
|
|
51
53
|
dsh --profile web
|
|
52
54
|
```
|
|
@@ -55,7 +57,7 @@ dsh --profile web
|
|
|
55
57
|
|
|
56
58
|
```powershell
|
|
57
59
|
corepack enable; pnpm install
|
|
58
|
-
pnpm dsh plugin --profile web add dsh-mobile@
|
|
60
|
+
pnpm dsh plugin --profile web add dsh-mobile@latest
|
|
59
61
|
pnpm dsh plugin --profile web exec dsh-mobile setup
|
|
60
62
|
pnpm dsh --profile web
|
|
61
63
|
```
|
|
@@ -140,7 +142,7 @@ flowchart LR
|
|
|
140
142
|
|
|
141
143
|
| DSH Mobile | 已验证的 DeepSeek Harness |
|
|
142
144
|
| ------------------ | ------------------------------------------ |
|
|
143
|
-
| `0.1.0–0.1.
|
|
145
|
+
| `0.1.0–0.1.2` | `0.1.0-rc.5`、`0.1.0-rc.6`、`0.1.0-rc.7`、`0.1.1-rc.2` |
|
|
144
146
|
|
|
145
147
|
插件启动时会检查 DSH Host 版本和移动布局所需的前端依赖,遇到未经验证的版本会直接报错而不是带病启动;CI 也会持续跟踪 DSH 主分支的布局契约。升级 DSH 后如遇兼容提示,请先升级 DSH Mobile。
|
|
146
148
|
|