fix(browser-automation): fix Stagehand v3 model format and add MVP controls#2498
fix(browser-automation): fix Stagehand v3 model format and add MVP controls#2498
Conversation
…/toggle controls The Stagehand model config used 'claude-3-7-sonnet-latest' without the required 'provider/model' prefix, causing "Unsupported model" errors. Updated both init and CUA agent models to use 'anthropic/claude-sonnet-4-5-20250929'. Also added delete automation and enable/disable toggle to the frontend for a more complete MVP experience. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Adds MVP automation controls in the task UI: users can pause/resume automations (disabling run and next-run display when none are enabled) and delete automations with a confirmation step, wiring new Reviewed by Cursor Bugbot for commit 5f700cc. Bugbot is set up for automated code reviews on this repo. Configure here. |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit eb012b0. Configure here.
...c/app/(app)/[orgId]/tasks/[taskId]/components/browser-automations/BrowserAutomationsList.tsx
Show resolved
Hide resolved
… paused Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🎉 This PR is included in version 3.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |

Summary
provider/modelformat (e.g.,anthropic/claude-sonnet-4-5-20250929). The init model was usingclaude-3-7-sonnet-latestwithout theanthropic/prefix, and the CUA agent model was using the deprecatedclaude-3-7-sonnet-latestname. Both now useanthropic/claude-sonnet-4-5-20250929.Changes
apps/api/src/browserbase/browserbase.service.tsapps/app/.../hooks/useBrowserAutomations.tsdeleteAutomationandtoggleAutomationmethodsapps/app/.../AutomationItem.tsxapps/app/.../BrowserAutomationsList.tsxonDeleteandonToggleEnabledpropsapps/app/.../BrowserAutomations.tsxapps/app/.../BrowserAutomationsList.test.tsxTest plan
🤖 Generated with Claude Code