From cf2c1bf42506deddcc4e11f1e0d2cf28e9e04b5d Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" <219766164+opencode-agent[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:35:00 -0400 Subject: [PATCH] refactor(core): break plugin host cycle (#38120) Co-authored-by: James Long <17031+jlongster@users.noreply.github.com> --- packages/core/src/plugin/host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/plugin/host.ts b/packages/core/src/plugin/host.ts index 69007e7833..d9659bd94a 100644 --- a/packages/core/src/plugin/host.ts +++ b/packages/core/src/plugin/host.ts @@ -12,7 +12,7 @@ import { EventV2 } from "../event" import { Integration } from "../integration" import { Location } from "../location" import { ModelV2 } from "../model" -import { PluginV2 } from "../plugin" +import type { PluginV2 } from "../plugin" import { PluginRuntime } from "./runtime" import { ProviderV2 } from "../provider" import { Reference } from "../reference"