docs: document Computer Use session recording#374
Conversation
Adds a "Recording sessions" section to the Computer Use capability page covering screenshots and video recording of a computer-use session (captured inside the isolated sandbox and surfaced in run outputs such as PR bodies). Resolves the missing_docs audit finding for the VideoRecording flag, which went GA and gates the start/stop recording tools offered within an approved computer-use subagent. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR adds a focused Recording sessions section to the Computer Use capability page, documenting screenshots, video recording, run outputs, and sandbox-local capture boundaries. I found no blocking docs, security, link, structure, or spec-alignment issues; spec_context.md reports no approved repository spec context for this PR.
Concerns
- No blocking concerns.
Verdict
Found: 0 critical, 0 important, 1 suggestion
Approve with nits
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| During a Computer Use session, the agent can capture what happens on screen as visual evidence of its work: | ||
|
|
||
| * **Screenshots** - The agent captures still images of the display to inspect state and confirm results. | ||
| * **Video recording** - The agent can record a screen recording of the session, so a multi-step flow can be reviewed as a single clip instead of a series of screenshots. |
There was a problem hiding this comment.
💡 [SUGGESTION] Avoid the repeated "record a screen recording" phrasing.
| * **Video recording** - The agent can record a screen recording of the session, so a multi-step flow can be reviewed as a single clip instead of a series of screenshots. | |
| * **Video recording** - The agent can record video of the session, so a multi-step flow can be reviewed as a single clip instead of a series of screenshots. |
Summary
Adds a Recording sessions section to the Computer Use capability page, covering screenshots and video recording of a computer-use session. Recordings are captured inside the isolated sandbox and can surface in run outputs (e.g. attached to a PR body).
Why
Detected by the
missing_docsdrift-watch audit: theVideoRecordingflag went GA (dogfood -> ga) with no doc coverage. It gates the start/stop recording tools offered within an approved computer-use subagent.Source of truth
warp:app/src/ai/blocklist/action_model/execute/start_recording.rswarp:app/src/ai/blocklist/action_model/execute/stop_recording.rsValidation
missing_docsaudit re-run: theVideoRecordingfeature finding is cleared (the page now mentions "video recording" and is mapped in the surface map).npm run buildfails on an unrelated, pre-existing Vite/Vercel-adapter SSR error present on cleanmain(not caused by this change).Conversation: https://staging.warp.dev/conversation/a962f7a4-4945-4f91-af46-26e65f71152d
Run: https://oz.staging.warp.dev/runs/019f9511-e5f7-78c7-8960-dc26fa67140d
This PR was generated with Oz.