Timestamp when this session was completed, or null if still active.
Timestamp when this session was created.
Complete chronological history of user messages and agent responses.
Unique identifier for this session.
Locale used for AI assistant responses (e.g. "en-US", "ko-KR").
AI model identifier specifying which model to use.
The exact model name or identifier for the AI provider, such as "gpt-4.1", "claude-sonnet-4-20250514", "qwen3-235b-a22b", etc.
Current pipeline phase, or null if not yet started.
All event snapshots captured during the session.
IANA timezone identifier (e.g. "Asia/Seoul", "America/New_York").
Optional user-provided title for this session.
Accumulated token usage for cost tracking.
Vendor configuration used for this session.
Interface representing a vibe coding session with full detail.
This interface extends the summary with complete conversation histories and event snapshots, providing all the data needed to reconstruct or review an entire vibe coding session from start to finish.
Author
Samchon