refactor(test): make session snapshots transport neutral

This commit is contained in:
Tianyi Cui
2026-08-24 21:36:31 +08:00
parent b44a139ab7
commit 30762b63c9
99 changed files with 176 additions and 73 deletions
@@ -27,7 +27,7 @@ import {
tokenizeSessionFixtureCwd,
type HarvestedLog,
type NormalizeContext,
} from '@deepseek-ai/dsh-acp-snapshot'
} from '@deepseek-ai/dsh-session-snapshot'
import { DeepSeekHarness, type HarnessNotification, type RunResult } from '@deepseek-ai/dsh-sdk-client'
const testsDir = dirOf(import.meta.url)