@browserbasehq/stagehand 3.0.6-alpha-bb85ad912738623a7a866f0cb6e8d5807c6c2738 → 3.0.6-alpha-2b566009606fcbba987260f21b075b318690ce99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1793,7 +1793,7 @@ interface AgentStreamExecuteOptions extends AgentExecuteOptionsBase {
1793
1793
  callbacks?: AgentStreamCallbacks;
1794
1794
  }
1795
1795
  type AgentType = "openai" | "anthropic" | "google" | "microsoft";
1796
- declare const AVAILABLE_CUA_MODELS: readonly ["openai/computer-use-preview", "openai/computer-use-preview-2025-03-11", "anthropic/claude-3-7-sonnet-latest", "anthropic/claude-haiku-4-5-20251001", "anthropic/claude-sonnet-4-20250514", "anthropic/claude-sonnet-4-5-20250929", "google/gemini-2.5-computer-use-preview-10-2025", "microsoft/fara-7b"];
1796
+ declare const AVAILABLE_CUA_MODELS: readonly ["openai/computer-use-preview", "openai/computer-use-preview-2025-03-11", "anthropic/claude-3-7-sonnet-latest", "anthropic/claude-opus-4-5-20251101", "anthropic/claude-haiku-4-5-20251001", "anthropic/claude-sonnet-4-20250514", "anthropic/claude-sonnet-4-5-20250929", "google/gemini-2.5-computer-use-preview-10-2025", "microsoft/fara-7b"];
1797
1797
  type AvailableCuaModel = (typeof AVAILABLE_CUA_MODELS)[number];
1798
1798
  interface AgentExecutionOptions<TOptions extends AgentExecuteOptions = AgentExecuteOptions> {
1799
1799
  options: TOptions;
package/dist/index.js CHANGED
@@ -141,7 +141,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
141
141
  var STAGEHAND_VERSION;
142
142
  var init_version = __esm({
143
143
  "lib/version.ts"() {
144
- STAGEHAND_VERSION = "3.0.6-alpha-bb85ad912738623a7a866f0cb6e8d5807c6c2738";
144
+ STAGEHAND_VERSION = "3.0.6-alpha-2b566009606fcbba987260f21b075b318690ce99";
145
145
  }
146
146
  });
147
147
 
@@ -33454,6 +33454,7 @@ var modelToAgentProviderMap = {
33454
33454
  "claude-3-7-sonnet-latest": "anthropic",
33455
33455
  "claude-sonnet-4-20250514": "anthropic",
33456
33456
  "claude-sonnet-4-5-20250929": "anthropic",
33457
+ "claude-opus-4-5-20251101": "anthropic",
33457
33458
  "claude-haiku-4-5-20251001": "anthropic",
33458
33459
  "gemini-2.5-computer-use-preview-10-2025": "google",
33459
33460
  "fara-7b": "microsoft"
@@ -61696,6 +61697,7 @@ var AVAILABLE_CUA_MODELS = [
61696
61697
  "openai/computer-use-preview",
61697
61698
  "openai/computer-use-preview-2025-03-11",
61698
61699
  "anthropic/claude-3-7-sonnet-latest",
61700
+ "anthropic/claude-opus-4-5-20251101",
61699
61701
  "anthropic/claude-haiku-4-5-20251001",
61700
61702
  "anthropic/claude-sonnet-4-20250514",
61701
61703
  "anthropic/claude-sonnet-4-5-20250929",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserbasehq/stagehand",
3
- "version": "3.0.6-alpha-bb85ad912738623a7a866f0cb6e8d5807c6c2738",
3
+ "version": "3.0.6-alpha-2b566009606fcbba987260f21b075b318690ce99",
4
4
  "description": "An AI web browsing framework focused on simplicity and extensibility.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",