Record
session-info
Metadata about a session, returned by list-sessions and pushed via
session-info-update notifications.
record session-info {
session-id: session-id,
cwd: string,
title: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| session-id | session-id | The session's id. |
| cwd | string | Working directory for the session (absolute path). |
| title | option<string> | Optional human-readable title (often agent-generated). |
| updated-at | option<string> | Optional ISO 8601 timestamp of last activity. |