@runloop/agent-axon-client
    Preparing search index...

    Type Alias NesEditHistoryEntry

    An entry in the edit history.

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

    ACP Protocol

    ACP Protocol

    diff: string

    A diff representing the edit.

    uri: string

    The URI of the edited file.