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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,7 @@ M6 progress now includes:
149
149
-`internal/memory`: session-memory summary text now falls back to frontmatter aliases such as `summaryText`, `summary`, `content`, `text`, `resultSummary`, and `finalSummary` when the markdown body is empty, while preserving body precedence.
150
150
-`internal/memory`: session-memory recall and relevant-memory model selectors now recurse through GraphQL/JSON:API selection wrappers such as `data`, `payload`, `body`, `resource`, `attributes`, `properties`, `attrs`, `viewer`, `edge`, `node`, `nodes`, and `edges`, preserving model-ranked session IDs and memory paths from API-shaped responses.
151
151
-`internal/memory`: session-memory recall and relevant-memory model selectors now also unwrap provider-style `choices`, `outputs`, `candidates`, and `generations` responses plus top-level `message`/`content`/`text`/`output_text` envelopes, recovering JSON selection payloads from nested `message.content`, content-block arrays, `content.parts[].text`, and fenced `json` code blocks.
152
+
-`internal/memory`: session-memory recall and relevant-memory model selectors now preserve rewritten search text from adjacent query aliases such as `user_query`, `question`, `prompt`, `input`, `search`, and `search_text`, not only canonical `query`/`search_query` keys.
152
153
-`internal/memory`: relevant-memory model selection now accepts URI/link path aliases such as `uri`, `url`, `href`, `fileUri`, and `fileUrl`, matching `file://` URIs and API URL path basenames back to candidate memory files; top-level `memories`, `matches`, and `filesList` collections are also scanned when a response includes `query`.
153
154
-`internal/memory`: relevant-memory model selection now also treats file-selection aliases such as `selectedFiles`, `relevantFiles`, `candidateFiles`, `selectedFilePaths`, and `relevantFilePaths` as memory selections, including nested file objects and link objects.
154
155
-`internal/memory`: session-memory recall model selection now accepts summary collection aliases such as `summaries`, `selectedSummaries`, `relevantSummaries`, and `candidateSummaries`, including nested `summary.sessionId` and `summaryId` fields.
0 commit comments