Merge branch 'master' into fetch-failed-diagnostics

This commit is contained in:
Tianyi Cui
2026-07-20 20:08:29 +08:00
381 changed files with 8335 additions and 7566 deletions
+1 -3
View File
@@ -80,7 +80,6 @@ export function prepareReactLoopAgent(
},
}
}
/**
* Install the concrete agent's scope context exactly once. Construction and
* scope minting are mutually referential (the scope key is the agent), so the
@@ -397,7 +396,7 @@ export class ReactLoopAgent implements Agent {
cancelReason: () => this.cancelReason,
clearCancel: () => { this.cancelRequested = false },
withToolBatch: run => this.withToolBatch(run),
// Pre-step cancellation re-parks without emitting a status transition.
// Pre-start cancellation settles queued-work waiters before publishing idle.
settleIdle: () => { this.settleIdleWaiters() },
}))
}
@@ -444,4 +443,3 @@ export class ReactLoopAgent implements Agent {
}
}
}