Terminal automation + e2e testing solved Now as simple as snapshot, click, type: – wterm renders terminal-in-html, every cell in the a11y tree – agent-browser automates pages via the a11y tree Here's opencode in one browser driving Claude Code in another https://t.co/kuuy9E78c2
Vercel Launches wterm to Enable AI Agent Automation for Web Terminals
Vercel· Updated
Vercel released wterm, a web terminal emulator that renders every cell as an HTML element in the DOM rather than a canvas. This approach exposes terminal content to the browser's accessibility tree, allowing AI agents to autonomously drive command-line tools like Claude Code within web interfaces.
DOM (the structural representation of a web page). Unlike traditional web terminals using a canvas "black box," wterm exposes every character and cursor position to the browser's accessibility tree.This architectural shift solves a major bottleneck in automated web testing. Because terminal content is now machine-readable HTML, the agent-browser CLI can interact with prompts. It extends Vercel's launch of debugging tools for generative UI, enabling one agent to drive another terminal-based agent like Claude Code.
The core is written in Zig and compiled to a 12 KB WASM file for high performance. It is available as an open-source project under the Apache-2.0 license. This release follows Vercel's recent disclosure of a security incident involving compromised third-party AI tool permissions.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →


