Conversation
- Update `get-runclawd.sh` to instruct users to approve using the Request ID (UUID) instead of the device hash.
- Add a "Device Approval" section to `README.md` with CLI examples showing the Request ID column.
- Add a dedicated "Device Approval" card to `index.html` in the hero section, explaining the approval steps.
- Ensure consistency in terminology ("Request ID") across all documentation.
- The `index.html` changes are built on top of the latest `main` branch which enforces a dark theme and new typography.
Co-authored-by: brucx <1300652+brucx@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Deploying runclawd with
|
| Latest commit: |
154be28
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2a4b1769.runclawd.pages.dev |
| Branch Preview URL: | https://docs-device-approval-update.runclawd.pages.dev |
This change updates the documentation and installation script to correctly guide users on approving devices in OpenClaw.
Previously, instructions referred to
{device_id}or{device_hash}. The correct command requires the Request ID (UUID), which is visible in theopenclaw devices listoutput under the "Request" column.Changes:
get-runclawd.sh:{request_id}instead of{device_id}.README.md:openclaw devices listhighlighting the Request ID column.openclaw devices approve <request_id>.index.html:mainbranch.All changes have been visually verified (for
index.html) and syntax-checked (forget-runclawd.sh).PR created automatically by Jules for task 15505429311834118358 started by @brucx