fix(ci): drop stale browser runtime imports

This commit is contained in:
Peter Steinberger
2026-04-04 14:36:49 +01:00
parent 5ef3bdb5f4
commit 470b4452ce
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import { closeTrackedBrowserTabsForSessions } from "../../extensions/browser/runtime-api.js";
import { isSilentReplyText, SILENT_REPLY_TOKEN } from "../auto-reply/tokens.js";
import { cleanupBrowserSessionsForLifecycleEnd } from "../browser-lifecycle-cleanup.js";
import { formatErrorMessage, readErrorName } from "../infra/errors.js";

View File

@@ -1,4 +1,3 @@
import { closeTrackedBrowserTabsForSessions } from "../../extensions/browser/runtime-api.js";
import { resolveDefaultAgentId } from "../agents/agent-scope.js";
import { cleanupBrowserSessionsForLifecycleEnd } from "../browser-lifecycle-cleanup.js";
import type { CliDeps } from "../cli/deps.js";