diff --git a/src/agents/agent-command.ts b/src/agents/agent-command.ts index df0264955ee7..2eb338ac07a0 100644 --- a/src/agents/agent-command.ts +++ b/src/agents/agent-command.ts @@ -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"; diff --git a/src/agents/cli-runner/types.ts b/src/agents/cli-runner/types.ts index 01427c854f38..5c6e9ded7161 100644 --- a/src/agents/cli-runner/types.ts +++ b/src/agents/cli-runner/types.ts @@ -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";