camofox_cleanup_idle_tabs
Free memory by closing idle browser tabs while preserving tabs with active operations. Preview candidates using dry-run mode.
Instructions
Proactive memory-pressure cleanup
Closes tabs observed idle across multiple checks while preserving tabs with active/queued operations. Never returns URLs, titles, cookies, page text, or user IDs. Defaults to dry-run mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | When true, returns candidates without closing them. | |
| minIdleMs | No | Minimum idle time (ms) before a tab is eligible. | |
| maxTabsToClose | No | Maximum tabs to close per invocation. | |
| minTabsPerSession | No | Preserve at least this many tabs per session. | |
| closeEmptySessions | No | Close sessions left with zero tabs after cleanup. |