feat: embed cross-platform HoloLake terminal link

This commit is contained in:
冰朔 2026-08-17 18:59:37 +08:00
commit ae7f883891
16 changed files with 808 additions and 122 deletions

View file

@ -6,7 +6,12 @@
"same_device": {
"auto_discovery": true,
"descriptor": "STANDARD_APP_DATA_DESCRIPTOR",
"transport": "USER_ONLY_UNIX_SOCKET",
"transport": {
"macos": "USER_PRIVATE_UNIX_SOCKET",
"linux": "USER_PRIVATE_UNIX_SOCKET",
"windows": "USER_PRIVATE_NAMED_PIPE"
},
"terminal_link_protocol": "HOLOLAKE_TERMINAL_LINK/2",
"copy_large_invitation_required": false,
"network_required": false
},