mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[PR #194] [MERGED] feat(kiro): 添加 AWS SSO 凭据导入和批量导入流式进度功能 #293
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/194
Author: @leonaii
Created: 1/9/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @justlovemaki
Base:
main← Head:main📝 Commits (1)
1abc6bbfeat(kiro): 添加 AWS SSO 凭据导入和批量导入流式进度功能📊 Changes
4 files changed (+1196 additions, -60 deletions)
View changed files
📝
src/oauth-handlers.js(+340 -2)📝
src/ui-manager.js(+113 -9)📝
static/app/i18n.js(+68 -2)📝
static/app/provider-manager.js(+675 -47)📄 Description
新增功能
1. AWS SSO 凭据导入功能
2. 批量导入实时进度显示
3. 重复凭据检测
checkKiroCredentialsDuplicate函数,基于 refreshToken 检测重复修改的文件
src/oauth-handlers.jscheckKiroCredentialsDuplicate、batchImportKiroRefreshTokensStream、importAwsCredentials函数src/ui-manager.js/api/kiro/import-aws-credentials端点,批量导入改为 SSE 流式响应static/app/provider-manager.jsstatic/app/i18n.js技术细节
text/event-stream响应类型🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.