From 25e4d07fc5ede926a670b1f7bedfb5fc1fa1ec1d Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:33:15 +0800 Subject: [PATCH] chore(demo): clean up --- packages/page-agent/src/demo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/page-agent/src/demo.ts b/packages/page-agent/src/demo.ts index 648dca2..9b39a79 100644 --- a/packages/page-agent/src/demo.ts +++ b/packages/page-agent/src/demo.ts @@ -18,7 +18,6 @@ const DEMO_BASE_URL = 'https://hwcxiuzfylggtcktqgij.supabase.co/functions/v1/llm const DEMO_API_KEY = 'PAGE-AGENT-FREE-TESTING-RANDOM' // in case document.x is not ready yet -// @todo give a switch to disable auto-init setTimeout(() => { const currentScript = document.currentScript as HTMLScriptElement | null let config: PageAgentConfig