You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ M6 progress now includes:
198
198
-`internal/session`: remote-history response parsing now recursively unwraps GraphQL/session/HAL containers such as `data.session.events`, `data.projectSession.eventConnection`, `conversation`, `remoteHistory`, and `_embedded` before applying `nodes`/`edges[].node` event-list and `pageInfo` pagination parsing.
199
199
-`internal/session`: remote-history response parsing now also unwraps GraphQL `viewer` and `node` containers, covering shapes such as `data.viewer.session.events` and `data.node.eventConnection` while preserving the same cursor pagination behavior.
200
200
-`internal/session`: remote-history link pagination now accepts `links`/`_links``next`/`previous`/`prev`/`older` string URLs or `{href,url,uri,link}` objects and extracts before/cursor query parameters for continuation.
201
-
-`internal/session`: remote-history link pagination now also accepts link objects and link-array items that carry cursor fields directly, such as `cursor`, `beforeId`, and `lastEvaluatedKey`, instead of requiring href/url links.
201
+
-`internal/session`: remote-history link pagination now also accepts link objects and link-array items that carry cursor fields directly, such as `cursor`, `beforeId`, and `lastEvaluatedKey`, including `_`/`-` field-name variants, instead of requiring href/url links.
202
202
-`internal/session`: remote-history event selection now prefers materialized event payloads over JSON:API relationship identifier lists, so `relationships.events.data``{type,id}` links can resolve through top-level `included` resources instead of yielding empty SDK events.
203
203
-`internal/session`: remote-history event-list arrays now also flatten JSON:API/session resource wrappers that contain nested relationship event pages, merge their nested pagination fields, and skip clearly non-event resources such as tool/task records instead of materializing empty SDK events.
204
204
-`internal/session`: remote-history link pagination now also accepts RFC/JSON:API-style`links` arrays with relation values from `rel`, `relation`, `name`, `type`, `kind`, or `label`, such as `previous`, `prev`, `older`, and `next`, including `_`/`-` page/link/cursor suffix variants.
0 commit comments