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.
Properties
Section titled “Properties”command?
Section titled “command?”
optionalcommand?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:91
Originating command (chat/code/ask/exec/…).
model?
Section titled “model?”
optionalmodel?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:93
Human-readable model/provider label.
project?
Section titled “project?”
optionalproject?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:89
Project / working directory the conversation happened in.
threadId?
Section titled “threadId?”
optionalthreadId?: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.
optionalts?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:87
ISO-8601 start timestamp; defaults to now when omitted.