mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 02:15:50 +03:00
[PR #103] [MERGED] feat: 增强提供商池管理和UI功能 #264
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#264
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/103
Author: @leonaii
Created: 12/9/2025
Status: ✅ Merged
Merged: 12/10/2025
Merged by: @justlovemaki
Base:
main← Head:main📝 Commits (1)
6f020dbfeat: 增强提供商池管理和UI功能📊 Changes
13 files changed (+1657 additions, -117 deletions)
View changed files
📝
.gitignore(+3 -1)➕
.vscode/settings.json(+2 -0)➕
run-docker.ps1(+166 -0)📝
run-docker.sh(+257 -41)📝
src/converters/strategies/OpenAIResponsesConverter.js(+4 -0)📝
src/provider-models.js(+4 -4)📝
src/provider-pool-manager.js(+187 -59)📝
src/service-manager.js(+178 -0)📝
src/ui-manager.js(+230 -0)📝
static/app/modal.js(+285 -12)📝
static/app/styles.css(+247 -0)📝
static/app/upload-config-manager.js(+91 -0)📝
static/index.html(+3 -0)📄 Description
新增 Kiro OAuth 配置自动扫描和关联功能 (service-manager.js)
增强提供商池管理器,支持健康检测和状态持久化 (provider-pool-manager.js)
新增 UI 管理功能:登录认证、配置文件上传、提供商管理 (ui-manager.js)
新增上传配置管理模块,支持配置文件查看/删除/一键关联 (upload-config-manager.js)
增强模态框组件,支持更多交互功能 (modal.js)
新增 Windows PowerShell 部署脚本 (run-docker.ps1)
优化 run-docker.sh 脚本,增强跨平台兼容性
更新 .gitignore 排除敏感配置文件
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.