From 6439041291c2a2ba17bac63d20cf108716cb2c68 Mon Sep 17 00:00:00 2001 From: Shrivats Bogam Date: Thu, 13 Aug 2026 14:22:46 +0530 Subject: [PATCH] fix(workspaces): keep probe auth single-header --- src/workspaces/agent-probe.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/workspaces/agent-probe.ts b/src/workspaces/agent-probe.ts index e0cbe6412..52e2fcf8e 100644 --- a/src/workspaces/agent-probe.ts +++ b/src/workspaces/agent-probe.ts @@ -63,9 +63,13 @@ export async function probeAnthropic(input: ClaudeProbeInput): Promise msg.content .filter((b): b is Anthropic.TextBlock => b.type === 'text')