fix: add missing run_in_background to resume snippet and fix background launch detection

This commit is contained in:
YeonGyu-Kim
2026-03-31 17:02:56 -07:00
parent 9f2c4500e8
commit 87445a2ef3
4 changed files with 115 additions and 1 deletions
+1
View File
@@ -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
}