Fix file-transfer
This commit is contained in:
Vendored
+7
-1
@@ -62,7 +62,13 @@ mod whiteboard;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
mod updater;
|
||||
|
||||
mod ui_cm_interface;
|
||||
// `ui_cm_interface` exposes the full Connection-Manager IPC loop used by the
|
||||
// Flutter UI (`start_ipc` + the `InvokeUiCM` trait + `authorize`/`close`/...).
|
||||
// Made pub so hello-agent's headless `--cm` process can plug in its own
|
||||
// MessageBoxW-based `InvokeUiCM` impl and inherit upstream's file-transfer,
|
||||
// chat, and clipboard handling instead of having to re-implement `handle_fs`
|
||||
// and the read-job timer.
|
||||
pub mod ui_cm_interface;
|
||||
mod ui_interface;
|
||||
mod ui_session_interface;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
pub const VERSION: &str = "1.4.6";
|
||||
#[allow(dead_code)]
|
||||
pub const BUILD_DATE: &str = "2026-05-08 14:54";
|
||||
pub const BUILD_DATE: &str = "2026-05-09 10:43";
|
||||
|
||||
Reference in New Issue
Block a user