From 2afa84dffe628562a6504cb337415b10fa7d1dd7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 12 May 2026 07:53:49 +0100 Subject: [PATCH] fix(doctor): drop stale update env constant --- src/commands/doctor/shared/missing-configured-plugin-install.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/doctor/shared/missing-configured-plugin-install.ts b/src/commands/doctor/shared/missing-configured-plugin-install.ts index 884b8812063..32dbfc257f7 100644 --- a/src/commands/doctor/shared/missing-configured-plugin-install.ts +++ b/src/commands/doctor/shared/missing-configured-plugin-install.ts @@ -78,7 +78,6 @@ const RUNTIME_PLUGIN_INSTALL_CANDIDATES: readonly DownloadableInstallCandidate[] ]; const MISSING_CHANNEL_CONFIG_DESCRIPTOR_DIAGNOSTIC = "without channelConfigs metadata"; -const UPDATE_IN_PROGRESS_ENV = "OPENCLAW_UPDATE_IN_PROGRESS"; const REPAIRABLE_PACKAGE_ENTRY_DIAGNOSTIC_MARKERS = [ "extension entry escapes package directory", "extension entry unreadable",