MCPcopy
hub / github.com/opactorai/Claudable / cliOptions.ts

File cliOptions.ts

lib/utils/cliOptions.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { CLI_OPTIONS, type CLIOption } from '@/types/cli';
2import { getModelDefinitionsForCli, normalizeModelId } from '@/lib/constants/cliModels';
3
4export const ACTIVE_CLI_IDS = ['claude', 'codex', 'cursor', 'qwen', 'glm'] as const;

Callers

nothing calls this directly

Calls 3

normalizeModelIdFunction · 0.90
isActiveCliIdFunction · 0.85

Tested by

no test coverage detected