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

This commit is contained in:
Tianyi Cui
2026-07-20 17:15:41 +08:00
165 changed files with 6165 additions and 1418 deletions

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
}