dsh-mobile
Advanced tools
+4
-0
@@ -5,2 +5,6 @@ # Changelog | ||
| ## 0.2.1 - 2026-08-25 | ||
| - Add a stable Android app download entry to the desktop Mobile Access panel. | ||
| ## 0.2.0 - 2026-08-24 | ||
@@ -7,0 +11,0 @@ |
+1
-1
| { | ||
| "name": "dsh-mobile", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "description": "DeepSeek Harness 移动端适配与安全访问插件,支持局域网、远程连接、Android App 和手机浏览器。", |
+7
-4
@@ -19,9 +19,9 @@ <p align="center"> | ||
| > DSH Mobile 0.2.0 is a DeepSeek Harness community plugin for the DeepSeek Harness 0.1.1 series (verified with 0.1.1-rc.2); the native app supports Android only. | ||
| > DSH Mobile 0.2.1 is a DeepSeek Harness community plugin for the DeepSeek Harness 0.1.1 series (verified with 0.1.1-rc.2); the native app supports Android only. | ||
| > | ||
| > **0.2.0 update**: adds optional remote access and improves mobile loading performance. | ||
| > **0.2.1 update**: adds an Android app download entry to the desktop Mobile Access panel. | ||
| > | ||
| > Upgrading the app from 0.1.3 or earlier requires one uninstall and re-pair; older app builds can still use the 0.2.0 LAN path. | ||
| > Upgrading the app from 0.1.3 or earlier requires one uninstall and re-pair; older app builds can still use the 0.2.1 LAN path. | ||
| <p align="center"><a href="https://github.com/saya-ch/dsh-mobile/releases/download/v0.2.0/dsh-mobile-android-v0.2.0.apk"><strong>Download Android app 0.2.0</strong></a> · <a href="https://github.com/saya-ch/dsh-mobile/releases/tag/v0.2.0">Release notes and checksums</a></p> | ||
| <p align="center"><a href="https://github.com/saya-ch/dsh-mobile/releases/download/v0.2.1/dsh-mobile-android-v0.2.1.apk"><strong>Download Android app 0.2.1</strong></a> · <a href="https://github.com/saya-ch/dsh-mobile/releases/tag/v0.2.1">Release notes and checksums</a></p> | ||
@@ -131,2 +131,4 @@ DSH Mobile is a DeepSeek Harness plugin that lets a mobile browser or the Android app connect over a protected LAN or an optional Tailscale Funnel or cpolar remote path. Local and remote access keep the same sessions, Workspaces, messages, and tools while using separate switches and paired-device stores without modifying DeepSeek Harness source. | ||
| <sub>You can even use an extension to connect to SillyTavern running on the same computer, give it a lightweight mobile frontend, and open it from the same app.</sub> | ||
| > `host.mjs` has the same privileges as a local program. Create and run only computer-side extensions that you understand and trust. | ||
@@ -179,2 +181,3 @@ | ||
| | --- | --- | | ||
| | `0.2.1` | `0.1.0-rc.5`, `0.1.0-rc.6`, `0.1.0-rc.7`, `0.1.1-rc.2` | | ||
| | `0.2.0` | `0.1.0-rc.5`, `0.1.0-rc.6`, `0.1.0-rc.7`, `0.1.1-rc.2` | | ||
@@ -181,0 +184,0 @@ | `0.1.4` | `0.1.0-rc.5`, `0.1.0-rc.6`, `0.1.0-rc.7`, `0.1.1-rc.2` | |
+7
-4
@@ -26,9 +26,9 @@ <p align="center"> | ||
| > DSH Mobile 0.2.0 是 DeepSeek Harness 社区插件,适配 DeepSeek Harness 0.1.1 系列(已验证 0.1.1-rc.2);原生 App 仅支持 Android。 | ||
| > DSH Mobile 0.2.1 是 DeepSeek Harness 社区插件,适配 DeepSeek Harness 0.1.1 系列(已验证 0.1.1-rc.2);原生 App 仅支持 Android。 | ||
| > | ||
| > **0.2.0 更新**:新增可选远程访问,并优化移动端加载体验。 | ||
| > **0.2.1 更新**:桌面“移动访问”面板新增 Android App 下载入口。 | ||
| > | ||
| > 从 0.1.3 或更早 App 升级时需卸载旧版并重新配对一次;旧版 App 仍可使用 0.2.0 的局域网功能。 | ||
| > 从 0.1.3 或更早 App 升级时需卸载旧版并重新配对一次;旧版 App 仍可使用 0.2.1 的局域网功能。 | ||
| <p align="center"><a href="https://github.com/saya-ch/dsh-mobile/releases/download/v0.2.0/dsh-mobile-android-v0.2.0.apk"><strong>下载 Android App 0.2.0</strong></a> · <a href="https://github.com/saya-ch/dsh-mobile/releases/tag/v0.2.0">版本说明与校验文件</a></p> | ||
| <p align="center"><a href="https://github.com/saya-ch/dsh-mobile/releases/download/v0.2.1/dsh-mobile-android-v0.2.1.apk"><strong>下载 Android App 0.2.1</strong></a> · <a href="https://github.com/saya-ch/dsh-mobile/releases/tag/v0.2.1">版本说明与校验文件</a></p> | ||
@@ -138,2 +138,4 @@ DSH Mobile 是一个 DeepSeek Harness 插件,让手机浏览器或 Android App 通过局域网,或可选的 Tailscale Funnel、cpolar 远程通道连接电脑,继续使用同一份会话、工作区、消息和工具。局域网与远程访问分别启停、分别管理设备,且都不修改 DeepSeek Harness 源码。 | ||
| <sub>你甚至可以通过扩展连接电脑上运行的酒馆(</sub> | ||
| > `host.mjs` 与本机程序拥有相同权限;仅创建和运行你理解并信任的电脑端扩展。 | ||
@@ -189,2 +191,3 @@ | ||
| | ------------ | -------------------------------------------------------- | | ||
| | `0.2.1` | `0.1.0-rc.5`、`0.1.0-rc.6`、`0.1.0-rc.7`、`0.1.1-rc.2` | | ||
| | `0.2.0` | `0.1.0-rc.5`、`0.1.0-rc.6`、`0.1.0-rc.7`、`0.1.1-rc.2` | | ||
@@ -191,0 +194,0 @@ | `0.1.4` | `0.1.0-rc.5`、`0.1.0-rc.6`、`0.1.0-rc.7`、`0.1.1-rc.2` | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
26674203
0.01%7846
0.11%220
1.38%17
6.25%