chore: drop dead imports across opencode/core/llm (#28720)

This commit is contained in:
Kit Langton
2026-05-21 17:03:12 -04:00
committed by GitHub
parent 4b496066bf
commit e92c4fb460
25 changed files with 7 additions and 27 deletions

View File

@@ -14,7 +14,6 @@ import { ProviderTransform } from "@/provider/transform"
import { ModelsDev } from "@opencode-ai/core/models-dev"
import { Plugin } from "@/plugin"
import { ProviderID, ModelID } from "../../src/provider/schema"
import { Filesystem } from "@/util/filesystem"
import { testEffect } from "../lib/effect"
import type { Agent } from "../../src/agent/agent"
import { MessageV2 } from "../../src/session/message-v2"