test: stabilize trigger handling and hook e2e tests

This commit is contained in:
Peter Steinberger
2026-03-23 11:05:43 +00:00
parent b9efba1faf
commit 6f048f59cb
8 changed files with 508 additions and 405 deletions

View File

@@ -37,6 +37,7 @@ function createToolHandlerCtx(params: {
sessionId: params.sessionId,
onBlockReplyFlush: params.onBlockReplyFlush,
},
hookRunner: hookMocks.runner,
state: {
toolMetaById: new Map<string, string | undefined>(),
...createBaseToolHandlerState(),