@mmmbuto/nexuscrew 0.8.45 → 0.8.46
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 +22 -0
- package/README.md +1 -1
- package/frontend/dist/assets/{index-DNFEGdog.js → index-DMG-rioF.js} +3 -3
- package/frontend/dist/index.html +1 -1
- package/frontend/dist/version.json +1 -1
- package/lib/fleet/builtin.js +19 -2
- package/lib/fleet/managed.js +45 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,28 @@ All notable changes to NexusCrew are tracked here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.8.46 — 2026-07-31 — "Native Kimi"
|
|
8
|
+
|
|
9
|
+
- The Fleet gains a native Kimi Code CLI engine (`kimi.native`) that launches
|
|
10
|
+
the official `@moonshot-ai/kimi-code` binary directly in the cell's working
|
|
11
|
+
directory. Authentication and providers stay with the CLI (device-code
|
|
12
|
+
login, `config.toml`); NexusCrew never reads, stores or injects Kimi
|
|
13
|
+
credentials, and existing installations receive the engine through an
|
|
14
|
+
idempotent, collision-safe backfill.
|
|
15
|
+
- The engine defaults to interactive (standard) permissions. The unsafe
|
|
16
|
+
policy maps to `--yolo`, which auto-approves regular tool calls while the
|
|
17
|
+
agent may still ask questions; the fully autonomous `--auto` mode is
|
|
18
|
+
deliberately not exposed.
|
|
19
|
+
- Because the CLI documents no interactive prompt flag (`kimi -p` is
|
|
20
|
+
non-interactive and skips the TUI), the cell prompt is never placed on the
|
|
21
|
+
command line: it is delivered with bracketed paste once the session is
|
|
22
|
+
ready, including on supervised restarts.
|
|
23
|
+
- The Claude Code "Kimi Code" provider (`claude.kimi-code`) is unchanged and
|
|
24
|
+
remains the managed K3 path with the 1M-context profile. The PWA presents
|
|
25
|
+
the two paths under distinct names ("Kimi Code CLI" vs "Kimi Code") with an
|
|
26
|
+
explanatory notice, and login-delegated engines no longer show a misleading
|
|
27
|
+
credential KEY section.
|
|
28
|
+
|
|
7
29
|
## 0.8.45 — 2026-07-30 — "Resilient Directory"
|
|
8
30
|
|
|
9
31
|
- Fleet cell-directory reads no longer wait for external model catalog discovery.
|
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ install-script approval.
|
|
|
66
66
|
| **Live terminals** | Attach to real tmux sessions through a real PTY, WebSocket and xterm.js. |
|
|
67
67
|
| **Persistent workspaces** | Arrange sessions into decks with saved layouts, ordering, pins and per-cell drafts. |
|
|
68
68
|
| **Multi-node Fleet** | See and control authorized cells across Linux, macOS and Android nodes. |
|
|
69
|
-
| **AI-ready cells** | Launch Claude Code, Codex, Codex-VL, Pi, Agy or a trusted shell with explicit providers and policies. |
|
|
69
|
+
| **AI-ready cells** | Launch Claude Code, Codex, Codex-VL, Pi, Agy, Kimi Code CLI or a trusted shell with explicit providers and policies. |
|
|
70
70
|
| **Mobile-native control** | Scroll tmux history, use terminal keys, dictate prompts and move files from a phone. |
|
|
71
71
|
| **Operator alerts** | Receive visual, push, browser speech and opt-in node-native Audio Share TTS. |
|
|
72
72
|
|