Minor Changes
-
#2149
6e75725Thanks @miguelg719! - Added ascreenshotoption toextract()that sends the current viewport screenshot with the a11y tree for extraction. -
#2127
78bcde8Thanks @seanmcguire12! - AddignoreDefaultArgsoption to selectively remove chrome-launcher's built-in default flags (e.g.--disable-extensions) when running locally -
#2160
49575d6Thanks @monadoid! - Forward constructor and request model configuration when initializing API-backed sessions. -
#2171
dc1445dThanks @seanmcguire12! - add native clipboard API
Patch Changes
-
#2146
3a53ed4Thanks @shriyatheunicorn! - Pass local browser launch options through when attaching over CDP so explicit viewport settings are respected. -
#2107
8fc16d2Thanks @miguelg719! - Fix Anthropic CUAtriple_clickaction mapping. -
#2118
3e95a87Thanks @monadoid! - Add Vertex auth parameters to the core and server API schemas. -
#2126
ebbdcd3Thanks @seanmcguire12! - fix(core): import ToolSet from ai public export -
#2120
12703a6Thanks @miguelg719! - Fix structuredOutputMode for newer Anthropic models -
#2170
1db5f1cThanks @Kylejeong2! - Add Claude Opus 4.8 to the supported CUA model whitelist. -
#2116
cb586a1Thanks @seanmcguire12! - include "[selected]" or "[checked]" state in snapshot -
#2129
765861cThanks @miguelg719! - Add a backend-selectable v3 evaluator facade while preserving the legacy evaluator path. -
#2157
2cd60a3Thanks @miguelg719! - Add verifier trajectory, rubric, and evaluation-result types with normalized public naming. -
#2131
e102a89Thanks @miguelg719! - Capture verifier trajectory evidence from agent evidence callbacks for offline scoring.