dsh-ssh-tui 0.5.1 → 0.5.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 CHANGED
@@ -69,7 +69,7 @@ Reproducible, no model in the loop: `npm run screenshots:slow` writes
69
69
  ## Requirements
70
70
 
71
71
  - Node.js >= 22.19
72
- - `@deepseek-ai/dsh` CLI: `npm i -g @deepseek-ai/dsh` (verified on `0.1.2-rc.1`; `0.1.3-alpha.*` / `0.1.5-alpha.1` are not yet declared compatible)
72
+ - `@deepseek-ai/dsh` CLI: `npm i -g @deepseek-ai/dsh` (verified on `0.1.2-rc.1`. `0.1.3-alpha.2` / `0.1.5-alpha.1` are incompatible: session persistence moved to a handle API and live tokens moved from `assistant/chunk` to `agent/assistant-stream`. `0.1.3-alpha.1` exists only as a GitHub tag and was never published to npm)
73
73
  - pnpm (used by `dsh plugin` to manage profile dependencies)
74
74
 
75
75
  ## Install
package/README.md CHANGED
@@ -87,7 +87,7 @@ dsh --profile tui
87
87
  ## 环境要求
88
88
 
89
89
  - Node.js ≥ 22.19
90
- - DeepSeek Harness CLI:`npm i -g @deepseek-ai/dsh`(已验证 `0.1.2-rc.1`;`0.1.3-alpha.*` / `0.1.5-alpha.1` 尚未声明 compatible)
90
+ - DeepSeek Harness CLI:`npm i -g @deepseek-ai/dsh`(已验证 `0.1.2-rc.1`。`0.1.3-alpha.2` / `0.1.5-alpha.1` 不兼容:会话 persistence 改成 handle API,流式输出从 `assistant/chunk` 改到 `agent/assistant-stream`。`0.1.3-alpha.1` 只在 GitHub 有 tag,npm 未发布,无法本地装包验证)
91
91
  - pnpm(`dsh plugin` 通过 pnpm 管理 profile 依赖)
92
92
  - 支持 ANSI 的终端(推荐 SSH 直连;Windows 用 PowerShell / Windows Terminal)
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-ssh-tui",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "SSH-friendly interactive terminal TUI plugin for DeepSeek Harness",
5
5
  "keywords": [
6
6
  "deepseek-harness",
@@ -56,12 +56,12 @@
56
56
  "patch": "./cordis.patch.yml"
57
57
  },
58
58
  "compatibility": {
59
- "dsh": ">=0.1.1-rc.2 <0.2.0",
59
+ "dsh": ">=0.1.1-rc.2 <0.1.3",
60
60
  "dshReleases": {
61
61
  "0.1.2-rc.1": "compatible",
62
62
  "0.1.3-alpha.1": "unknown",
63
- "0.1.3-alpha.2": "unknown",
64
- "0.1.5-alpha.1": "unknown"
63
+ "0.1.3-alpha.2": "incompatible",
64
+ "0.1.5-alpha.1": "incompatible"
65
65
  },
66
66
  "profiles": ["tui"]
67
67
  }