chore(dev): update dependency agent-browser to v0.33.2 - #752
Open
mrbro-bot[bot] wants to merge 1 commit into
Open
chore(dev): update dependency agent-browser to v0.33.2#752mrbro-bot[bot] wants to merge 1 commit into
mrbro-bot[bot] wants to merge 1 commit into
Conversation
mrbro-bot
Bot
force-pushed
the
renovate/agent-browser-0.x
branch
from
August 5, 2026 11:01
79b3d79 to
e482373
Compare
mrbro-bot
Bot
force-pushed
the
renovate/agent-browser-0.x
branch
from
August 5, 2026 21:46
e482373 to
5c16ffe
Compare
mrbro-bot
Bot
force-pushed
the
renovate/agent-browser-0.x
branch
12 times, most recently
from
August 10, 2026 10:04
f7bfbf0 to
6d0033a
Compare
mrbro-bot
Bot
force-pushed
the
renovate/agent-browser-0.x
branch
from
August 10, 2026 21:16
6d0033a to
b0732a9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.33.1→0.33.2Release Notes
vercel-labs/agent-browser (agent-browser)
v0.33.2Compare Source
New Features
{"type":"config","maxFps":N}cap (1 to 120,0uncapped) and opt-in ack pacing via{"type":"config","pacing":"ack"}with{"type":"ack","seq":N}, which keeps one frame in flight so a stalled client never drains a backlog. Both settings can also be declared on the connection URL (?pacing=ack&maxFps=10), the only way to cover the opening frame. Every frame now carries a monotonicseq(#1594)AGENT_BROWSER_STREAM_QUALITY,AGENT_BROWSER_STREAM_MAX_WIDTHandAGENT_BROWSER_STREAM_MAX_HEIGHTare read once per daemon and cut bytes without dropping frames: on a busy page at 1280x720, quality 20 takes a frame from 54 KB to 25 KB, and quality 20 at 640x360 takes it to 9 KB, frame rate unchanged in both. Width and height default to the session viewport, so a larger viewport is never downscaled unless both are set (#1626)Behavior Changes
recordcaptures through CDP and the dashboard is a viewer, so this affects external consumers only (#1594)metadata.timestampnow carries a real value. It was always 0, because CDP sends the capture time as a float in seconds and the code read it as an integer. It is now epoch milliseconds, so a client can measure how stale the frame it is drawing is. A client that treated 0 as unknown is unaffected (#1594)Bug Fixes
key,code, ortextreached CDP as an explicit null, which rejects the whole command, so every key release and every non-printable key was silently dropped, the dashboard's own payloads included (#1594)stream disablereturning while a slow client's input reader was still running (#1594)Contributors
Configuration
📅 Schedule: (in timezone America/Phoenix)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.