top | item 47220207

(no title)

jlongo78 | 6 hours ago

The compressed context snapshot is a smart workaround - basically hand-rolling what session continuity would give you for free.

For the persistent layer, we're using the API directly with conversation IDs stored our side, then replaying relevant message windows rather than full transcripts. Full replay gets expensive fast, so we filter to decision points and errors. Similar tradeoffs to your activity log, just at the API level rather than filesystem.

discuss

order

No comments yet.