Problem
The OpenCLI Chrome extension creates a Tab Group (named "OpenCLI Browser" / "OpenCLI Adapter") every time a browser command is executed. These groups are never automatically deleted after the automation completes, which makes the Chrome tab bar messy and hard to manage.
Request
Add a setting or flag to disable Tab Group creation. Options could be:
- Extension settings: Add a toggle in the extension popup to enable/disable Tab Group creation
- CLI flag: Add
--no-tab-group flag to browser commands
- Config file: Add
OPENCLI_DISABLE_TAB_GROUP=1 environment variable
Use case
When using OpenCLI frequently for automation tasks, the Chrome tab bar gets filled with many "OpenCLI" groups that accumulate over time. Being able to disable this feature would keep the tab bar clean.
Additional context
- OpenCLI version: 1.8.0
- Extension version: 1.0.15
- Chrome on Windows/WSL
Thank you for considering this feature request!
Problem
The OpenCLI Chrome extension creates a Tab Group (named "OpenCLI Browser" / "OpenCLI Adapter") every time a browser command is executed. These groups are never automatically deleted after the automation completes, which makes the Chrome tab bar messy and hard to manage.
Request
Add a setting or flag to disable Tab Group creation. Options could be:
--no-tab-groupflag to browser commandsOPENCLI_DISABLE_TAB_GROUP=1environment variableUse case
When using OpenCLI frequently for automation tasks, the Chrome tab bar gets filled with many "OpenCLI" groups that accumulate over time. Being able to disable this feature would keep the tab bar clean.
Additional context
Thank you for considering this feature request!