Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
717 commits
Select commit Hold shift + click to select a range
1df08cc
patch agent on api (#1336)
tkattkat Dec 3, 2025
cfa9c1a
Fix release workflow (#1337)
miguelg719 Dec 3, 2025
a76cc61
Canary publish fix 2 (#1338)
miguelg719 Dec 3, 2025
c7ee968
Try upgrading NPM for Trusted Publishing (#1339)
jtoar Dec 3, 2025
90530b7
Update extract docs + remove redundant section (#1342)
shrey150 Dec 3, 2025
45bcef0
Agent callbacks (#1316)
tkattkat Dec 3, 2025
4e051b2
[fix]: dont attach to targets if already attached (#1346)
seanmcguire12 Dec 4, 2025
bb85ad9
[feat]: add `page.addInitScript()` (#1335)
seanmcguire12 Dec 4, 2025
2b56600
add claude 4.5 opus (#1358)
tkattkat Dec 4, 2025
1c5c233
Add Claude Code GitHub Workflow (#1348)
pirate Dec 4, 2025
898e1f4
Remove unecessary claude PR review bot (#1361)
pirate Dec 4, 2025
ca0630e
Update the agent evals cli (#1364)
tkattkat Dec 5, 2025
0e24d23
refactor actHandler (#1329)
seanmcguire12 Dec 5, 2025
7a8e705
[docs]: rm incorrect example about parameterized agent workflow (#1371)
seanmcguire12 Dec 5, 2025
d382084
fix: `act`, `extract`, and `observe` not respecting `timeout` param (…
seanmcguire12 Dec 5, 2025
1ebc7e1
update invite link (#1376)
tkattkat Dec 6, 2025
13c66dc
[docs] add banner indicating v2 vs v3 toggle (#1375)
shrey150 Dec 8, 2025
6aa9d45
Fix key mapping in Anthropic CUA Client (#1374)
miguelg719 Dec 8, 2025
a8a7c53
Fix light mode for V3 banner (#1387)
shrey150 Dec 8, 2025
75f87f1
[STG-1045] Add logging at all 4 levels: agent.execute, agent.act/obse…
pirate Dec 9, 2025
fdbb58c
Add fastify server (#1384)
monadoid Dec 9, 2025
943d2d7
Messages and abort (#1345)
tkattkat Dec 9, 2025
605ed6b
Fix multiple click dispatch on CDP and Anthropic CUA handling (#1388)
miguelg719 Dec 10, 2025
a6c4ca1
Fix error handling for empty Gemini API response (#1379)
shrey150 Dec 10, 2025
35438f1
increase timeout in ci test (#1398)
tkattkat Dec 10, 2025
c201b15
Clean workspace dev dependencies (#1340)
miguelg719 Dec 10, 2025
34e7e5b
prune screenshots from agent cache entry (#1400)
seanmcguire12 Dec 10, 2025
6255e4c
feat: enabling gpt 5.2 (#1403)
Kylejeong2 Dec 12, 2025
d4237e4
fix: add `extract()` to `stagehand.history()` (#1410)
seanmcguire12 Dec 13, 2025
6214804
Version Packages (#1305)
github-actions[bot] Dec 13, 2025
e2884dd
update agent docs (#1411)
tkattkat Dec 13, 2025
cd01f29
fix: load `GOOGLE_API_KEY` from env (#1412)
seanmcguire12 Dec 13, 2025
d4b5bd4
[docs]: update `act` reference with preferred model name formatting (…
ziruihao Dec 13, 2025
30b0e12
[docs] add link to Discord (#1416)
shrey150 Dec 14, 2025
cadd192
Update screenshot collector (#1373)
tkattkat Dec 15, 2025
33fba24
Add more agent evals to evals cli (#1422)
tkattkat Dec 16, 2025
b40ae11
Add hover method (#1406)
tkattkat Dec 16, 2025
8cff9ac
[Evals] task error handling and memory cleanup (#1419)
miguelg719 Dec 16, 2025
934f492
Clean up handlers and remove bus listeners on v3.close() (#1418)
miguelg719 Dec 16, 2025
6a5496f
kill cua agent on stagehand.close (#1399)
tkattkat Dec 16, 2025
0d2b398
clean up page methods (#1407)
tkattkat Dec 16, 2025
e822f5a
allow act cache hit when variable values change (#1408)
seanmcguire12 Dec 16, 2025
9d9745c
update screenshot collector stop method (#1425)
tkattkat Dec 16, 2025
a890f16
[fix]: handle CBOR stack limit errors (#1424)
seanmcguire12 Dec 17, 2025
5e33713
[chore]: rm inlined JS from `snapshot.ts` (#1427)
seanmcguire12 Dec 17, 2025
4d71162
[Feature] Add Agent.execute Hybrid CUA + DOM mode (#1428)
tkattkat Dec 18, 2025
c632837
[chore]: split up snapshot logic into submodules (#1429)
seanmcguire12 Dec 18, 2025
b48c9c6
[Evals] Disable screenshot collector interval by default (#1421)
miguelg719 Dec 18, 2025
fea1700
Fix parametrized 'model' api key auto-loading (#1436)
miguelg719 Dec 18, 2025
05f5580
update agent cache handling (#1431)
tkattkat Dec 18, 2025
e0e22e0
move hybrid mode behind experimental (#1433)
tkattkat Dec 18, 2025
f56a9c2
Add cua to mode (#1432)
tkattkat Dec 18, 2025
ddd7464
[chore]: add unit tests for xpath utils & tree format utils (#1441)
seanmcguire12 Dec 19, 2025
bd2db92
fix: CUA coordinating scaling issue (#1430)
shrey150 Dec 19, 2025
962b1fa
[chore]: add tests for synchronous DOM node helpers (#1443)
seanmcguire12 Dec 19, 2025
73eda31
[test]: add tests for ax tree post-processing (#1446)
seanmcguire12 Dec 19, 2025
5b288d9
remove base64 from agent actions array (#1439)
tkattkat Dec 19, 2025
ead1d14
[test]: add tests DOM session builders (#1448)
seanmcguire12 Dec 20, 2025
d4a8db0
[test]: add tests for frame merging & prefix computation (#1452)
seanmcguire12 Dec 20, 2025
36a7940
[test]: add tests for ax tree fetching & object ID resolvers (#1451)
seanmcguire12 Dec 20, 2025
7666ce0
[test]: add tests for focus selector utils (#1447)
seanmcguire12 Dec 20, 2025
8ee996e
Add Stainless CI for SDK codegen (#1450)
monadoid Dec 22, 2025
f261051
Invoke page.hover on agent move action (#1456)
shrey150 Dec 22, 2025
cdf946b
[STG-1053] [server] Use fastify-zod-openapi + zod v4 for openapi gene…
monadoid Dec 22, 2025
5fc1281
Pushing stagehand-server to github releases with changesets, instead …
monadoid Dec 22, 2025
dfab1d5
add deepseek specific prompting in aisdk (#1455)
seanmcguire12 Dec 22, 2025
abb3469
Add code to publish binaries on release (#1459)
monadoid Dec 23, 2025
51e0170
Add media resolution high to gemini 3 hybrid agent (#1465)
miguelg719 Dec 23, 2025
54e4dc5
Moved server binary build into release.yaml (#1467)
monadoid Dec 23, 2025
a734fca
fix: correctly pass in userDataDir to chrome launcher (#1462)
shrey150 Dec 23, 2025
d634d45
Gate release creation on package.json version changes on main, instea…
monadoid Dec 23, 2025
87eac33
No longer using changesets for stagehand-server - manually bumping pa…
monadoid Dec 23, 2025
0f3991e
remove experimental flag on hybrid mode (#1461)
tkattkat Dec 23, 2025
b342acf
[chore]: move playwright to optional deps (#1466)
seanmcguire12 Dec 24, 2025
8af65fa
[test]: add tests for top level snapshot functions (#1471)
seanmcguire12 Dec 24, 2025
81434a7
server binary fixes (#1474)
monadoid Dec 24, 2025
07053ec
bump server package version (#1475)
monadoid Dec 24, 2025
6e44194
bump server package version & fix gen:openapi script for windows (#1476)
monadoid Dec 24, 2025
2987cd1
[Feature] exclude tools from agent (#1440)
tkattkat Dec 24, 2025
e021674
[feat]: add support for safety confirmation callback for OpenAI + Goo…
shrey150 Dec 24, 2025
638efc7
[fix]: refresh agent cache on action failure (#1472)
seanmcguire12 Dec 26, 2025
5722ac0
Version Packages (#1414)
github-actions[bot] Dec 27, 2025
de53908
Hybrid mode docs (#1454)
tkattkat Dec 27, 2025
2cb78d0
Update agent message handling (#1478)
tkattkat Dec 29, 2025
3d5af07
add waitForTimeout to page (#1481)
tkattkat Dec 29, 2025
091296e
Update agent to only calculate xpath when caching is enabled (#1480)
tkattkat Dec 29, 2025
16d72fb
Screenshot after actions (#1483)
tkattkat Dec 29, 2025
692ffa0
Improve agent logging (#1486)
tkattkat Dec 30, 2025
d6b2847
update docs for new methods & return types (#1488)
tkattkat Jan 5, 2026
808f75f
Replace Slack references with Discord (#1492)
shrey150 Jan 5, 2026
0149ad5
[chore]: fix bid postings eval (#1499)
seanmcguire12 Jan 5, 2026
088c4cc
[fix]: use correct model on cache replay failure (#1498)
seanmcguire12 Jan 5, 2026
72ac775
export tool function & type (#1495)
tkattkat Jan 6, 2026
723a7fd
/end endpoint returns empty object (#1500)
monadoid Jan 6, 2026
62f2869
Added optional param to force empty object (#1506)
monadoid Jan 6, 2026
f2537a2
Fix ollama support with AI SDK (#1504)
shrey150 Jan 6, 2026
704cf18
Fix ControlOrMeta key normalization in keyPress (#1511)
shrey150 Jan 7, 2026
01216a6
update flaky evals (#1507)
tkattkat Jan 7, 2026
425138b
docs: add BROWSERBASE_CONFIG_DIR file-based session logging (#1508)
shrey150 Jan 8, 2026
6fbf5fc
Update close tool + add output to agent result (#1505)
tkattkat Jan 8, 2026
e56c6eb
[feat]: add support for `page.waitForSelector()` (#1509)
seanmcguire12 Jan 9, 2026
5dad639
[feat]: add `page.snapshot()` (#1518)
seanmcguire12 Jan 9, 2026
191663d
Disable swagger docs in prod (#1520)
monadoid Jan 9, 2026
a0bec91
Removed x-language and x-sdk-version from openapi spec (#1515)
monadoid Jan 9, 2026
7493db7
Using provider/model syntax in modelName examples within openapi spec…
monadoid Jan 12, 2026
6e18760
Update docs for canonical (#1519)
tkattkat Jan 13, 2026
e87325b
Update version number for new 3.4.0 release (#1529)
monadoid Jan 13, 2026
0b2f01b
sync sdk docs + add python callout (#1530)
tkattkat Jan 13, 2026
165e8d9
docs: Add excludeTools feature documentation (#1527)
shrey150 Jan 14, 2026
6005786
add legacy warning to agent dom mode (#1544)
tkattkat Jan 15, 2026
9124f6c
[docs]: update docs to reflect deprecation of `cua: true` in favor of…
tkattkat Jan 15, 2026
1ef8901
[chore]: move extract handler response log to after URL injection (#1…
miguelg719 Jan 15, 2026
5b87d13
x-sent-at removal, x-stainless-any fix, optional frame id, ModelConfi…
monadoid Jan 16, 2026
f9702c3
Fix docs language dropdown icon and navigation (#1543)
shrey150 Jan 16, 2026
1d9bc79
Add ZhiPu AI support with CustomOpenAIClient improvements (#1548)
shrey150 Jan 17, 2026
ad8d620
docs: fix dropdown routing behavior (#1564)
Kylejeong2 Jan 18, 2026
4c69117
Adjust coordinate handling (#1560)
tkattkat Jan 20, 2026
9219884
[fix]: circular import in `customOpenAIClient` (#1569)
seanmcguire12 Jan 20, 2026
e0a241e
move Stainless compatibility transforms from gen-openapi.ts into stai…
monadoid Jan 20, 2026
4276f4a
[feat]: add configurable local CDP debugging port (#1575)
seanmcguire12 Jan 20, 2026
40e1d80
Improve benchmark handling and add metadata (#1423)
miguelg719 Jan 20, 2026
5506f41
pass cdpUrl to localBrowserLaunchOptions when launchOpti… (#1574)
tkattkat Jan 20, 2026
df944e4
Fix SlowBuffer compatibility for Node 25+ (#1568)
shrey150 Jan 20, 2026
40ce5cc
rename close tool in agent to done (#1514)
tkattkat Jan 20, 2026
a5074bd
End endpoint cleanup (#1578)
monadoid Jan 20, 2026
162167e
Disable client session TTL for local session store (#1582)
shrey150 Jan 20, 2026
84c05ca
[fix]: add support for local caching of agent when using api (2) (#1521)
seanmcguire12 Jan 21, 2026
922f7ef
add v3 integration tests matching cloud exactly (#1583)
pirate Jan 21, 2026
b7c2571
use waitforSelector in agentCache (#1576)
tkattkat Jan 21, 2026
56c0d24
[feat]: add exclusion options to `page.snapshot()` (#1588)
seanmcguire12 Jan 22, 2026
80c6218
Include replay endpoint in stainless spec so SDK clients can get run …
pirate Jan 22, 2026
e634101
update extract (#1592)
tkattkat Jan 22, 2026
bf5e818
Version Packages (#1479)
github-actions[bot] Jan 22, 2026
90b869d
[chore]: add stricter linting rules (#1597)
seanmcguire12 Jan 22, 2026
ff0f979
improve agent usage metrics (#1596)
tkattkat Jan 22, 2026
5efddce
Fix deprecated `cua: true` syntax in v3 migration guide (#1601)
aq17 Jan 23, 2026
1a5b26d
Logging agent output to file example (#1599)
monadoid Jan 23, 2026
22a0502
Add support for vertex on stagehand server (#1602)
miguelg719 Jan 24, 2026
e5009fc
Fix SEA release workflow for Windows (#1603)
miguelg719 Jan 24, 2026
4753078
Enable bedrock provider on server (#1604)
miguelg719 Jan 24, 2026
5d1fe37
[docs]: add docs for `page.snapshot()` (#1589)
seanmcguire12 Jan 24, 2026
7f79681
[docs]: add docs for `page.waitForSelector()` (#1605)
seanmcguire12 Jan 24, 2026
08aff1f
[docs]: add docs for local browser port option (#1606)
seanmcguire12 Jan 24, 2026
3f9ca4d
Add SupportedUnderstudyActions to observe system prompt (#1609)
miguelg719 Jan 26, 2026
8a3c066
Using 'mode' enum instead of old 'cua' boolean (#1611)
monadoid Jan 26, 2026
7106a65
Update stale observe evals (#1615)
miguelg719 Jan 27, 2026
bdd8b4e
[fix]: `mask` param in `page.screenshot()` only applied to first node…
seanmcguire12 Jan 27, 2026
677bff5
[chore]: strengthen regex validation on `act`, `observe` for `element…
miguelg719 Jan 27, 2026
fd744ad
add auto-bedrock support based on bedrock/provider.model-name (#1617)
pirate Jan 27, 2026
1abcf73
[chore]: pull stringified JS into TS file (#1622)
seanmcguire12 Jan 27, 2026
aa4d981
SupportedUnderstudyAction Enum validation for 'method' on act/observe…
miguelg719 Jan 27, 2026
2a1b088
Fix issues in stainless.yml (#1638)
pirate Jan 29, 2026
22e371a
add warning when models are used with hybrid mode that will not perf…
tkattkat Jan 29, 2026
0e8d569
[fix]: screenshot mask not working on `<dialog>` elements (#1624)
seanmcguire12 Jan 29, 2026
2d89d2b
Add right/middle click support on act and observe (#1631)
miguelg719 Jan 29, 2026
ea33052
Add executionModel serialization to api client (#1636)
miguelg719 Jan 29, 2026
a7d29de
Fix deprecation warning for old model format (#1625) (#1637)
miguelg719 Jan 29, 2026
d1bc3be
Add replay to docs (#1643)
monadoid Jan 30, 2026
961bb5d
Removed MCP from readme for now (#1639)
monadoid Jan 31, 2026
1e1c9c1
fix(cdp): avoid unhandled detach by returning original sendCDP promis…
monadoid Feb 1, 2026
3673369
[fix]: ctx `addInitScript` on popup pages (#1642)
seanmcguire12 Feb 2, 2026
ce6258a
[chore]: rm docs changeset (#1648)
seanmcguire12 Feb 2, 2026
ffd4b33
Fix [Agent] : message processing bug (#1647)
tkattkat Feb 3, 2026
18b1e3b
Add support for gemini 3 on cua/hybrid agent (#1652)
miguelg719 Feb 3, 2026
55b78b8
[docs]: fix userDataDir example for Browserbase sessions (#1654)
shrey150 Feb 4, 2026
653268b
fix(ci): handle new tags in server release workflow (#1660) (#1661)
miguelg719 Feb 4, 2026
f09b184
Add user-agent (#1646)
miguelg719 Feb 4, 2026
c24e29c
Fix gen-openapi to quote OpenAPI version fields for Mintlify validati…
monadoid Feb 4, 2026
1da2f8d
[chore]: add failing tests for `addInitScript` iframe cases (#1663)
seanmcguire12 Feb 5, 2026
44416da
[fix]: `locator.fill()` not setting values (#1662)
seanmcguire12 Feb 5, 2026
b27c04d
[fix]: `ctx.addInitScript()` iframe issues (#1664)
seanmcguire12 Feb 6, 2026
0e4a144
add anthropic caching to system prompt in agent (#1655)
tkattkat Feb 6, 2026
5c38f99
feat: adding AI Gateway support (#1627)
Kylejeong2 Feb 10, 2026
b73ba76
feat: adding Opus 4.6 to model list for computer use (#1665)
Kylejeong2 Feb 10, 2026
0783d3f
add agent structured output feature to docs (#1676)
tkattkat Feb 11, 2026
244a760
[docs]: add Convex integration documentation (#1658)
shrey150 Feb 11, 2026
ca81550
remove unncessary type casting (#1674)
tkattkat Feb 12, 2026
5764ede
[fix]: `.count()` not working on xpaths with attribute predicates (#1…
shrey150 Feb 13, 2026
7584f3e
[fix]: extend support for xpaths containing predicates (#1683)
seanmcguire12 Feb 13, 2026
101bcf2
feat: enable codex models (#1666)
Kylejeong2 Feb 14, 2026
d334399
bump ai sdk + google providers version (#1685)
tkattkat Feb 14, 2026
f727578
[chore]: rm noisy debug log (#1686)
seanmcguire12 Feb 14, 2026
b65756e
[feat]: add `keepAlive` param (#1672)
seanmcguire12 Feb 14, 2026
ed37332
[docs]: correct Python dict syntax for cdp_url in browser config (#1684)
shrey150 Feb 17, 2026
afbd08b
[STG-1232] Speed up PR Github Actions checks, add code coverage, fix …
pirate Feb 18, 2026
c815c55
[chore]: add dotenv to dev deps (#1699)
seanmcguire12 Feb 18, 2026
21e1db5
[docs]: add missing CUA models to docs (#1693)
shrey150 Feb 18, 2026
7b4f817
Fix: undefined def when using structured outputs in agent with zod pi…
tkattkat Feb 18, 2026
a091aff
[chore]: add `.js` to the end of all imports (#1700)
pirate Feb 18, 2026
04da404
[fix]: resolve `supervisor.js` via `import.meta.url` (#1702)
seanmcguire12 Feb 18, 2026
2d6599c
[chore]: re add registry-url to `release.yml` (#1703)
seanmcguire12 Feb 18, 2026
a506b16
[chore]: rm duplicate test runs (#1704)
seanmcguire12 Feb 18, 2026
ae533e4
[fix]: expose error `cause` in `UnderstudyCommandException` (#1705)
seanmcguire12 Feb 19, 2026
51764e9
Add webtailbench to external benchmarks (#1688)
miguelg719 Feb 19, 2026
957d82b
[fix]: Add GLM to prompt-based JSON fallback for structured outputs (…
chrisreadsf Feb 19, 2026
39d38f7
Fix `executionModel` propagation on agent (#1698)
miguelg719 Feb 19, 2026
d29b91f
Multi-region stagehand api support (#1673)
miguelg719 Feb 19, 2026
11cd018
Fix flaky tests and library timing behavior (#1713)
pirate Feb 19, 2026
d1ca2c6
Fix supervisor and supervisorClient behavior to support usage in SEA …
pirate Feb 19, 2026
50a6f57
Speed up turbo, package.json scripts, and CI configuration (#1712)
pirate Feb 19, 2026
12cef0b
lint fixes (#1715)
pirate Feb 19, 2026
f646d9b
Evals pathfix (#1716)
pirate Feb 20, 2026
2e9e59c
Add proper logging messages for shutdown supervisor (#1717)
pirate Feb 20, 2026
06de50f
[fix]: skip piercer injection for chrome-extension:// and non-HTML ta…
shrey150 Feb 20, 2026
ef58a01
[docs]: add Google Vertex AI configuration (#1696)
shrey150 Feb 20, 2026
e3db9aa
[feat]: add cookie related getters & setters (#1681)
tkattkat Feb 20, 2026
176d420
[feat]: add `context.setExtraHTTPHeaders()` (#1708)
seanmcguire12 Feb 20, 2026
65ff464
add variables to agent (#1580)
tkattkat Feb 20, 2026
6329982
Fix typechecking for core/tests, fix SEA build for windows, speed up …
pirate Feb 21, 2026
73bd741
chore: consolidate test directories in packages/core (#1723)
miguelg719 Feb 21, 2026
0a94301
[fix]: handle race in `close()` when using API (#1728)
seanmcguire12 Feb 21, 2026
6bef890
fix: support Claude 4.6 CUA tool version (#1729)
shrey150 Feb 22, 2026
aac9a19
[fix]: support <frame> elements in XPath frame detection (#1697)
shrey150 Feb 22, 2026
f023257
[chore]: rm noisy debug log (#1731)
seanmcguire12 Feb 22, 2026
33ca51d
Revert OpenAPI spec documentation changes from #1673 (#1739)
chromiebot Feb 24, 2026
c465e87
Contrib/1690 (#1735)
monadoid Feb 24, 2026
00898af
[STG-1447] stagehand caching doc (#1742)
sameelarif Feb 24, 2026
4f8d2d5
Fix Windows SEA build (#1734)
pirate Feb 24, 2026
6b255e4
Update docs to remove zod pinning (#1743)
tkattkat Feb 24, 2026
1e7b7e9
[docs]: revert openapi spec gen changes (#1746)
seanmcguire12 Feb 24, 2026
93bbf02
[chore]: add error cause lint rule (#1745)
seanmcguire12 Feb 24, 2026
49ead1e
[STG-1182] cache config (#1581)
sameelarif Feb 24, 2026
73fd672
Version Packages (#1598)
github-actions[bot] Feb 24, 2026
86fb6cb
[docs]: add docs for cookie handling (#1748)
seanmcguire12 Feb 25, 2026
ae95370
[docs]: add `keepAlive` docs (#1747)
seanmcguire12 Feb 25, 2026
7390508
[STG-1450] Fix Session init failing when no pages are open, falls bac…
pirate Feb 25, 2026
4633f00
STG-1307: set Sonatype portal for Java/Kotlin (#1757)
monadoid Feb 25, 2026
505e8c6
[fix]: Add bedrock to provider enum in Zod schemas and OpenAPI spec (…
shrey150 Feb 25, 2026
611f43a
[fix]: rm legacy `handlePossibleNavigation()` (#1761)
seanmcguire12 Feb 26, 2026
87ae187
[docs]: add docs for `context.setExtraHTTPHeaders()` (#1762)
seanmcguire12 Feb 26, 2026
54ea8ba
[STG-1458] server cache docs (#1753)
sameelarif Feb 28, 2026
a110e39
chore: remove retired Claude 3.5 and 3.7 Sonnet models (#1775)
shrey150 Mar 3, 2026
6ba0a1d
fix: expose Vertex headers in public model config types (#1764)
shrey150 Mar 3, 2026
3e28a6b
[STG-1482] Update caching docs: split into Browserbase Cache and Loca…
derekmeegan Mar 3, 2026
aa504cc
Solve init script race with Debugger.resume at frame init script inje…
pirate Mar 4, 2026
521a10e
[feat]: add `page.setExtraHTTPHeaders()` (#1774)
seanmcguire12 Mar 4, 2026
2f43ffa
[feat]: add `cdpHeaders` option for custom CDP connection headers (#1…
shrey150 Mar 4, 2026
de03030
fix: evals CLI link and preserve config (#1755)
miguelg719 Mar 4, 2026
37aeb68
[fix]: skip CI jobs requiring secrets on fork PRs (#1780)
shrey150 Mar 4, 2026
02c31ef
Allow outside contributors to run CI with secrets when approved (#1782)
pirate Mar 5, 2026
748a673
Revert "Allow outside contributors to run CI with secrets when approv…
pirate Mar 5, 2026
9df8fe6
Revert "[fix]: skip CI jobs requiring secrets on fork PRs" (#1787)
pirate Mar 5, 2026
7817fcc
[feat]: add configurable timeout to agent tools (#1766)
tkattkat Mar 5, 2026
4d23d06
Add missing cdpHeaders field to v3 server openapi spec (#1797)
pirate Mar 9, 2026
e36ddd6
[STG-1536] Split `packages/stagehand/server` into separate server-v3 …
pirate Mar 10, 2026
e38c13b
[feat]: add browse CLI package (#1793)
shrey150 Mar 10, 2026
a9424ff
fix(CI): fix changeset reference to stale server package name blockin…
pirate Mar 10, 2026
2abf5b9
Make projectId optional for Browserbase sessions (#1800)
shrey150 Mar 10, 2026
f8c7738
fix: browse env inconsistently updates internal state (#1806)
shrey150 Mar 10, 2026
c85222c
Make BROWSERBASE_PROJECT_ID optional in CLI (#1803)
shrey150 Mar 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .changeset/add-bedrock-provider-schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@browserbasehq/stagehand": patch
"@browserbasehq/stagehand-server-v3": patch
---

Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.
5 changes: 5 additions & 0 deletions .changeset/cool-doors-open.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/stagehand": minor
---

feat: add `cdpHeaders` option to `localBrowserLaunchOptions` for passing custom HTTP headers when connecting to an existing browser via CDP URL
5 changes: 5 additions & 0 deletions .changeset/fix-cli-env-mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/browse-cli": patch
---

Fix `browse env` showing stale mode after `browse env remote`
5 changes: 5 additions & 0 deletions .changeset/flat-mice-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/stagehand": patch
---

Expose `headers` in `GoogleVertexProviderSettings` so model configs can pass custom provider headers (for example `X-Goog-Priority`) without TypeScript errors.
5 changes: 5 additions & 0 deletions .changeset/open-source-browse-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/browse-cli": minor
---

Initial release of browse CLI - browser automation for AI agents
5 changes: 5 additions & 0 deletions .changeset/optional-project-id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/stagehand": patch
---

Make projectId optional for Browserbase sessions — only BROWSERBASE_API_KEY is required
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@browserbasehq/stagehand": patch
---

remove unnecessary log
Add configurable timeout to tools in agent
5 changes: 5 additions & 0 deletions .changeset/real-cameras-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/stagehand": patch
---

When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initial `about:blank` tab so the connection can continue.
5 changes: 0 additions & 5 deletions .changeset/solid-rice-admire.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/some-parrots-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/stagehand": patch
---

fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@browserbasehq/stagehand": minor
---

extract links
add new page.setExtraHTTPHeaders() method
5 changes: 0 additions & 5 deletions .changeset/vast-vans-crash.md

This file was deleted.

Loading