Skip to content

Give the agent a real browser (chromium + chrome-devtools-mcp) during runs #452

Description

@nitedani

Problem

Right now the agent has no way to actually load a page, inspect the DOM, check console errors, or take a screenshot while it's working. It's flying blind on any frontend/UI task — it can only guess whether a change actually works.

Proposal

Ship a Docker image (or extend the existing sandboxed runner image, see #109) with:

This would let the agent open the app it's building, click around, read console/network output, screenshot and present results as part of its normal workflow — not just run static type-checks/tests.

Why

Headless browser access during the run (not just in a separate test-writing step) meaningfully improves the agent's ability to verify frontend changes actually work, rather than just compiling/type-checking.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions