Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias NesEditHistoryEntry

    An entry in the edit history.

    type NesEditHistoryEntry = {
        diff: string;
        uri: string;
    }
    Index

    Properties

    Properties

    diff: string

    A diff representing the edit.

    uri: string

    The URI of the edited file.