fix: add missing run_in_background to resume snippet and fix background launch detection
This commit is contained in:
@@ -118,6 +118,7 @@ export function createToolExecuteAfterHandler(input: {
|
||||
}
|
||||
const isBackgroundLaunch = outputStr.includes("Background task launched") || outputStr.includes("Background task continued")
|
||||
|| outputStr.includes("Background delegate launched")
|
||||
|| outputStr.includes("Background agent task launched")
|
||||
if (isBackgroundLaunch) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user