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

    Type Alias ForkSessionOptions

    ForkSessionOptions: SessionMutationOptions & {
        title?: string;
        upToMessageId?: string;
    }

    Options for forking a session into a new branch.

    Type Declaration

    • Optionaltitle?: string

      Custom title for the fork. If omitted, derives from original title + " (fork)".

    • OptionalupToMessageId?: string

      Slice transcript up to this message UUID (inclusive). If omitted, full copy.