Skip to content

Conversation

@masnwilliams
Copy link
Contributor

@masnwilliams masnwilliams commented Jan 5, 2026

Note

Surfaces pool information in CLI outputs and plumbs PoolID through session helpers.

  • Browsers list: adds Pool column and logs each browser item; populates column from browser.PoolID
  • Create/Get/Pool acquire flows: printBrowserSessionResult and buildBrowserTableData now accept poolID and append "Pool ID" row when present
  • browsers get: base table now includes Pool ID (when available)

Written by Cursor Bugbot for commit badd948. This will update automatically on new commits. Configure here.

Shows 'Pooled' when a browser session was acquired from a pool.
Uses ExtraFields to detect pool_id until SDK is updated with the field.

for _, browser := range browsers {
// log the browser
pterm.Info.Println(browser)
Copy link

Choose a reason for hiding this comment

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

Debug logging accidentally left in production code

Debug logging statement pterm.Info.Println(browser) was accidentally left in the code. This will print the raw browser object to the terminal for every browser in the list, cluttering the output and confusing users. The comment "log the browser" confirms this was temporary debugging code that should have been removed before committing.

Fix in Cursor Fix in Web

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