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

@@ -28,6 +28,7 @@ anyhow = "1"
futures = "0.3"
crossbeam-channel = "0.5"
textwrap = "0.16"
tui-markdown = "=0.3.6"
[dev-dependencies]
tokio-stream = { version = "0.1", features = ["net"] }

View File

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