Skip to content

ConversationMeta

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

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

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


optional model?: string

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

Human-readable model/provider label.


optional project?: string

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

Project / working directory the conversation happened in.


optional ts?: string

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

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