fix: provide capability for both SDK auth modes

This commit is contained in:
2026-07-11 14:59:00 +08:00
parent f065f9f978
commit ebf870249f
5 changed files with 28 additions and 7 deletions
+1
View File
@@ -73,6 +73,7 @@ export async function startHub(): Promise<void> {
providerId: context.providerId,
errorCode: diagnostic.code,
failureCategory: diagnostic.category,
authShape: diagnostic.authShape,
}, "provider proxy diagnostic");
},
}),