@lanonasis/cli 1.2.1 → 1.2.2
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,16 @@ The Lanonasis CLI provides a powerful command-line interface for interacting wit
|
|
|
18
18
|
- **Hybrid Architecture**: Seamless switching between local MCP and remote API
|
|
19
19
|
- **Real-time Updates**: SSE streaming for live memory synchronization
|
|
20
20
|
|
|
21
|
+
## 🆕 New in v1.2.1 - Enhanced CLI Experience
|
|
22
|
+
- **🎨 Colorful VPS-style Interface**: Beautiful terminal output with intuitive color coding
|
|
23
|
+
- **📊 Enhanced System Status**: Comprehensive health checks and service monitoring
|
|
24
|
+
- **🔍 Improved Version Management**: Better version tracking and update notifications
|
|
25
|
+
- **⚡ Performance Optimizations**: Faster command execution and response times
|
|
26
|
+
- **🛡️ Enhanced Security Checks**: Real-time API endpoint validation
|
|
27
|
+
- **📈 Usage Statistics**: Track your CLI usage patterns and command history
|
|
28
|
+
- **🌈 Color-coded Output**: Error states, success messages, and warnings in vibrant colors
|
|
29
|
+
- **🔄 Auto-update Notifications**: Get notified when new versions are available
|
|
30
|
+
|
|
21
31
|
## ⚡ Quick Start
|
|
22
32
|
|
|
23
33
|
```bash
|
package/package.json
CHANGED