build(mac): enable time-sensitive notifications

This commit is contained in:
Peter Steinberger
2025-12-12 18:40:09 +00:00
parent 378e39d7ad
commit 337ae05ed8
2 changed files with 3 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ struct Response { ok: Bool; message?: String; payload?: Data }
## CLI (`clawdis-mac`)
- Subcommands (JSON out, non-zero exit on failure):
- `notify --title --body [--sound]`
- `notify --title --body [--sound] [--priority passive|active|timeSensitive]`
- `ensure-permissions --cap accessibility --cap screenRecording [--interactive]`
- `screenshot [--display-id N | --window-id N] [--out path]`
- `run -- cmd args... [--cwd] [--env KEY=VAL] [--timeout 30] [--needs-screen-recording]`