@mmmbuto/nexuscrew 0.8.40 → 0.8.42
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/CHANGELOG.md +42 -0
- package/README.md +0 -9
- package/frontend/dist/assets/index-DW6m2FyS.js +93 -0
- package/frontend/dist/assets/index-tkbOceZ6.css +32 -0
- package/frontend/dist/index.html +2 -2
- package/frontend/dist/version.json +1 -1
- package/lib/cli/doctor.js +37 -0
- package/lib/config.js +7 -0
- package/lib/fleet/builtin.js +2 -1
- package/lib/fleet/launch.js +16 -0
- package/lib/fleet/runtime.js +14 -1
- package/lib/server.js +4 -1
- package/lib/settings/routes.js +19 -4
- package/lib/tmux/lifecycle.js +24 -3
- package/package.json +1 -1
- package/skills/nexuscrew-agent/SKILL.md +30 -1
- package/frontend/dist/assets/index-5PMZjYKR.css +0 -32
- package/frontend/dist/assets/index-CwZySkm2.js +0 -93
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,39 @@ All notable changes to NexusCrew are tracked here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.8.42 — 2026-07-28 — "Steady Hand"
|
|
8
|
+
|
|
9
|
+
- Touch selection no longer hides its own endpoint under the finger. A long
|
|
10
|
+
press keeps its anchor and moves an offset caret two rows above the touch
|
|
11
|
+
point, inverted near the top edge, so the text being selected stays visible.
|
|
12
|
+
- KeyBar arrow and page keys repeat while held, like a physical keyboard: an
|
|
13
|
+
initial delay, then a steady stream that stops on release, on leaving the key,
|
|
14
|
+
on cancel, and when the page loses focus or visibility.
|
|
15
|
+
- The Settings tab bar is a single scrollable row with edge cues and auto-scroll
|
|
16
|
+
to the active tab, instead of a grid that left an empty cell and used a third
|
|
17
|
+
of a phone screen.
|
|
18
|
+
- The mouse wheel now browses tmux history in every case, matching the finger
|
|
19
|
+
drag. The Shift modifier no longer switches to application page keys.
|
|
20
|
+
- Updates the frontend build toolchain (postcss 8.5.23) to clear a path
|
|
21
|
+
traversal advisory in the source-map loader. Build-only dependency: the
|
|
22
|
+
published package was never affected.
|
|
23
|
+
|
|
24
|
+
## 0.8.41 — 2026-07-28 — "Open Screen"
|
|
25
|
+
|
|
26
|
+
- New NexusCrew-created sessions keep tmux `alternate-screen` off by default, scoped only
|
|
27
|
+
to the created session and its later windows. Full-screen TUI output now
|
|
28
|
+
remains in tmux history for mobile drag and normal scrolling; set
|
|
29
|
+
`alternateScreen: true` or `NEXUSCREW_ALTERNATE_SCREEN=1` to opt out. The
|
|
30
|
+
change is not retroactive, so a `vim`, `less` or `htop` screen remains visible
|
|
31
|
+
after it exits.
|
|
32
|
+
- `nexuscrew doctor` warns, without changing tmux configuration, when the
|
|
33
|
+
normal-screen mode is active and `history-limit` is below 10000.
|
|
34
|
+
- Moves diagnostics under System in settings and groups the System panel; the
|
|
35
|
+
alternate-screen toggle lives in the diagnostics section.
|
|
36
|
+
- Explains what a shared audio group does before stating what it is not.
|
|
37
|
+
- Adds a mobile cell switcher: a left drawer opens from the key bar for fast
|
|
38
|
+
switching between cells without returning to the session list.
|
|
39
|
+
|
|
7
40
|
## 0.8.40 — 2026-07-27 — "Shared Voice"
|
|
8
41
|
|
|
9
42
|
- Adds opt-in **Audio Share**, a backend-native TTS path for a specific
|
|
@@ -34,6 +67,15 @@ All notable changes to NexusCrew are tracked here.
|
|
|
34
67
|
NexusCrew store), preserves legacy cells as no-op `auto`, and removes the
|
|
35
68
|
conflicting provider environment set when the local store is selected.
|
|
36
69
|
|
|
70
|
+
- New NexusCrew-created sessions keep tmux `alternate-screen` off by default, scoped only
|
|
71
|
+
to the created session and its later windows. Full-screen TUI output now
|
|
72
|
+
remains in tmux history for mobile drag and normal scrolling; set
|
|
73
|
+
`alternateScreen: true` or `NEXUSCREW_ALTERNATE_SCREEN=1` to opt out. The
|
|
74
|
+
change is not retroactive, so a `vim`, `less` or `htop` screen remains visible
|
|
75
|
+
after it exits.
|
|
76
|
+
- `nexuscrew doctor` warns, without changing tmux configuration, when the
|
|
77
|
+
normal-screen mode is active and `history-limit` is below 10000.
|
|
78
|
+
|
|
37
79
|
## 0.8.39 — 2026-07-25 — "Honest Peer"
|
|
38
80
|
|
|
39
81
|
- Fixes `nexuscrew nodes test` and `nexuscrew nodes doctor` falsely reporting a
|
package/README.md
CHANGED
|
@@ -11,15 +11,6 @@ NexusCrew turns live tmux sessions, AI CLI workers and connected machines into
|
|
|
11
11
|
one local-first browser control plane. Your terminals stay real, your tools
|
|
12
12
|
stay yours, and your infrastructure stays under your control.
|
|
13
13
|
|
|
14
|
-
## New in 0.8.40: Audio Share
|
|
15
|
-
|
|
16
|
-
Audio Share lets an authorized cell ask one exact, opt-in node with a real
|
|
17
|
-
speaker to speak through its native platform adapter. Android/Termux, macOS and
|
|
18
|
-
Linux use their local TTS primitives; a browser tab is no longer the only route
|
|
19
|
-
to speech. Consent stays off by default, a group never overrides a node's ACL
|
|
20
|
-
or consent, and `spoken` means that the adapter started—not that a person heard
|
|
21
|
-
the output.
|
|
22
|
-
|
|
23
14
|
<p align="center">
|
|
24
15
|
<img src="docs/img/fleet-deck-desktop.png" width="960" alt="NexusCrew desktop deck with multiple live tmux sessions">
|
|
25
16
|
</p>
|