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 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. Off unless asked for:
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
@@ -3,7 +3,7 @@ import {
3
3
  VERSION,
4
4
  isTitlebarDragPoint,
5
5
  logicalDisplaySize
6
- } from "./cli-chunk-TKKENOSJ.mjs";
6
+ } from "./cli-chunk-MURUADW4.mjs";
7
7
 
8
8
  // src/cli/window.ts
9
9
  import { spawn } from "node:child_process";
@@ -1,5 +1,5 @@
1
1
  // src/cli/generated/version.ts
2
- var VERSION = "0.6.0";
2
+ var VERSION = "0.6.1";
3
3
 
4
4
  // src/cli/viewer-layout.ts
5
5
  var TERMINAL_COLUMNS = 80;