electerm 1.60.16 → 1.60.29
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 +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -46,6 +46,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
46
46
|
- UI/terminal theme
|
|
47
47
|
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
48
48
|
- Quick input to one or all terminals.
|
|
49
|
+
- AI assistant integration (supporting [DeepSeek](https://www.deepseek.com), OpenAI, and other AI APIs) to help with command suggestions, script writing, and explaining selected terminal content
|
|
49
50
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
50
51
|
- Deep link support: check [wiki](https://github.com/electerm/electerm/wiki/Deep-link-support)
|
|
51
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.29",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
"shelljs": "0.8.5",
|
|
93
93
|
"standard": "^17.1.0",
|
|
94
94
|
"trzsz": "^1.1.3",
|
|
95
|
-
"vite": "6.0.
|
|
95
|
+
"vite": "6.0.11",
|
|
96
96
|
"vite-plugin-commonjs": "0.10.4",
|
|
97
97
|
"vscode-icons": "vscode-icons/vscode-icons",
|
|
98
98
|
"vscode-icons-js": "11.6.1",
|
|
99
99
|
"zmodem-ts": "1.0.4"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@electerm/electerm-locales": "2.0.
|
|
102
|
+
"@electerm/electerm-locales": "2.0.33",
|
|
103
103
|
"@electerm/electerm-themes": "^1.0.1",
|
|
104
104
|
"@electerm/rdpjs": "^1.0.0",
|
|
105
105
|
"@electerm/ssh2": "1.16.1",
|