Revert "Merge pull request #3087 from deepseek-harness/worktree/remove-ignorable-session-events"

This reverts commit 2123b2f418b1c8fbb86dc327b598fb11423da226, reversing
changes made to 3c0b5c68ce697537a21084f9135663017474a2e1.
This commit is contained in:
Tianyi Cui
2026-08-30 12:26:20 +08:00
parent a69941bf51
commit 2c6ff296af
77 changed files with 392 additions and 282 deletions
@@ -1,6 +1,6 @@
SELECT seq, type, time, data, source_event_seqs, surface_op, is_packed
SELECT seq, type, time, data, source_event_seqs, surface_op, ignorable
FROM events
WHERE session_id = ? AND seq >= ? AND seq < ?
AND type IN ('text-chunks', 'reasoning-chunks', 'tool-call-chunks')
AND is_packed = 1
AND ignorable = 0
ORDER BY seq;