@@ -1481,6 +1481,7 @@ describe("sessions tools", () => {
14811481 isStreaming : ( ) => true ,
14821482 isCompacting : ( ) => false ,
14831483 supportsTranscriptCommitWait : true ,
1484+ sourceReplyDeliveryMode : "message_tool_only" ,
14841485 abort : ( ) => { } ,
14851486 } ,
14861487 runScopedCallerKey ,
@@ -1533,6 +1534,7 @@ describe("sessions tools", () => {
15331534 debounceMs : 0 ,
15341535 deliveryTimeoutMs : 30_000 ,
15351536 waitForTranscriptCommit : true ,
1537+ sourceReplyDeliveryMode : "message_tool_only" ,
15361538 } ) ;
15371539
15381540 await vi . waitFor ( ( ) => {
@@ -1587,6 +1589,7 @@ describe("sessions tools", () => {
15871589 queueMessage,
15881590 isStreaming : ( ) => true ,
15891591 isCompacting : ( ) => false ,
1592+ sourceReplyDeliveryMode : "message_tool_only" ,
15901593 abort : ( ) => { } ,
15911594 } ,
15921595 runScopedCallerKey ,
@@ -1622,6 +1625,7 @@ describe("sessions tools", () => {
16221625 steeringMode : "all" ,
16231626 debounceMs : 0 ,
16241627 deliveryTimeoutMs : 30_000 ,
1628+ sourceReplyDeliveryMode : "message_tool_only" ,
16251629 } ) ;
16261630 expect ( calls . some ( ( call ) => call . method === "agent" ) ) . toBe ( false ) ;
16271631 } ) ;
@@ -1638,6 +1642,7 @@ describe("sessions tools", () => {
16381642 isStreaming : ( ) => true ,
16391643 isCompacting : ( ) => false ,
16401644 supportsTranscriptCommitWait : true ,
1645+ sourceReplyDeliveryMode : "message_tool_only" ,
16411646 abort : ( ) => { } ,
16421647 } ,
16431648 runScopedCallerKey ,
0 commit comments