Skip to content

ConversationSummary

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

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:95


optional firstTs?: string

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

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:91


optional lastPrompt?: string

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

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:104


optional lastTs?: string

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


optional model?: string

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


optional project?: string

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


startedTs: string

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

When the conversation was opened.


turnCount: number

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

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