| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { GEMINI_PERMISSION_MODES, OPENCODE_PERMISSION_MODES } from '@hapi/protocol/modes' |
| 3 | import { parseRemoteAgentCommandOptions } from './agentCommandOptions' |
| 4 |
nothing calls this directly
no test coverage detected