(cli: string, model?: string | null)
| 16 | const DEFAULT_MODEL_ID = getDefaultModelForCli('claude'); |
| 17 | |
| 18 | const sanitizeModel = (cli: string, model?: string | null) => normalizeModelId(cli, model); |
| 19 | |
| 20 | const CLI_OPTIONS: CLIOption[] = [ |
| 21 | { |
no test coverage detected