diff --git a/.changeset/lucky-cities-think.md b/.changeset/lucky-cities-think.md deleted file mode 100644 index e8b4b03..0000000 --- a/.changeset/lucky-cities-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-browser-app": patch ---- - -Fix browserbase session ID ref diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6448c..270a8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-browser-app +## 2.5.2 + +### Patch Changes + +- Stagehand Agent param is instructions instead of systemPrompt + ## 2.5.0 ### Minor Changes diff --git a/package.json b/package.json index eb05b8e..067415a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-browser-app", - "version": "2.5.1", + "version": "2.5.2", "description": "", "bin": { "create-browser-app": "./dist/cli.js" diff --git a/template/index.ts b/template/index.ts index 7913af4..862c505 100644 --- a/template/index.ts +++ b/template/index.ts @@ -29,7 +29,7 @@ async function main() { console.log(`Observe result:\n`, observeResult); const agent = stagehand.agent({ - instructions: "You're a helpful assistant that can control a web browser.", + systemPrompt: "You're a helpful assistant that can control a web browser.", }); const agentResult = await agent.execute(