fix: add activeEngineId and activeRunDir to PausedSessionMetadata interface

This commit is contained in:
Derek Pearson 2026-03-22 12:27:13 -04:00
parent 7c7e800609
commit 80a09a3503

View file

@ -31,6 +31,8 @@ export interface PausedSessionMetadata {
sessionFile?: string | null;
unitType?: string;
unitId?: string;
activeEngineId?: string;
activeRunDir?: string | null;
}
export interface InterruptedSessionAssessment {