Commit a353339
committed
docs(ai-chat): session-in-event-id header on turn-complete control records
Document the new sibling header that rides on every turn-complete
record carrying the agent's committed-consume cursor on .in. The
header is what lets the next worker boot seed its .in SSE subscribe
past already-processed user messages without a wall-clock-derived
dedup cutoff.
- client-protocol: new row in the turn-complete header table; updated
records-on-session-out summary; example block shows the third
header
- changelog: short paragraph under "what changed on the wire" framing
the cursor as the seq-based replacement for the prior timestamp
cutoff, with an explicit "custom transports should ignore" note1 parent 64d223d commit a353339
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| 586 | + | |
586 | 587 | | |
587 | 588 | | |
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
591 | 592 | | |
592 | 593 | | |
| 594 | + | |
593 | 595 | | |
594 | 596 | | |
595 | 597 | | |
| |||
0 commit comments