ISPO SDK
    Preparing search index...

    Interface RemoteCodingSession

    Markdown
    interface RemoteCodingSession {
        createdAt: string;
        error?: { code: string; message: string };
        interaction?: { kind: "open-host-chat"; message: string };
        modelId?: string;
        providerId: string;
        result?: RemoteCodingResult;
        revision: number;
        sessionId: string;
        source: RemoteCodingSourceProvenance;
        status: RemoteCodingSessionStatus;
        targetId: string;
        targetName: string;
        updatedAt: string;
        workItemId: string;
    }
    Index
    createdAt: string
    error?: { code: string; message: string }
    interaction?: { kind: "open-host-chat"; message: string }
    modelId?: string
    providerId: string

    Provider/model chosen at launch. Display provenance only; later commands cannot retarget an existing remote checkout session.

    revision: number
    sessionId: string
    targetId: string
    targetName: string
    updatedAt: string
    workItemId: string

    Cloud-authoritative canonical work-item correlation established atomically at create.