Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into messages-and-abort
  • Loading branch information
tkattkat authored Dec 5, 2025
commit 53b10f16499edd41d51c11eb64aba9f11c53faaa
2 changes: 2 additions & 0 deletions packages/core/lib/v3/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ import { Page } from "./understudy/page";
import { resolveModel } from "../modelUtils";
import { StagehandAPIClient } from "./api";
import { validateExperimentalFeatures } from "./agent/utils/validateExperimentalFeatures";
import { createTimeoutGuard } from "./handlers/handlerUtils/timeoutGuard";
import { ActTimeoutError } from "./types/public/sdkErrors";

const DEFAULT_MODEL_NAME = "openai/gpt-4.1-mini";
const DEFAULT_VIEWPORT = { width: 1288, height: 711 };
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.