Skip to content

Conversation

@GDanksAnchor
Copy link

  • Introduced Anchorbrowser as a new provider for agent-browser, allowing usage in environments without a local browser.
  • Updated README with usage instructions and API key retrieval information.
  • Implemented connection and session management for Anchorbrowser in the BrowserManager class.
  • Bumped version to 0.7.6 to reflect new features.

- Introduced Anchorbrowser as a new provider for agent-browser, allowing usage in environments without a local browser.
- Updated README with usage instructions and API key retrieval information.
- Implemented connection and session management for Anchorbrowser in the BrowserManager class.
- Bumped version to 0.7.6 to reflect new features.
@vercel
Copy link
Contributor

vercel bot commented Jan 25, 2026

@GDanksAnchor is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Comment on lines +844 to +846
if (!session.data.id || !session.data.cdp_url || !session.data.live_view_url) {
throw new Error(
`Invalid Anchorbrowser session response: missing ${!session.data.id ? 'id' : !session.data.cdp_url ? 'cdp_url' : !session.data.live_view_url ? 'live_view_url' : ''}`
Copy link
Contributor

@vercel vercel bot Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing null check for session.data causes TypeError when Anchorbrowser API returns a response without a data property.

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant