Under the hood
A helper now trims large stored payloads from past edits/writes/reads to save space.
A new redaction helper can strip sensitive or large payloads from stored tool-call attachments: it nulls out originalFile for edits, blanks content and originalFile for writes, blanks base64 data for image/PDF attachments, and blanks text content for reads when that content matches a companion tool result via a line-numbered diff check. This trims context/storage size for already-delivered read/edit/write results.