Skip to content

chore: experimental agent mode #516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Conversation

pavelfeldman
Copy link
Member

No description provided.

private _handleJsonList(res: http.ServerResponse) {
const list = this._entries.map(browser => ({
webSocketDebuggerUrl: `ws://localhost:${browser.info.cdpPort}`,
name: browser.info.browserType,
Copy link
Member

Choose a reason for hiding this comment

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

Should this be channel or something else?

Copy link
Member Author

Choose a reason for hiding this comment

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

Whoops

if (!info || info.error)
info = await this._newBrowser(request);
else
console.log('reusing', request.browserType, request.userDataDir);
Copy link
Member

Choose a reason for hiding this comment

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

remove logging here and in other places?

@pavelfeldman pavelfeldman merged commit 0fb9646 into microsoft:main Jun 4, 2025
6 checks passed
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.

2 participants