mirror of https://github.com/openclaw/openclaw.git
325 B
325 B
Gateway Server Methods Notes
- Pi session transcripts are a
parentIdchain/DAG; never append Pitype: "message"entries via raw JSONL writes (missingparentIdcan sever the leaf path and break compaction/history). Always write transcript messages viaSessionManager.appendMessage(...)(or a wrapper that uses it).