@mmmbuto/nexuscrew 0.8.17 → 0.8.19
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 +8 -3
- package/frontend/dist/assets/index-DOHx885g.js +91 -0
- package/frontend/dist/assets/index-kxpt4ezv.css +32 -0
- package/frontend/dist/index.html +2 -2
- package/frontend/dist/version.json +1 -1
- package/lib/fleet/index.js +2 -1
- package/lib/server.js +15 -5
- package/lib/tmux/list.js +35 -3
- package/lib/tmux/preview.js +27 -9
- package/package.json +1 -1
- package/frontend/dist/assets/index-C-JOkuIc.css +0 -32
- package/frontend/dist/assets/index-CffPTRyq.js +0 -91
package/README.md
CHANGED
|
@@ -22,8 +22,8 @@ listener.
|
|
|
22
22
|
| Area | What NexusCrew provides |
|
|
23
23
|
|---|---|
|
|
24
24
|
| Terminal | Real PTY attachment to live tmux sessions through WebSocket and xterm.js |
|
|
25
|
-
| Workspaces | Named decks, tiled desktop layouts, mobile session view, saved ordering and
|
|
26
|
-
| Fleet | Reusable cells, engines, providers, models, permission policies, prompts
|
|
25
|
+
| Workspaces | Named decks, tiled desktop layouts, mobile session view, saved ordering, pins and per-cell composer state |
|
|
26
|
+
| Fleet | Reusable cells, engines, providers, models, permission policies, prompts, boot state and live working status |
|
|
27
27
|
| Nodes | One-link pairing and owner-qualified routing over supervised OpenSSH connections |
|
|
28
28
|
| Operations | Background service, boot integration, diagnostics, stable npm updates and selective backup |
|
|
29
29
|
| AI integration | A stdio MCP bridge for operator communication, deck discovery and cell-to-cell delivery |
|
|
@@ -185,6 +185,11 @@ multiline prompts use the terminal application's bracketed-paste mode; clipboard
|
|
|
185
185
|
dropped files are stored in the selected session inbox and their paths are inserted without
|
|
186
186
|
submitting Enter.
|
|
187
187
|
|
|
188
|
+
The input composer can expand for longer prompts. Each owner-qualified tmux cell keeps its own
|
|
189
|
+
draft, size preference and bounded prompt history in the current browser, including safe
|
|
190
|
+
ArrowUp/ArrowDown recall at textarea boundaries. This browser-local state is not federated or
|
|
191
|
+
included in Fleet backups and can be cleared from Settings → System.
|
|
192
|
+
|
|
188
193
|
## Connect nodes through SSH
|
|
189
194
|
|
|
190
195
|
Every installation starts as a local node. A node joins another NexusCrew installation with a
|
|
@@ -349,7 +354,7 @@ See [CHANGELOG.md](CHANGELOG.md) for released changes.
|
|
|
349
354
|
|
|
350
355
|
## Status
|
|
351
356
|
|
|
352
|
-
The current stable release is **v0.8.
|
|
357
|
+
The current stable release is **v0.8.19**. npm `latest`, the GitHub tag and the release use the
|
|
353
358
|
same audited package artifact.
|
|
354
359
|
|
|
355
360
|
## License
|