| 1 | import { afterEach, describe, expect, mock, spyOn, test } from "bun:test" |
| 2 | import { OpencodeClient } from "@opencode-ai/sdk/v2" |
| 3 | import { runInteractiveMode } from "@/cli/cmd/run/runtime" |
| 4 | import type { FooterApi, RunProvider } from "@/cli/cmd/run/types" |