refactor: remove unused imports from injector, tool-result-storage-sdk, session-notification-utils, model-resolver

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:05 +09:00
parent 2090742869
commit 5fafa572a4
4 changed files with 0 additions and 5 deletions
@@ -1,5 +1,4 @@
import type { PluginInput } from "@opencode-ai/plugin"
import { getMessageIdsFromSDK } from "./message-storage-directory"
import { TRUNCATION_MESSAGE } from "./storage-paths"
import type { ToolResultInfo } from "./tool-part-types"
import { patchPart } from "../../shared/opencode-http-api"
-2
View File
@@ -1,5 +1,3 @@
import { spawn } from "bun"
type Platform = "darwin" | "linux" | "win32" | "unsupported"
async function findCommand(commandName: string): Promise<string | null> {