feat: add camera.clip, location.get, and canvas local file serving#210
Open
shanselman wants to merge 1 commit intomasterfrom
Open
feat: add camera.clip, location.get, and canvas local file serving#210shanselman wants to merge 1 commit intomasterfrom
shanselman wants to merge 1 commit intomasterfrom
Conversation
Camera: - Add camera.clip video recording (MP4, configurable duration/audio) - Duration clamped to 60s max, uses MediaCapture with HD720p encoding - 4 new tests for args defaults, clamping, routing, error handling Location: - New LocationCapability with location.get command - Uses Windows.Devices.Geolocation with accuracy/timeout params - Returns lat/lon/accuracy/timestamp - Permission denial mapped to LOCATION_PERMISSION_REQUIRED - 9 new tests Canvas: - Local file serving via WebView2 SetVirtualHostNameToFolderMapping - Maps openclaw-canvas.local to %LOCALAPPDATA%/OpenClawTray/canvas/ - Auto-reload with FileSystemWatcher (500ms debounce) - Whitelisted in IsUrlSafe security check All 808 tests pass (686 shared + 122 tray).
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three new node capabilities to close the parity gap with macOS:
camera.clip — Video recording (MP4)
location.get — GPS/WiFi location
Canvas local file serving + auto-reload
Security hardening from dual-model review:
All 808 tests pass (686 shared + 122 tray).