@mmmbuto/nexuscli 0.9.12 → 0.9.13
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 +4 -0
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.9.13] - 2026-01-09
|
|
6
|
+
### Chore
|
|
7
|
+
- Add .npmignore to avoid publish warning
|
|
8
|
+
|
|
5
9
|
## [0.9.12] - 2026-01-09
|
|
6
10
|
### Fixed
|
|
7
11
|
- Guard PTY utils loading to avoid hard crash when dependency is broken or missing
|
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ NexusCLI is a lightweight, Termux-first AI cockpit that orchestrates Claude Code
|
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
47
|
# From npm
|
|
48
|
-
npm install -g @mmmbuto/nexuscli@0.9.
|
|
48
|
+
npm install -g @mmmbuto/nexuscli@0.9.13
|
|
49
49
|
|
|
50
50
|
# From GitHub
|
|
51
51
|
npm install -g github:DioNanos/nexuscli
|
|
@@ -55,7 +55,7 @@ npm install -g github:DioNanos/nexuscli
|
|
|
55
55
|
|
|
56
56
|
```bash
|
|
57
57
|
# Latest (default)
|
|
58
|
-
npm install -g @mmmbuto/nexuscli@0.9.
|
|
58
|
+
npm install -g @mmmbuto/nexuscli@0.9.13
|
|
59
59
|
|
|
60
60
|
# Stable channel (pinned)
|
|
61
61
|
npm install -g @mmmbuto/nexuscli@stable
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/nexuscli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
4
4
|
"description": "NexusCLI - TRI CLI Control Plane (Claude/Codex/Gemini/Qwen)",
|
|
5
5
|
"main": "lib/server/server.js",
|
|
6
6
|
"bin": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"x64"
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@mmmbuto/pty-termux-utils": "^1.1.
|
|
62
|
+
"@mmmbuto/pty-termux-utils": "^1.1.4",
|
|
63
63
|
"bcryptjs": "^3.0.3",
|
|
64
64
|
"chalk": "^4.1.2",
|
|
65
65
|
"commander": "^12.1.0",
|