Dashboardopencode-loreRecall continuation resource limits

Recall continuation resource limits

Category: gotcha
Confidence: 1.00
ID: 01a0a07a-58f1-7f28-91e5-36a16b924073
Project ID: 6f4be9ff-ed84-4cca-a9e7-732a0b0b8677
Cross-project: No
Recalled in other projects: 0
Source session: 1MkPhJ1AkO8NqURZK
Created: 2026-08-24 08:10:20
Updated: 2026-09-14 15:12:47

Content

Trap: charging every continuation buffer to maxDeferredBytes looks uniform, but that cap applies only to unresolved, untrusted tool input. Charge validated client-visible output to maxTransactionalBytes; when a sparse non-recall call resolves, transfer its deferred bytes exactly once before flush. Before retry, restore transactional events/bytes, retained and hidden bytes, usage, and output/reference identity sets to baseline so retries cannot duplicate accounting or retain stale identities.

Move to: