Merge origin/master into feat/remove-str-replace-editor-from-minimal

This commit is contained in:
fz
2026-09-09 01:22:09 +08:00
241 changed files with 5043 additions and 1199 deletions
+4
View File
@@ -2118,6 +2118,10 @@ def normalize_snapshot_value(
}
if normalized.get("type") == "session" and "createdAt" in normalized:
normalized["createdAt"] = 0
if normalized.get("type") == "subagent/catalog":
data = normalized.get("data")
if isinstance(data, dict) and "childCreatedAt" in data:
data["childCreatedAt"] = 0
if "seq" in normalized and "time" in normalized:
normalized["time"] = 0
if normalized.get("type") in ("assistant/message", "assistant/attempt"):