Skip to content

Conversation

@masnwilliams
Copy link
Contributor

@masnwilliams masnwilliams commented Jan 5, 2026

Note

Highlights pool association in CLI outputs.

  • Adds Pool column to browsers list table and populates it from browser.PoolID
  • Extends printBrowserSessionResult and buildBrowserTableData to accept and display Pool ID
  • Updates create/get and pool acquire flows to print Pool ID in the session details
  • Minor: logs each browser item during listing via pterm.Info.Println(browser)

Written by Cursor Bugbot for commit bbc9b8a. 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