From 33fd7054210baad2e1e64c620bef2f6f05d78b36 Mon Sep 17 00:00:00 2001 From: Yingliang Zhang Date: Wed, 15 Jul 2026 21:23:10 +0800 Subject: [PATCH] fix(compression): preserve multimodal todo tails --- tests/agent/test_compression_rotation_state.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/agent/test_compression_rotation_state.py b/tests/agent/test_compression_rotation_state.py index b2eb9f9482ac..86bcc1e60dbb 100644 --- a/tests/agent/test_compression_rotation_state.py +++ b/tests/agent/test_compression_rotation_state.py @@ -718,6 +718,7 @@ class TestTodoSnapshotMergedNotDuplicated: for previous, current in zip(compressed, compressed[1:]) ) + def test_snapshot_merge_is_persisted_in_place(self, tmp_path: Path): db = SessionDB(db_path=tmp_path / "state.db") parent = "PARENT_TODO_INPLACE"