ai-remote 0.4.10 → 0.4.11
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/dist/cli.mjs +4 -3
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -9792,9 +9792,10 @@ async function runWindow(argv) {
|
|
|
9792
9792
|
macosTitlebarTransparent: true,
|
|
9793
9793
|
macosFullsizeContentView: true,
|
|
9794
9794
|
macosTitleHidden: true,
|
|
9795
|
-
//
|
|
9796
|
-
//
|
|
9797
|
-
|
|
9795
|
+
// Keep dragging scoped to the native titlebar. Enabling movable background
|
|
9796
|
+
// makes AppKit treat the remote desktop canvas (and the terminal) as a
|
|
9797
|
+
// window drag handle, stealing pointer drags meant for the remote machine.
|
|
9798
|
+
macosMovableByWindowBackground: false
|
|
9798
9799
|
});
|
|
9799
9800
|
try {
|
|
9800
9801
|
const edge = 64;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-remote",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
4
4
|
"description": "RDP, VNC and SSH protocol engines that run in Node, a Worker or a browser -- plus `npx ai-remote`, a CLI that drives a machine and shows you what it is doing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|