| 1 | import type { createKimiDeviceId as createKimiDeviceIdFn } from '@moonshot-ai/kimi-code-oauth'; |
| 2 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 3 | |
| 4 | import { runPrompt } from '#/cli/run-prompt'; |
nothing calls this directly
no test coverage detected