Record
session-info-update
Update to a session's metadata, pushed by the agent. Only included fields are changed; omitted fields are left unchanged.
record session-info-update {
title: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| title | option<string> | New title. none means "unchanged". |
| updated-at | option<string> | New ISO 8601 last-activity timestamp. none means "unchanged". |