Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion core-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ A **session** is a single AI agent conversation — from the time you start inte
- **Full transcript** — the complete JSONL conversation log
- **Context summary** — a markdown summary of what was discussed
- **Initial prompt** — the first prompt that started the session
- **Metadata** — agent name, token count, duration
- **Metadata** — agent name, token count, duration, files modified

Files listed in `.gitignore` (including nested and global gitignore rules) are automatically excluded from the files modified list.

## Checkpoints

Expand Down