Wasm Directoryalpha
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

NameTypeDescription
titleoption​<string>New title. none means "unchanged".
updated-atoption​<string>New ISO 8601 last-activity timestamp. none means "unchanged".