@mmmbuto/nexuscli 0.8.4 → 0.8.6
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 +3 -2
- package/frontend/dist/assets/{index-_ELL7nQW.js → index-Ci5gkOq8.js} +1535 -1535
- package/frontend/dist/assets/{index-DABHRYIS.css → index-T55oVtC9.css} +1 -1
- package/frontend/dist/index.html +2 -2
- package/lib/server/services/claude-wrapper.js +13 -1
- package/lib/server/services/gemini-wrapper.js +12 -0
- package/lib/server/services/output-parser.js +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ NexusCLI is a lightweight AI cockpit (Termux-first) to orchestrate Claude Code,
|
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
31
|
-
## Highlights (v0.8.
|
|
31
|
+
## Highlights (v0.8.6)
|
|
32
32
|
|
|
33
33
|
- Multi-engine: Claude, Codex, Gemini
|
|
34
34
|
- Native resume: same engine resumes the session; switching engines uses handoff with summary/history
|
|
@@ -37,7 +37,8 @@ NexusCLI is a lightweight AI cockpit (Termux-first) to orchestrate Claude Code,
|
|
|
37
37
|
- Voice input (Whisper), auto HTTPS for remote microphone
|
|
38
38
|
- Mobile-first UI with SSE streaming and explicit workspace selection
|
|
39
39
|
- Termux: postinstall installs `ripgrep`; Claude wrapper auto-patches missing `vendor/ripgrep/arm64-android/rg`; Codex parser exposes threadId to prevent crash on exit
|
|
40
|
-
- UI: modernized floating input
|
|
40
|
+
- UI: modernized floating input, circular send/stop, updated chat bubbles/icons and markdown rendering
|
|
41
|
+
- Gemini fallback: segnala chiaramente `pty.node` mancante e blocca risposte vuote; input bar resta centrata anche con allegati immagini
|
|
41
42
|
|
|
42
43
|
## Supported Engines
|
|
43
44
|
|