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
Review pass complete: I do not see a code blocker in the implementation path.
Checked against #885 and the production route: web now advertises record, record start/stop --platform web flows through the daemon recording handler into the managed WebProvider, the agent-browser provider delegates to record start/stop, stop waits for a finalized non-empty WebM file, and the remote artifact default is .webm. The focused tests cover command mapping, daemon start/stop, stable requested artifact paths, and missing-file failure.
Before calling this merge-ready, please add one live managed-web smoke result that actually creates the recording artifact, for example agent-device web setup, open a web session, record start ./artifacts/web-recording.webm --platform web --json, record stop --platform web --json, and close the session. If that is blocked, state the exact blocker and command/device context. The current validation is strong for routing and contracts, but it still mocks the backend boundary where the WebM file is produced.
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
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.
Summary
Expose web screen recording by reusing the agent-browser recording backend through the recording backend seam merged in #893.
Adds WebM output path handling, remote artifact projection, concrete web recording validation/record-only cleanup hooks, provider-backed tests, and web capability/help coverage.
Closes #885
Touched files: 16; scope is web recording feature only.
Validation
Verified after rebasing onto
mainwith formatter, TypeScript, focused recording/web Vitest suite, and build/declaration bundling.