Skip to content

Commit ee4e058

Browse files
committed
docs: address macOS review feedback
1 parent dd4629c commit ee4e058

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/platforms/mac/bundled-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ swift run openclaw-mac discover --timeout 3000 --json
8181
```
8282

8383
`connect` accepts `--url`, `--token`, `--timeout`, and `--json`. `discover`
84-
accepts `--host`, `--port`, `--timeout`, and `--json`. Compare discovery output
84+
accepts `--timeout`, `--json`, and `--include-local`. Compare discovery output
8585
with `openclaw gateway discover --json` when you need to separate CLI discovery
8686
from app-side connection issues.
8787

docs/platforms/mac/canvas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Supported query parameters:
123123
- `timeoutSeconds`: optional run timeout.
124124
- `key`: app-generated safety token for trusted local callers.
125125

126-
The app prompts for confirmation unless a valid key is provided. The prompt
127-
shows the decoded message and destination, and execution uses the normal
128-
Gateway run path after approval.
126+
The app prompts for confirmation unless a valid key is provided. Unkeyed links
127+
show the message and URL before approval, and ignore delivery routing fields;
128+
keyed links use the normal Gateway run path.
129129

130130
## Security notes
131131

0 commit comments

Comments
 (0)