mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
chore(session): scope history reader exemptions to tests
This commit is contained in:
@@ -76,7 +76,6 @@ function markdownFixture(linkUrl: string): string {
|
||||
isSeeded: false,
|
||||
delegationDepth: 0,
|
||||
}),
|
||||
// oxlint-disable-next-line typescript/no-deprecated -- Existing Session history read; migration deferred.
|
||||
...session.snapshotEvents().map(event => JSON.stringify({
|
||||
...event,
|
||||
time: eventTimeOrigin + event.seq * 1_000,
|
||||
|
||||
Reference in New Issue
Block a user