Merge remote-tracking branch 'origin/main' into codex/prefix-compaction-prewarm

This commit is contained in:
Rohit Arunachalam
2026-04-17 15:21:54 -07:00
134 changed files with 7815 additions and 823 deletions

View File

@@ -1970,6 +1970,13 @@
}
},
"properties": {
"backwardsCursor": {
"description": "Opaque cursor to pass as `cursor` when reversing `sortDirection`. This is only populated when the page contains at least one thread. Use it with the opposite `sortDirection`; for timestamp sorts it anchors at the start of the page timestamp so same-second updates are not skipped.",
"type": [
"string",
"null"
]
},
"data": {
"items": {
"$ref": "#/definitions/Thread"