Skip to content

Commit b7620be

Browse files
stephentoubCopilot
andcommitted
Run subagent request handler test over stdio
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 10ceaff commit b7620be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotnet/test/E2E/SubagentHooksE2ETests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public async Task Should_Invoke_PreToolUse_And_PostToolUse_Hooks_For_Sub_Agent_T
2626
env["COPILOT_EXP_COPILOT_CLI_SESSION_BASED_SUBAGENTS"] = "true";
2727
var client = Ctx.CreateClient(new CopilotClientOptions
2828
{
29+
Connection = RuntimeConnection.ForStdio(),
2930
RequestHandler = requestHandler
3031
}, environment: env);
3132

0 commit comments

Comments
 (0)