Skip to content

ConversationSummary

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:108

GS2-19 — a conversation-grained listing row: the conversation’s metadata plus the aggregate of its turns (how many, the timespan they cover, and a preview of the last one). This is the top-level unit gth history list shows, in place of isolated per-turn rows.

optional command?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:113


optional firstTs?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:118

Timestamp of the first / last turn, when any turns exist.


id: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:109


optional lastPrompt?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:121

Prompt / response of the most recent turn (a one-line preview source).


optional lastResponse?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:122


optional lastTs?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:119


optional model?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:114


optional project?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:112


startedTs: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:111

When the conversation was opened.


optional threadId?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:128

GS2-20 — the LangGraph thread this conversation’s checkpoint lives under, when it has one. Absent for a conversation recorded without a checkpointer (any pre-GS2-20 row, and every single-shot run), which is exactly the set that cannot be resumed.


turnCount: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:116

Number of turns recorded under this conversation (0 for a conversation with no turns).