dsh-zen-remote 1.1.14 → 1.1.15

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.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p align="center">
5
5
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-0B7285?style=flat-square" alt="MIT"></a>
6
- <img src="https://img.shields.io/badge/release-v1.1.14-5B4CF0?style=flat-square" alt="v1.1.14">
6
+ <img src="https://img.shields.io/badge/release-v1.1.15-5B4CF0?style=flat-square" alt="v1.1.15">
7
7
  <img src="https://img.shields.io/badge/DSH-Web%20Profile-5B4CF0?style=flat-square" alt="DSH Web Profile">
8
8
  </p>
9
9
 
@@ -45,7 +45,7 @@ Edit `~/.dsh/profiles/web/package.json` by hand — one line under `dependencies
45
45
  ```jsonc
46
46
  {
47
47
  "dependencies": {
48
- "dsh-zen-remote": "^1.1.14" // for local development: "link:/path/to/dsh-zen-remote"
48
+ "dsh-zen-remote": "^1.1.15" // for local development: "link:/path/to/dsh-zen-remote"
49
49
  },
50
50
  "dsh": { "profile": { "bundles": [
51
51
  "@deepseek-ai/dsh-base",
package/README.zh-CN.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p align="center">
5
5
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-0B7285?style=flat-square" alt="MIT"></a>
6
- <img src="https://img.shields.io/badge/release-v1.1.14-5B4CF0?style=flat-square" alt="v1.1.14">
6
+ <img src="https://img.shields.io/badge/release-v1.1.15-5B4CF0?style=flat-square" alt="v1.1.15">
7
7
  <img src="https://img.shields.io/badge/DSH-Web%20Profile-5B4CF0?style=flat-square" alt="DSH Web Profile">
8
8
  </p>
9
9
 
@@ -45,7 +45,7 @@ dsh plugin add dsh-zen-remote
45
45
  ```jsonc
46
46
  {
47
47
  "dependencies": {
48
- "dsh-zen-remote": "^1.1.14" // 本地开发换成 "link:/path/to/dsh-zen-remote"
48
+ "dsh-zen-remote": "^1.1.15" // 本地开发换成 "link:/path/to/dsh-zen-remote"
49
49
  },
50
50
  "dsh": { "profile": { "bundles": [
51
51
  "@deepseek-ai/dsh-base",
package/lib/client.js CHANGED
@@ -1298,8 +1298,11 @@ function MobileHome({ useSessions, useWorkspaces, useSessionPendingInteraction,
1298
1298
  return row === undefined ? [] : [row];
1299
1299
  })
1300
1300
  // Blank sessions are the New Session placeholders the official sidebar
1301
- // hides too; subagents belong to their parent's session view.
1302
- .filter((row) => !row.blank && row.parentId === undefined && row.origin !== 'subagent')
1301
+ // hides too; subagents belong to their parent's session view, excluded
1302
+ // by their durable origin. Fork children also carry parentId but no
1303
+ // origin — they must stay listed, so parentage is never a filter here
1304
+ // (issue #9: forked branches were invisible on the phone).
1305
+ .filter((row) => !row.blank && row.origin !== 'subagent')
1303
1306
  .filter((row) => !archived.has(row.id))
1304
1307
  .filter((row) => scope === null || scope.has(row.id))
1305
1308
  // A session that never completed a single turn is not established yet —
@@ -1 +1 @@
1
- {"version":3,"file":"MobileHome.d.ts","sourceRoot":"","sources":["../../../src/client/MobileHome.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAU7F,OAAO,KAAK,EAAoB,SAAS,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AACzG,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAA;AAMjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAMpD,kEAAkE;AAClE,MAAM,MAAM,eAAe,GACvB,YAAY,CAAC,eAAe,CAAC,GAC7B,UAAU,CAAC,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,GAC7C,WAAW,CAAC,OAAO,EAAE,CAAC,GACtB;IACA,mCAAmC;IACnC,WAAW,EAAE,CAAC,EAAE,EAAE,SAAS,KAAK,IAAI,CAAA;IACpC,uDAAuD;IACvD,YAAY,EAAE,CAAC,WAAW,CAAC,EAAE,WAAW,KAAK,IAAI,CAAA;IACjD,2EAA2E;IAC3E,kBAAkB,EAAE,CAAC,EAAE,EAAE,SAAS,KAAK,IAAI,CAAA;IAC3C,sEAAsE;IACtE,cAAc,EAAE,CAAC,EAAE,EAAE,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IAChD;;;OAGG;IACH,4BAA4B,CAAC,EAAE,sBAAsB,CAAA;CACtD,CAAA;AAgNH;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,aAAa,EACb,4BAA4B,EAC5B,QAAQ,EACR,OAAO,EACP,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,cAAc,EACd,CAAC,GACF,EAAE,eAAe,sCAqRjB"}
1
+ {"version":3,"file":"MobileHome.d.ts","sourceRoot":"","sources":["../../../src/client/MobileHome.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAU7F,OAAO,KAAK,EAAoB,SAAS,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AACzG,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAA;AAMjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAMpD,kEAAkE;AAClE,MAAM,MAAM,eAAe,GACvB,YAAY,CAAC,eAAe,CAAC,GAC7B,UAAU,CAAC,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,GAC7C,WAAW,CAAC,OAAO,EAAE,CAAC,GACtB;IACA,mCAAmC;IACnC,WAAW,EAAE,CAAC,EAAE,EAAE,SAAS,KAAK,IAAI,CAAA;IACpC,uDAAuD;IACvD,YAAY,EAAE,CAAC,WAAW,CAAC,EAAE,WAAW,KAAK,IAAI,CAAA;IACjD,2EAA2E;IAC3E,kBAAkB,EAAE,CAAC,EAAE,EAAE,SAAS,KAAK,IAAI,CAAA;IAC3C,sEAAsE;IACtE,cAAc,EAAE,CAAC,EAAE,EAAE,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IAChD;;;OAGG;IACH,4BAA4B,CAAC,EAAE,sBAAsB,CAAA;CACtD,CAAA;AAgNH;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,aAAa,EACb,4BAA4B,EAC5B,QAAQ,EACR,OAAO,EACP,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,cAAc,EACd,CAAC,GACF,EAAE,eAAe,sCAwRjB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-zen-remote",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "把 DeepSeek Harness 变成手机 App:移动端界面重排(两级页面栈、会话列表主屏、composer 重排、手势、附件上传)+ 配对码认证网关 + PWA 安装 + 真 Web Push。Complete mobile plugin for DeepSeek Harness (DSH): app-shell mobile UI, pairing-code gateway for public-internet access behind your own reverse proxy, installable PWA, offline service worker, and real Web Push agent-done notifications.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -319,8 +319,11 @@ export function MobileHome({
319
319
  return row === undefined ? [] : [row]
320
320
  })
321
321
  // Blank sessions are the New Session placeholders the official sidebar
322
- // hides too; subagents belong to their parent's session view.
323
- .filter((row) => !row.blank && row.parentId === undefined && row.origin !== 'subagent')
322
+ // hides too; subagents belong to their parent's session view, excluded
323
+ // by their durable origin. Fork children also carry parentId but no
324
+ // origin — they must stay listed, so parentage is never a filter here
325
+ // (issue #9: forked branches were invisible on the phone).
326
+ .filter((row) => !row.blank && row.origin !== 'subagent')
324
327
  .filter((row) => !archived.has(row.id))
325
328
  .filter((row) => scope === null || scope.has(row.id))
326
329
  // A session that never completed a single turn is not established yet —