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

    Type Alias FileChangeRequestApprovalParams

    type FileChangeRequestApprovalParams = {
        grantRoot?: string | null;
        itemId: string;
        reason?: string | null;
        startedAtMs: number;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    grantRoot?: string | null

    [UNSTABLE] When set, the agent is asking the user to allow writes under this root for the remainder of the session (unclear if this is honored today).

    itemId: string
    reason?: string | null

    Optional explanatory reason (e.g. request for extra write access).

    startedAtMs: number

    Unix timestamp (in milliseconds) when this approval request started.

    threadId: string
    turnId: string