@lemoncat7/dsh-ssh 1.3.12 → 1.4.0
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 +4 -0
- package/lib/client.d.ts +1 -1
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +58 -58
- package/lib/client.js.map +2 -2
- package/lib/file-transfer-tools.js +6 -6
- package/lib/file-transfer-tools.js.map +1 -1
- package/lib/project-session-dialog.d.ts +1 -1
- package/lib/project-session-dialog.d.ts.map +1 -1
- package/lib/project-session-dialog.js +1 -1
- package/lib/project-session-dialog.js.map +1 -1
- package/lib/remote-workspace-tree.d.ts +1 -1
- package/lib/remote-workspace-tree.d.ts.map +1 -1
- package/lib/sftp-client.js +1 -1
- package/lib/sftp-client.js.map +1 -1
- package/lib/terminal-view.js +13 -13
- package/lib/tools.js +5 -9
- package/lib/tools.js.map +1 -1
- package/lib/ui-components.js +1 -1
- package/lib/ui-components.js.map +1 -1
- package/package.json +30 -18
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
浏览器 UI、服务端运行时、会话授权边界和终端生命周期的职责说明见 [ARCHITECTURE.md](./ARCHITECTURE.md)。
|
|
6
6
|
|
|
7
|
+
## 兼容性
|
|
8
|
+
|
|
9
|
+
正式版 `1.4.0` 针对 DeepSeek Harness `0.1.2-rc.1` 构建并完成部署验证,需要 Node.js `22.19+` 或 `24+`。Agent、Session/Workspace Controller、Credentials、Tools 与客户端 UI 接口均对应 `0.1.2-rc.1`。
|
|
10
|
+
|
|
7
11
|
## 安装
|
|
8
12
|
|
|
9
13
|
```bash
|
package/lib/client.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClientContext } from '@deepseek-ai/
|
|
1
|
+
import type { Context as ClientContext } from '@deepseek-ai/cordis';
|
|
2
2
|
export declare const inject: string[];
|
|
3
3
|
export declare function apply(ctx: ClientContext): void;
|
|
4
4
|
//# sourceMappingURL=client.d.ts.map
|
package/lib/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAgEnE,eAAO,MAAM,MAAM,UAAgD,CAAA;AAEnE,wBAAgB,KAAK,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI,CAc9C"}
|