fix(android): remove self-update install flow

This commit is contained in:
Ayaan Zaidi
2026-03-08 14:46:56 +05:30
committed by Ayaan Zaidi
parent 492fe679a7
commit 0f9566b0b5
17 changed files with 2 additions and 540 deletions

View File

@@ -45,7 +45,7 @@ title: "Features"
- Optional voice note transcription hook
- WebChat and macOS menu bar app
- iOS node with pairing, Canvas, camera, screen recording, location, and voice features
- Android node with pairing, Connect tab, chat sessions, voice tab, Canvas/camera/screen, plus device, notifications, contacts/calendar, motion, photos, SMS, and app update commands
- Android node with pairing, Connect tab, chat sessions, voice tab, Canvas/camera/screen, plus device, notifications, contacts/calendar, motion, photos, and SMS commands
<Note>
Legacy Claude, Codex, Gemini, and Opencode paths have been removed. Pi is the only

View File

@@ -275,7 +275,6 @@ Available families:
- `contacts.search`, `contacts.add`
- `calendar.events`, `calendar.add`
- `motion.activity`, `motion.pedometer`
- `app.update`
Example invokes:
@@ -288,7 +287,6 @@ openclaw nodes invoke --node <idOrNameOrIp> --command photos.latest --params '{"
Notes:
- Motion commands are capability-gated by available sensors.
- `app.update` is permission + policy gated by the node runtime.
## System commands (node host / mac node)

View File

@@ -166,4 +166,3 @@ Screen commands:
- `contacts.search`, `contacts.add`
- `calendar.events`, `calendar.add`
- `motion.activity`, `motion.pedometer`
- `app.update`