MCPcopy
hub / github.com/opactorai/Claudable / CLIModel

Interface CLIModel

types/cli.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11export type CLIType = 'claude' | 'cursor' | 'codex' | 'gemini' | 'qwen' | 'glm';
12
13export interface CLIModel {
14 id: string;
15 name: string;
16 description?: string;
17 supportsImages?: boolean;
18}
19
20export interface CLIOption {
21 id: CLIType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected