refactor(agent): return request retry action

This commit is contained in:
_Kerman
2026-07-27 21:17:49 +08:00
parent c6073f07c2
commit ed67ad53d2
83 changed files with 277 additions and 309 deletions
-1
View File
@@ -230,7 +230,6 @@ export async function createTuiTestHarness<TerminalType extends Terminal, Exit e
cancel(cause) {
cancelled.push(cause)
},
retry() {},
whenIdle() {
return Promise.resolve()
},