# Optional: N8N webhook for progress notifications # PROGRESS_N8N_WEBHOOK_URL=https://your-n8n-instance.com/webhook/... # CLI Command Selection # Choose which CLI command to use for the agent. # - claude: Uses Anthropic's official Claude Code CLI (default) # - glm: Uses GLM CLI (or any other compatible CLI) # Defaults to 'claude' if not specified # CLI_COMMAND=claude # Playwright Browser Mode # Controls whether Playwright runs Chrome in headless mode (no visible browser window). # - true: Browser runs in background, invisible (recommended for using PC while agent works) # - false: Browser opens a visible window (useful for debugging) # Defaults to 'false' if not specified # PLAYWRIGHT_HEADLESS=false