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.
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.