@mmmbuto/nexuscli 0.9.7003-termux → 0.9.7004-termux

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 CHANGED
@@ -27,11 +27,11 @@ NexusCLI is a lightweight, Termux-first AI cockpit to orchestrate Claude Code, C
27
27
 
28
28
  ---
29
29
 
30
- ## Highlights (v0.9.7-termux, testing)
30
+ ## Highlights (v0.9.7004-termux)
31
31
 
32
- - **QWEN Engine**: Integrated Qwen Code CLI with streaming statusbar events
33
- - **QWEN Models**: `coder-model` and `vision-model` available in UI
34
- - **Session Import**: Qwen sessions indexed alongside Claude/Codex/Gemini
32
+ - **QWEN Vision Fix**: `vision-model` now correctly selected for image prompts
33
+ - **Statusbar Realtime**: Qwen tool events streamed live in the UI
34
+ - **Light Theme**: Improved contrast + proper statusbar color on mobile
35
35
 
36
36
  ### v0.9.6
37
37
 
@@ -88,6 +88,9 @@ npm install -g github:DioNanos/nexuscli
88
88
  ### Release Channels
89
89
 
90
90
  ```bash
91
+ # Stable channel (pinned)
92
+ npm install -g @mmmbuto/nexuscli@stable
93
+
91
94
  # Testing channel
92
95
  npm install -g @mmmbuto/nexuscli@testing
93
96
  ```