@mmmbuto/nexuscrew 0.8.18 → 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 +2 -2
- package/frontend/dist/assets/{index-CyN8rOAl.js → index-DOHx885g.js} +28 -28
- package/frontend/dist/assets/{index-BkAGUEmR.css → index-kxpt4ezv.css} +1 -1
- 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/README.md
CHANGED
|
@@ -23,7 +23,7 @@ listener.
|
|
|
23
23
|
|---|---|
|
|
24
24
|
| Terminal | Real PTY attachment to live tmux sessions through WebSocket and xterm.js |
|
|
25
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
|
|
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 |
|
|
@@ -354,7 +354,7 @@ See [CHANGELOG.md](CHANGELOG.md) for released changes.
|
|
|
354
354
|
|
|
355
355
|
## Status
|
|
356
356
|
|
|
357
|
-
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
|
|
358
358
|
same audited package artifact.
|
|
359
359
|
|
|
360
360
|
## License
|