| 1 | import { CLI_OPTIONS, type CLIOption } from '@/types/cli'; |
| 2 | import { getModelDefinitionsForCli, normalizeModelId } from '@/lib/constants/cliModels'; |
| 3 | |
| 4 | export const ACTIVE_CLI_IDS = ['claude', 'codex', 'cursor', 'qwen', 'glm'] as const; |
nothing calls this directly
no test coverage detected