@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ReviewTarget

    ReviewTarget:
        | { type: "uncommittedChanges" }
        | { branch: string; type: "baseBranch" }
        | { sha: string; title: string | null; type: "commit" }
        | { instructions: string; type: "custom" }

    Type Declaration

    • { type: "uncommittedChanges" }
    • { branch: string; type: "baseBranch" }
    • { sha: string; title: string | null; type: "commit" }
      • sha: string
      • title: string | null

        Optional human-readable label (e.g., commit subject) for UIs.

      • type: "commit"
    • { instructions: string; type: "custom" }