feat: rebuild kiro flow as independent desktop auth pipeline

This commit is contained in:
QLHazyCoder
2026-05-18 22:50:43 +08:00
parent 4aa459e599
commit 995982d7be
42 changed files with 5029 additions and 2293 deletions
+2 -2
View File
@@ -178,7 +178,7 @@ test('tab runtime replays retryable transport recovery hook and surfaces a local
getSourceLabel: () => 'Kiro 授权页',
getState: async () => ({
tabRegistry: {
'kiro-device-auth': { tabId: 9, ready: true },
'kiro-register-page': { tabId: 9, ready: true },
},
sourceLastUrls: {},
}),
@@ -190,7 +190,7 @@ test('tab runtime replays retryable transport recovery hook and surfaces a local
});
await assert.rejects(
runtime.sendToContentScriptResilient('kiro-device-auth', {
runtime.sendToContentScriptResilient('kiro-register-page', {
type: 'ENSURE_KIRO_PAGE_STATE',
payload: {},
}, {