Skip to content

Commit 607d956

Browse files
committed
Preserve Claude debug test overrides in detached logs
1 parent 995b476 commit 607d956

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Sources/CodexBar/UsageStore.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,9 +1191,11 @@ extension UsageStore {
11911191
guard let claudeDebugConfiguration else {
11921192
return "Claude debug log configuration unavailable"
11931193
}
1194-
return await Self.debugClaudeLog(
1195-
browserDetection: browserDetection,
1196-
configuration: claudeDebugConfiguration)
1194+
return await claudeDebugExecutionContext.apply {
1195+
await Self.debugClaudeLog(
1196+
browserDetection: browserDetection,
1197+
configuration: claudeDebugConfiguration)
1198+
}
11971199
case .zai:
11981200
let resolution = ProviderTokenResolver.zaiResolution()
11991201
let hasAny = resolution != nil

0 commit comments

Comments
 (0)