mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 13:13:37 +00:00
refactor(core): break plugin host cycle (#38120)
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com>
This commit is contained in:
parent
e0810753f2
commit
cf2c1bf425
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue