From ecf0da17961ad26a99736c29ab950894657c1842 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 13 Dec 2025 17:17:42 +0000 Subject: [PATCH] docs(mac): document clawdis ui passthrough --- docs/clawdis-mac.md | 1 + docs/mac/peekaboo.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/clawdis-mac.md b/docs/clawdis-mac.md index 538938e0d..07bcbcc9c 100644 --- a/docs/clawdis-mac.md +++ b/docs/clawdis-mac.md @@ -94,6 +94,7 @@ UI automation is not part of `ClawdisIPC.Request`: - Prefer `ensure-permissions` before actions that need TCC. - Use `notify` for desktop toasts; fall back to JS notifier only if CLI missing or platform ≠ macOS. - Use `run` for tasks requiring privileged UI context (screen-recorded terminal runs, etc.). + - For UI automation, `clawdis ui …` is a convenience passthrough to `clawdis-mac ui …` (text by default; add `--json` to the outer `clawdis` command for structured output). ## Deep links (URL scheme) diff --git a/docs/mac/peekaboo.md b/docs/mac/peekaboo.md index 4313d0e56..4fe7e8931 100644 --- a/docs/mac/peekaboo.md +++ b/docs/mac/peekaboo.md @@ -32,6 +32,7 @@ Reference (Peekaboo submodule): `docs/bridge-host.md`. - **Clawdis.app** (secondary; “thin host” only) - **Bridge clients** (trigger single actions): - `clawdis-mac ui …` + - `clawdis ui …` (Node/TS convenience wrapper; shells out to `clawdis-mac ui …`) - Node/Gateway shells out to `clawdis-mac` ### Host discovery (client-side)