You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**WRAITH Protocol v1.5.8 - Complete CLI Node API Integration and Desktop Application Stability**
15
+
16
+
This patch release delivers full CLI integration with the Node API and resolves critical stability issues in the wraith-transfer desktop application on Wayland-based systems.
17
+
18
+
### Added
19
+
20
+
#### CLI Node API Integration
21
+
-**Complete CLI Integration:** All 12 CLI commands now fully integrated with Node API
22
+
-`send` - Initiate secure file transfer to peer
23
+
-`receive` - Accept incoming file transfers
24
+
-`daemon` - Run as background service
25
+
-`keygen` - Generate Ed25519 identity keypair
26
+
-`peers` - List discovered peers and active sessions
27
+
-`status` - Display node status and health metrics
28
+
-`config` - Manage configuration settings
29
+
- Additional commands fully operational with wraith-core backend
30
+
-**Node API Backend:** CLI now leverages full protocol stack
31
+
- Session management with Noise_XX handshake
32
+
- File transfer coordination with chunking and verification
33
+
- DHT integration for peer discovery
34
+
- NAT traversal with STUN/ICE
35
+
- Health monitoring with failed ping detection
36
+
-**Enhanced User Experience:** Real-time progress tracking and detailed error reporting
WRAITH Protocol is production-ready with a cross-platform desktop application. Phase 15 delivers WRAITH Transfer, a Tauri 2.0-based desktop client with React 18 frontend, providing full wraith-core integration with an intuitive UI for secure file transfers.
23
23
@@ -627,4 +627,4 @@ WRAITH Protocol builds on the work of many excellent projects and technologies:
0 commit comments