diff --git a/client/lib/skip-agent.ts b/client/lib/skip-agent.ts index f220c6de..81707c25 100644 --- a/client/lib/skip-agent.ts +++ b/client/lib/skip-agent.ts @@ -409,7 +409,7 @@ const loadSkipAgent = async (): Promise => { URL.revokeObjectURL(blobUrl); window.__aethexSkipAgentInit = false; if (shouldEnableSkipAgent) { - console.warn("HelloSkip agent failed to execute", event); + console.warn("Agent runtime failed to execute", event); } }; @@ -417,7 +417,7 @@ const loadSkipAgent = async (): Promise => { } catch (error) { window.__aethexSkipAgentInit = false; if (shouldEnableSkipAgent) { - console.warn("Skipped loading HelloSkip agent:", error); + console.warn("Skipped loading agent runtime:", error); } } };