dsh-ssh-tui 0.1.4 → 0.1.5
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 +4 -0
- package/README.md +3 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -45,6 +45,10 @@ For the optional **智能路由模式 (routing-suite)** mode, also run:
|
|
|
45
45
|
bash scripts/install-routing-suite.sh
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
The script adds `dsh-routing-suite`, registers its preset for the `/mode`
|
|
49
|
+
menu, and mounts the in-box loopback `webServer` service (`127.0.0.1` on an
|
|
50
|
+
OS-assigned port) that the plugin requires for its read-only status API.
|
|
51
|
+
|
|
48
52
|
Set `DEEPSEEK_API_KEY` (or a `$DSH_HOME/settings.yaml` / `.env` with the
|
|
49
53
|
credentials), then start:
|
|
50
54
|
|
package/README.md
CHANGED
|
@@ -84,7 +84,9 @@ bash scripts/install-routing-suite.sh work # 其它 profile
|
|
|
84
84
|
|
|
85
85
|
脚本会执行 `dsh plugin --profile <name> add dsh-routing-suite`,并把包内的
|
|
86
86
|
`preset/routing-suite` 复制到 `$DSH_HOME/.agent-presets/routing-suite`,
|
|
87
|
-
这样 TUI 的 `/mode`
|
|
87
|
+
这样 TUI 的 `/mode` 菜单才能选择“智能路由模式”。该插件需要 `webServer`
|
|
88
|
+
服务,脚本会在 profile 的 `cordis.patch.yml` 中挂载一个仅监听
|
|
89
|
+
`127.0.0.1` 随机端口的 `dsh-host-webserver`,不会对外开放端口。
|
|
88
90
|
|
|
89
91
|
## 启动与命令行参数
|
|
90
92
|
|