Merge origin/master into worktree/contain-result-observer-rejections

This commit is contained in:
Tianyi Cui
2026-07-20 17:19:55 +08:00
165 files changed
+6165 -1418

No files matched your search

+2 -2
View File
@@ -235,8 +235,8 @@ export interface ToolExecution extends ToolExecutionInput {
export interface ToolRunContext extends ToolExecution {
/**
* Defer one nested-dispatch context until this tool's final result reaches
* the agent loop. Contexts retain their individual source, envelope, and
* metadata and are emitted in call order.
* the agent loop. Contexts retain their individual source and metadata and
* are emitted in call order.
*/
deferContext(context: HookContext): void
}