mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
Revert "fix(agents): restore runtime check cleanliness"
This reverts commit 6b246ff3b8.
This commit is contained in:
@@ -8,6 +8,7 @@ import type { RestartRecoveryTerminalDeliveryEvidenceResult } from "../config/se
|
||||
import type { SessionEntry } from "../config/sessions/types.js";
|
||||
import {
|
||||
assertAgentRunLifecycleGenerationCurrent,
|
||||
captureAgentRunLifecycleGeneration,
|
||||
withAgentRunLifecycleGeneration,
|
||||
} from "../infra/agent-events.js";
|
||||
import { clearAgentRunContext } from "../infra/agent-run-registry.js";
|
||||
|
||||
@@ -33,8 +33,8 @@ import type { SpawnSecretInput } from "../../process/supervisor/types.js";
|
||||
import type { InputProvenance } from "../../sessions/input-provenance.js";
|
||||
import type { UserTurnTranscriptRecorder } from "../../sessions/user-turn-transcript.js";
|
||||
import type { SkillSnapshot } from "../../skills/types.js";
|
||||
import type { AgentExecutionAttribution } from "../agent-execution-attribution.js";
|
||||
import type { AuthProfileStore } from "../auth-profiles/types.js";
|
||||
import type { AgentExecutionAttribution } from "../agent-execution-attribution.js";
|
||||
import type { ExecElevatedDefaults } from "../bash-tools.exec-types.js";
|
||||
import type { BootstrapContextMode } from "../bootstrap-files.js";
|
||||
import type { BootstrapContextRunKind } from "../bootstrap-mode.js";
|
||||
|
||||
Reference in New Issue
Block a user