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

    Type Alias FileChange

    FileChange:
        | { content: string; type: "add" }
        | { content: string; type: "delete" }
        | { move_path: string | null; type: "update"; unified_diff: string }