ai-remote 0.6.0 → 0.6.1
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/SKILL.md +2 -2
- package/dist/{cli-chunk-P4645KKB.mjs → cli-chunk-CD47NHZT.mjs} +1 -1
- package/dist/{cli-chunk-TKKENOSJ.mjs → cli-chunk-MURUADW4.mjs} +1 -1
- package/dist/cli-daemon-SD2AS34J.mjs +9872 -0
- package/dist/{cli-window-AWXZ5NJX.mjs → cli-window-G5ESQTF5.mjs} +2 -2
- package/dist/cli.mjs +106 -14
- package/dist/computer.d.ts +108 -9
- package/dist/computer.js +3 -3
- package/package.json +1 -1
- package/dist/cli-daemon-3L36TBIB.mjs +0 -9377
package/SKILL.md
CHANGED
|
@@ -468,7 +468,7 @@ fresh `shot` rather than trusting one from before you paused.
|
|
|
468
468
|
what a Windows shell assumes it has -- are removed from the RDP width, and the
|
|
469
469
|
divider between the panes can be dragged.
|
|
470
470
|
- `--audio` (RDP only) asks the host to redirect the session's sound and plays
|
|
471
|
-
it in the window; the toolbar's speaker button mutes it.
|
|
471
|
+
it in the window; the toolbar's speaker button mutes it. Enabled by default for windowed RDP; `--no-audio` disables it:
|
|
472
472
|
the stream costs bandwidth in both directions, and Windows stops playing
|
|
473
473
|
through the host's own speakers while it is redirected. A headless session
|
|
474
474
|
ignores the flag, having nowhere to play anything.
|
|
@@ -535,7 +535,7 @@ what `status` reports rather than what you asked for.
|
|
|
535
535
|
```bash
|
|
536
536
|
export AI_REMOTE_PASSWORD=...
|
|
537
537
|
npx ai-remote open HOST[:PORT] -u USER [-d DOMAIN] [--session NAME] [--fullscreen] [--side-panel]
|
|
538
|
-
[-W 1920 -H 1080] [-s auto|nla|tls|rdp] [--save] [--idle N] [--audio]
|
|
538
|
+
[-W 1920 -H 1080] [-s auto|nla|tls|rdp] [--save] [--idle N] [--no-audio]
|
|
539
539
|
npx ai-remote open HOST --ssh -u USER [-i ~/.ssh/id_ed25519] # a terminal, no desktop
|
|
540
540
|
npx ai-remote open HOST --vnc -u USER # a screen over VNC
|
|
541
541
|
npx ai-remote vnc [--vnc-port N] # ...or add one to this session
|