Issue Type
Both / Not sure
Operating System
Linux, Windows
Description of the bug
When asking the BrowserOS assistant to close tabs, the action consistently fails with the error:
Internal error in close_page: Unknown page
This happens even when the tab IDs are retrieved directly from list_pages. The assistant repeatedly tries to refresh the tab list and retry the action, but close_page continues to fail.
Expected behavior:
The assistant should be able to close tabs using the IDs returned by list_pages.
Actual behavior:
The browser reports that the page does not exist, even though it was just listed as open.
Steps to Reproduce
- Open BrowserOS and open several tabs (e.g., multiple YouTube tabs).
- Open Assistant mode.
- Ask the assistant to close tabs (e.g., “close all tabs except this one” or “close the first tab”).
- The assistant calls
list_pages and then attempts close_page.
close_page fails with Internal error in close_page: Unknown page.
Screenshots / Videos


BrowserOS Version
146.0.7818.31
Additional Context
This issue occurs consistently on both Ubuntu and Windows. It randomly worked once but started failing again afterward.
Issue Type
Both / Not sure
Operating System
Linux, Windows
Description of the bug
When asking the BrowserOS assistant to close tabs, the action consistently fails with the error:
This happens even when the tab IDs are retrieved directly from
list_pages. The assistant repeatedly tries to refresh the tab list and retry the action, butclose_pagecontinues to fail.Expected behavior:
The assistant should be able to close tabs using the IDs returned by
list_pages.Actual behavior:
The browser reports that the page does not exist, even though it was just listed as open.
Steps to Reproduce
list_pagesand then attemptsclose_page.close_pagefails withInternal error in close_page: Unknown page.Screenshots / Videos
BrowserOS Version
146.0.7818.31
Additional Context
This issue occurs consistently on both Ubuntu and Windows. It randomly worked once but started failing again afterward.