Feature request
Please consider adding an optional local CLI or automation interface for ZeroOmega, focused on profile switching and configuration operations.
Use cases
- AI agents and browser automation tools need to switch browser proxy profiles deterministically without fragile UI clicking.
- Local schedulers/workflow tools such as Dagu, cron, launchd, or OpenCode tasks may need Chrome proxy state to be set before running browser tasks.
- Users may want scripts to list the current profile, switch profiles, export/import config, or add/remove rules without opening the extension UI.
- This would also help test automation and reproducible browser environments.
Proposed CLI UX
zeroomega profile list
zeroomega profile current
zeroomega profile switch <name>
zeroomega config export > zeroomega.json
zeroomega config import zeroomega.json
zeroomega rule add --pattern "*.example.com" --profile proxy
zeroomega rule remove --pattern "*.example.com"
Feature request
Please consider adding an optional local CLI or automation interface for ZeroOmega, focused on profile switching and configuration operations.
Use cases
Proposed CLI UX