Skip to content

docs: document Computer Use session recording#374

Open
hongyi-chen wants to merge 2 commits into
mainfrom
oz/docs-computer-use-recording
Open

docs: document Computer Use session recording#374
hongyi-chen wants to merge 2 commits into
mainfrom
oz/docs-computer-use-recording

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

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_docs drift-watch audit: the VideoRecording flag 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.rs
  • warp:app/src/ai/blocklist/action_model/execute/stop_recording.rs

Validation

  • missing_docs audit re-run: the VideoRecording feature finding is cleared (the page now mentions "video recording" and is mapped in the surface map).
  • Astro content sync + type generation pass. Note: npm run build fails on an unrelated, pre-existing Vite/Vercel-adapter SSR error present on clean main (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.

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>
@cla-bot cla-bot Bot added the cla-signed label Jul 24, 2026
@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 24, 2026 7:40pm

Request Review

@hongyi-chen
hongyi-chen requested review from MaggieShan and zachbai and removed request for MaggieShan and zachbai July 24, 2026 17:12
@hongyi-chen
hongyi-chen marked this pull request as ready for review July 24, 2026 19:38
@oz-for-oss

oz-for-oss Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

@hongyi-chen

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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 [SUGGESTION] Avoid the repeated "record a screen recording" phrasing.

Suggested change
* **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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant