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.
Properties
Section titled “Properties”command?
Section titled “command?”
optionalcommand?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:95
firstTs?
Section titled “firstTs?”
optionalfirstTs?: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
lastPrompt?
Section titled “lastPrompt?”
optionallastPrompt?: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).
lastResponse?
Section titled “lastResponse?”
optionallastResponse?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:104
lastTs?
Section titled “lastTs?”
optionallastTs?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:101
model?
Section titled “model?”
optionalmodel?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:96
project?
Section titled “project?”
optionalproject?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:94
startedTs
Section titled “startedTs”startedTs:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:93
When the conversation was opened.
turnCount
Section titled “turnCount”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).