You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<string>OpenClaw uses your calendars to add events when you enable calendar access.</string>
59
59
<key>NSCameraUsageDescription</key>
60
-
<string>OpenClaw can capture photos or short video clips when requested via the gateway.</string>
60
+
<string>OpenClaw uses the camera when you scan a Gateway setup QR code or ask your paired Gateway or assistant to capture a photo or short video from this iPhone, for example to connect to your Gateway or show your assistant a document, device screen, or workspace.</string>
61
61
<key>NSContactsUsageDescription</key>
62
62
<string>OpenClaw uses your contacts so you can search and reference people while using the assistant.</string>
Copy file name to clipboardExpand all lines: apps/ios/project.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ targets:
156
156
NSAllowsLocalNetworking: true
157
157
NSBonjourServices:
158
158
- _openclaw-gw._tcp
159
-
NSCameraUsageDescription: OpenClaw can capture photos or short video clips when requested via the gateway.
159
+
NSCameraUsageDescription: OpenClaw uses the camera when you scan a Gateway setup QR code or ask your paired Gateway or assistant to capture a photo or short video from this iPhone, for example to connect to your Gateway or show your assistant a document, device screen, or workspace.
160
160
NSCalendarsUsageDescription: OpenClaw uses your calendars to show events and scheduling context when you enable calendar access.
161
161
NSCalendarsFullAccessUsageDescription: OpenClaw uses your calendars to show events and scheduling context when you enable calendar access.
162
162
NSCalendarsWriteOnlyAccessUsageDescription: OpenClaw uses your calendars to add events when you enable calendar access.
Copy file name to clipboardExpand all lines: docs/tools/slash-commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ plugins.
240
240
| `/tasks` | List active/recent background tasks for the current session |
241
241
| `/context [list\|detail\|map\|json]` | Explain how context is assembled |
242
242
| `/whoami` | Show your sender id. Alias: `/id` |
243
-
| `/usage off\|tokens\|full\|cost` | Control the per-response usage footer or print a local cost summary |
243
+
| `/usage off\|tokens\|full\|reset\|cost` | Control the per-response usage footer (`reset`/`inherit`/`clear`/`default` clears the session override to re-inherit the configured default) or print a local cost summary |
0 commit comments