| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import type { ToolPart } from "@opencode-ai/sdk/v2" |
| 3 | import { entryBody, entryCanStream, entryDone } from "@/cli/cmd/run/entry.body" |
| 4 | import type { StreamCommit, ToolSnapshot } from "@/cli/cmd/run/types" |
nothing calls this directly
no test coverage detected