diff --git a/packages/core/src/agents/browser/automationOverlay.ts b/packages/core/src/agents/browser/automationOverlay.ts new file mode 100644 index 0000000000..a1aa40d58b --- /dev/null +++ b/packages/core/src/agents/browser/automationOverlay.ts @@ -0,0 +1,133 @@ +/** + * @license + * Copyright 2026 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + +/** + * @fileoverview Automation overlay utilities for visual indication during browser automation. + * + * Provides functions to inject and remove a pulsating blue border overlay + * that indicates when the browser is under AI agent control. + * + * Uses the Web Animations API instead of injected