fix(tests): update mock SessionReady with resumed + history fields

This commit is contained in:
2026-03-23 21:45:03 +00:00
parent 32f6ebacea
commit c6d6dbe5c8
4 changed files with 344 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ impl CodeAgent for MockCodeAgent {
} else {
start.model
},
resumed: false,
history: vec![],
})),
})).await;
}