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.
Files changed (54) hide show
  1. package/README.md +4 -1
  2. package/SECURITY.md +1 -1
  3. package/bin/nterminal.js +4 -0
  4. package/dist/client/assets/MarkdownPreview-CCE_ITdh.js +1 -0
  5. package/dist/client/assets/{TranscriptMarkdownBody-DJbLRp61.js → TranscriptMarkdownBody-CZrc3zaR.js} +1 -1
  6. package/dist/client/assets/{index-BEv9DwQ7.css → index-EhJZer0I.css} +1 -1
  7. package/dist/client/assets/index-LXA2msdF.js +54 -0
  8. package/dist/client/assets/{index-Bj8e-m7A.js → index-WieImnbS.js} +1 -1
  9. package/dist/client/index.html +2 -2
  10. package/dist/scripts/distcall.js +436 -0
  11. package/dist/scripts/distcall.js.map +1 -0
  12. package/dist/scripts/onboarding.js +3 -3
  13. package/dist/scripts/onboarding.js.map +1 -1
  14. package/dist/server/agent/agentRoutes.js +124 -2
  15. package/dist/server/agent/agentRoutes.js.map +1 -1
  16. package/dist/server/auth/authService.d.ts +3 -0
  17. package/dist/server/auth/authService.js +51 -7
  18. package/dist/server/auth/authService.js.map +1 -1
  19. package/dist/server/distcall/envelope.d.ts +6 -0
  20. package/dist/server/distcall/envelope.js +56 -0
  21. package/dist/server/distcall/envelope.js.map +1 -0
  22. package/dist/server/distcall/executor.d.ts +23 -0
  23. package/dist/server/distcall/executor.js +316 -0
  24. package/dist/server/distcall/executor.js.map +1 -0
  25. package/dist/server/files/rootToken.d.ts +4 -2
  26. package/dist/server/files/rootToken.js +9 -4
  27. package/dist/server/files/rootToken.js.map +1 -1
  28. package/dist/server/http.d.ts +2 -1
  29. package/dist/server/http.js +2 -0
  30. package/dist/server/http.js.map +1 -1
  31. package/dist/server/routes/agentManagementRoutes.js +14 -2
  32. package/dist/server/routes/agentManagementRoutes.js.map +1 -1
  33. package/dist/server/routes/distributedCallRoutes.d.ts +9 -0
  34. package/dist/server/routes/distributedCallRoutes.js +305 -0
  35. package/dist/server/routes/distributedCallRoutes.js.map +1 -0
  36. package/dist/server/routes/fileRoutes.js +32 -3
  37. package/dist/server/routes/fileRoutes.js.map +1 -1
  38. package/dist/server/routes/terminalLayoutRoutes.js +12 -8
  39. package/dist/server/routes/terminalLayoutRoutes.js.map +1 -1
  40. package/dist/server/storage/fileStore.d.ts +8 -1
  41. package/dist/server/storage/fileStore.js +49 -2
  42. package/dist/server/storage/fileStore.js.map +1 -1
  43. package/dist/shared/layoutState.d.ts +3 -0
  44. package/dist/shared/layoutState.js +49 -0
  45. package/dist/shared/layoutState.js.map +1 -1
  46. package/dist/shared/protocol.d.ts +74 -2
  47. package/dist/shared/protocol.js.map +1 -1
  48. package/dist/shared/types.d.ts +2 -0
  49. package/docs/features.md +4 -3
  50. package/docs/operations.md +1 -1
  51. package/package.json +1 -1
  52. package/dist/client/assets/MarkdownPreview-DvW1iSJP.js +0 -1
  53. package/dist/client/assets/index-DaKyipYG.js +0 -54
  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 an Updates section for checking npm package updates on each server.
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
- - Single active session: a new login or re-auth revokes the previous browser session.
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 Updates sections.
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.
@@ -31,7 +31,7 @@ nterminal logs
31
31
 
32
32
  Each server updates itself as an npm package install.
33
33
 
34
- The **updates** panel in the main server sidebar footer can manage the fleet:
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,6 +1,6 @@
1
1
  {
2
2
  "name": "nterminal",
3
- "version": "1.2.53",
3
+ "version": "1.2.55",
4
4
  "license": "GPL-3.0-only",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.7",
@@ -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};