Interface: SessionInfo

Defined in: state/types.ts:125

Lightweight session info for listing (without full state).

Properties

createdAt

createdAt: string;

Defined in: state/types.ts:139

Creation timestamp (ISO 8601)

messageCount

messageCount: number;

Defined in: state/types.ts:149

Number of messages

name?

optional name?: string;

Defined in: state/types.ts:134

User-friendly session name

preview?

optional preview?: string;

Defined in: state/types.ts:154

Preview text (last message truncated)

sessionId

sessionId: string;

Defined in: state/types.ts:129

Session identifier

tags?

optional tags?: string[];

Defined in: state/types.ts:159

Tags for organization

updatedAt

updatedAt: string;

Defined in: state/types.ts:144

Last update timestamp (ISO 8601)