Update dependency stagehand to v3.23.0 - #183
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
3 times, most recently
from
March 19, 2026 10:53
53f6e9c to
cadccdb
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
March 24, 2026 06:45
cadccdb to
60c50d4
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
March 26, 2026 01:57
60c50d4 to
0ea6afe
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
March 27, 2026 16:45
0ea6afe to
3d6425d
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
April 1, 2026 01:47
3d6425d to
4d63b21
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
2 times, most recently
from
April 3, 2026 21:25
13722eb to
b9f4942
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
2 times, most recently
from
April 14, 2026 08:49
034c586 to
8e2116d
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
2 times, most recently
from
April 26, 2026 09:28
0b8a0a6 to
d00a244
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
4 times, most recently
from
May 7, 2026 22:00
5e1a0d6 to
8c458f3
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
May 18, 2026 11:39
8c458f3 to
87f747a
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
May 29, 2026 20:57
87f747a to
5f24518
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
3 times, most recently
from
June 11, 2026 17:11
c4b7cb0 to
a554afc
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
2 times, most recently
from
July 13, 2026 13:17
49b9d4d to
420e128
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
3 times, most recently
from
July 21, 2026 01:28
0b5adba to
beccf2b
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
July 23, 2026 03:02
beccf2b to
43f170d
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
2 times, most recently
from
July 29, 2026 11:13
d23907c to
8c3f4dc
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
3 times, most recently
from
August 10, 2026 09:34
f5d46ce to
bd11a81
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
August 12, 2026 12:49
bd11a81 to
ae6d55c
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
August 20, 2026 02:26
ae6d55c to
830511c
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
August 26, 2026 12:00
830511c to
6ab9304
Compare
renovate
Bot
force-pushed
the
renovate/stagehand-3.x
branch
from
August 30, 2026 12:32
6ab9304 to
30a7b21
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:
~=3.5.0→~=3.23.0==3.5.0→==3.23.0Release Notes
browserbase/stagehand (stagehand)
v3.7.0Minor Changes
#2283
871ca7eThanks @seanmcguire12! - addcontext.setDomainPolicy({ allowedDomains: ["allowed.domain"] })which allows users to define a set of domains that are accessible to stagehand#2274
f31980fThanks @seanmcguire12! - addcontext.setDomainPolicy({blockedDomains: ["some.domain"]})which allows users to define a list of domains that will be blocked by stagehandPatch Changes
#2305
cd1daadThanks @shrey150! - Remove the noisy AI SDK "system message in messages" warning logged on every hybrid/DOMagent.execute()call.#2328
d287ff4Thanks @miguelg719! - Allow modelName "auto" in the constructor and per-primitive model overrides when running through the Stagehand API#2294
3938590Thanks @seanmcguire12! - automatically close popups that violate user defined domain policy#2298
892701aThanks @seanmcguire12! - Fix CUAkeypressactions to press key combinations as a single chord.#2345
21826c7Thanks @monadoid! - Repair malformed UTF-16 snapshot text before it reaches model prompts.#2306
8dcef1bThanks @seanmcguire12! - Use the screenshot provider's declared media type when sending CUA image payloads. ThesetScreenshotProvidercallback now returnsScreenshotProviderResult({ base64, mediaType }) instead of a bare base64 string.#2273
93a23d3Thanks @miguelg719! - Add support for the newgoogle/gemini-3.5-flashcomputer-use tools model#2278
022d68fThanks @shrey150! - FixTypeError: Converting circular structure to JSONwhen creating an agent with MCPintegrationsthat include aClientinstance (e.g. a local/stdio server fromconnectToMCPServer). The agent-creation log serialized the rawintegrationsarray, and a live MCPClientis circular. It now logs a safe descriptor (URL strings kept, client instances summarized) soagent({ integrations: [client] })works.#2288
bb5ffa6Thanks @seanmcguire12! - clean up cdp session event handlers on target detachv3.6.0Minor Changes
c49a3fcThanks @seanmcguire12! - add support for WebMCPPatch Changes
#2217
147e310Thanks @monadoid! - Add Azure OpenAI Microsoft Entra ID model auth support.#2231
cf3603dThanks @miguelg719! - Add claude-fable-5 support: native structured outputs via the @ai-sdk/anthropic bump, adaptive thinking (including the new "xhigh" effort) on the agent path, the API's built-in server-side refusal fallback to claude-opus-4-8, and auto tool choice for the final done call on models that reject forced tool use.#2233
8d7d414Thanks @seanmcguire12! - Normalize URLs inActCachekey derivation by sorting query parameters before hashing. Semantically equivalent URLs that differ only in parameter order (e.g.?utm_source=email&id=42vs?id=42&utm_source=email) now hit the cache instead of silently missing. Fragments and duplicate keys are preserved.#2229
fd42e65Thanks @seanmcguire12! - launch local browser with --enable-features=WebMCPTesting,DevToolsWebMCPSupport by default#2220
a64c6b7Thanks @monadoid! - Fix Stagehand-generated shadow-root XPath resolution so deterministic actions can target elements inside web components.#2132
ed3e566Thanks @miguelg719! - Add canonical verifier evidence normalization for screenshots and text signals without requiring image dependencies in core installs.#2133
840aac8Thanks @miguelg719! - Add the rubric-based verifier engine with normalized public rubric output and bounded failure-step parsing.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.