Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadCatalogSubscribeResponse.json
Brent Traut a58942ec2f Fix thread catalog delivery races (#26009)
Add revision-based bootstrap ordering, refresh spawned threads after listener attachment, preserve catalog notifications under in-process backpressure, and correct the generated recency timestamp type.
2026-06-24 11:19:37 -07:00

16 lines
393 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"revision": {
"description": "Highest catalog notification revision published before this subscription was acknowledged.",
"format": "uint64",
"minimum": 0.0,
"type": "integer"
}
},
"required": [
"revision"
],
"title": "ThreadCatalogSubscribeResponse",
"type": "object"
}