| 1 | import type { Session as SDKSession, Message, Part } from "@opencode-ai/sdk/v2" |
| 2 | import { SessionV1 } from "@opencode-ai/core/v1/session" |
| 3 | import { Session } from "@/session/session" |
| 4 | import { MessageV2 } from "../../session/message-v2" |
nothing calls this directly
no test coverage detected