mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user