ISPO SDK
    Preparing search index...

    Interface RemoteCodingTargetCapabilities

    Markdown
    interface RemoteCodingTargetCapabilities {
        artifacts: true;
        git: { commit: true; diff: true; status: true };
        maxSnapshotBytes: number;
        models?: Readonly<Record<string, readonly string[]>>;
        providers: readonly string[];
    }
    Index
    artifacts: true
    git: { commit: true; diff: true; status: true }
    maxSnapshotBytes: number
    models?: Readonly<Record<string, readonly string[]>>

    Provider-scoped model ids the enrolled target explicitly accepts. An absent provider key means the target chooses its own default; it does not authorize a model id from the desktop's local provider catalog.

    providers: readonly string[]