@zhangfengshun/dsh-remote-ssh 2.0.9 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,12 +11,11 @@
11
11
  | 💻 远程终端 | 内置「终端」页签自动检测远程工作区,SSH 交互式终端 |
12
12
  | 🌐 远程工作区 | 选择远程目录创建原生工作区,一键进入远程环境 |
13
13
  | 🤖 模型工具 | 12 个 `remote_ssh_*` 工具,会话感知免填连接参数 |
14
- | 🌍 双语 | 中英文界面 + 工具描述,跟随 DSH 语言自动切换 |
15
14
 
16
15
  ## 安装
17
16
 
18
17
  ```bash
19
- dsh plugin --profile <name> add @zhangfengshun/dsh-remote-ssh@2.0.8
18
+ dsh plugin --profile <name> add @zhangfengshun/dsh-remote-ssh@2.1.0
20
19
  ```
21
20
 
22
21
  > 安装后需**重启 DSH**。`@zhangfengshun/dsh-remote-ssh` 必须在 bundles 列表中排在 `dsh-better-sidebar` **之后**。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangfengshun/dsh-remote-ssh",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "DSH web plugin: VSCode Remote-SSH-like remote development (SSH to supercomputers/servers, remote workspace, file explorer, integrated terminal), integrated with dsh-better-sidebar and DSH settings.",
5
5
  "keywords": [
6
6
  "dsh",