Skip to content

ConversationMeta

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

GS2-19 — metadata for a conversation (a group of turns). Passed to HistoryStore.openConversation at interactive-session start.

optional command?: string

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

Originating command (chat/code/ask/exec/…).


optional model?: string

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

Human-readable model/provider label.


optional project?: string

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

Project / working directory the conversation happened in.


optional threadId?: string

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

GS2-20 — the LangGraph thread whose durable checkpoint holds this conversation’s graph state. It is the link a resume travels: gth history list prints conversation ids, and this is what turns one of those back into the thread to re-enter. Omitted by callers that do not checkpoint (a single-shot run), leaving the conversation listable but not resumable.


optional ts?: string

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

ISO-8601 start timestamp; defaults to now when omitted.