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

    Type Alias NesJumpSuggestion

    A jump-to-location suggestion.

    type NesJumpSuggestion = {
        id: string;
        position: Position;
        uri: string;
    }
    Index

    ACP Protocol

    ACP Protocol

    id: string

    Unique identifier for accept/reject tracking.

    position: Position

    The target position within the file.

    uri: string

    The file to navigate to.