glrs
    Preparing search index...

    Type Alias Session

    Persisted conversation and usage state.

    type Session = {
        contextTokens?: number;
        createdAt: string;
        cwd: string;
        events: SessionEvent[];
        id: string;
        schema: 2;
        title: string;
        updatedAt: string;
    }
    Index
    contextTokens?: number
    createdAt: string
    cwd: string
    events: SessionEvent[]
    id: string
    schema: 2
    title: string
    updatedAt: string