nterminal 1.2.53 → 1.2.55
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 -1
- package/SECURITY.md +1 -1
- package/bin/nterminal.js +4 -0
- package/dist/client/assets/MarkdownPreview-CCE_ITdh.js +1 -0
- package/dist/client/assets/{TranscriptMarkdownBody-DJbLRp61.js → TranscriptMarkdownBody-CZrc3zaR.js} +1 -1
- package/dist/client/assets/{index-BEv9DwQ7.css → index-EhJZer0I.css} +1 -1
- package/dist/client/assets/index-LXA2msdF.js +54 -0
- package/dist/client/assets/{index-Bj8e-m7A.js → index-WieImnbS.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/scripts/distcall.js +436 -0
- package/dist/scripts/distcall.js.map +1 -0
- package/dist/scripts/onboarding.js +3 -3
- package/dist/scripts/onboarding.js.map +1 -1
- package/dist/server/agent/agentRoutes.js +124 -2
- package/dist/server/agent/agentRoutes.js.map +1 -1
- package/dist/server/auth/authService.d.ts +3 -0
- package/dist/server/auth/authService.js +51 -7
- package/dist/server/auth/authService.js.map +1 -1
- package/dist/server/distcall/envelope.d.ts +6 -0
- package/dist/server/distcall/envelope.js +56 -0
- package/dist/server/distcall/envelope.js.map +1 -0
- package/dist/server/distcall/executor.d.ts +23 -0
- package/dist/server/distcall/executor.js +316 -0
- package/dist/server/distcall/executor.js.map +1 -0
- package/dist/server/files/rootToken.d.ts +4 -2
- package/dist/server/files/rootToken.js +9 -4
- package/dist/server/files/rootToken.js.map +1 -1
- package/dist/server/http.d.ts +2 -1
- package/dist/server/http.js +2 -0
- package/dist/server/http.js.map +1 -1
- package/dist/server/routes/agentManagementRoutes.js +14 -2
- package/dist/server/routes/agentManagementRoutes.js.map +1 -1
- package/dist/server/routes/distributedCallRoutes.d.ts +9 -0
- package/dist/server/routes/distributedCallRoutes.js +305 -0
- package/dist/server/routes/distributedCallRoutes.js.map +1 -0
- package/dist/server/routes/fileRoutes.js +32 -3
- package/dist/server/routes/fileRoutes.js.map +1 -1
- package/dist/server/routes/terminalLayoutRoutes.js +12 -8
- package/dist/server/routes/terminalLayoutRoutes.js.map +1 -1
- package/dist/server/storage/fileStore.d.ts +8 -1
- package/dist/server/storage/fileStore.js +49 -2
- package/dist/server/storage/fileStore.js.map +1 -1
- package/dist/shared/layoutState.d.ts +3 -0
- package/dist/shared/layoutState.js +49 -0
- package/dist/shared/layoutState.js.map +1 -1
- package/dist/shared/protocol.d.ts +74 -2
- package/dist/shared/protocol.js.map +1 -1
- package/dist/shared/types.d.ts +2 -0
- package/docs/features.md +4 -3
- package/docs/operations.md +1 -1
- package/package.json +1 -1
- package/dist/client/assets/MarkdownPreview-DvW1iSJP.js +0 -1
- package/dist/client/assets/index-DaKyipYG.js +0 -54
- package/docs/assets/nterminal-workspace.png +0 -0
package/docs/features.md
CHANGED
|
@@ -18,14 +18,15 @@
|
|
|
18
18
|
- The sidebar switches servers without tearing down the inactive server workspaces.
|
|
19
19
|
- Server cards can toggle between compact names and detailed CPU, memory, disk, and swap usage with percentages and absolute values.
|
|
20
20
|
- CPU, memory, disk, and swap percentages above 90% / 95% are highlighted with warning / danger tones.
|
|
21
|
-
- Settings includes
|
|
21
|
+
- Settings includes a Servers section for checking npm package updates on each server.
|
|
22
22
|
- Update all runs secondary server updates in parallel first, then updates the main server last.
|
|
23
23
|
- Background update checks run hourly and badge Settings/Updates when an update is available.
|
|
24
|
+
- Optional distributed calls can be enabled per server for CLI-driven batch work across trusted workers.
|
|
24
25
|
|
|
25
26
|
## Security And Access
|
|
26
27
|
|
|
27
28
|
- Password plus TOTP two-factor authentication.
|
|
28
|
-
-
|
|
29
|
+
- Multiple browser sessions can stay active across tabs, PWA, and mobile browser contexts.
|
|
29
30
|
- Session IP binding rejects cookies presented from an unexpected client IP.
|
|
30
31
|
- Trusted devices can re-authenticate with a TOTP code only for 30 days.
|
|
31
32
|
- Trusted networks can be added by exact IP or CIDR to skip the re-auth prompt.
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
|
|
34
35
|
## Terminal Appearance And Settings
|
|
35
36
|
|
|
36
|
-
- Settings is organized into Terminal, Shortcuts, Notifications, Security, and
|
|
37
|
+
- Settings is organized into Terminal, Shortcuts, Notifications, Security, and Servers sections.
|
|
37
38
|
- The settings sidebar highlights the visible section and jumps directly to that section.
|
|
38
39
|
- Terminal font size is adjustable with a slider, stepper, numeric input, and reset button.
|
|
39
40
|
- Terminal font family can switch between MesloLGS NF, JetBrains Mono, and system monospace stacks.
|
package/docs/operations.md
CHANGED
|
@@ -31,7 +31,7 @@ nterminal logs
|
|
|
31
31
|
|
|
32
32
|
Each server updates itself as an npm package install.
|
|
33
33
|
|
|
34
|
-
The **
|
|
34
|
+
The **Servers** panel in Settings can manage the fleet:
|
|
35
35
|
|
|
36
36
|
- **Check for updates** checks the npm registry.
|
|
37
37
|
- **Update** runs `npm install -g nterminal@latest --prefer-online` plus a package-aware restart.
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as a}from"./index-DaKyipYG.js";import{M as e,r as o}from"./index-Bj8e-m7A.js";function s({content:r}){return a.jsx(e,{remarkPlugins:[o],children:r})}export{s as default};
|