What's wrong with this entry?
Anonymous. No account, no email.
What
Plan mode now persists file snapshots to the conversation transcript, enabling recovery if files are deleted.
Details
- File snapshots are stored as system messages with subtype
file_snapshot - Recovery sequence when resuming a conversation:
- Try to read plan file from disk
- If missing, recover from file snapshot in message history
- If no snapshot, attempt recovery from serialized plan content
- Log messages indicate recovery source: "Plan recovered from file snapshot"
- Protects against accidental file deletion during long planning sessions
Evidence
Recovery system (search for "Plan recovered from file snapshot")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.