mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[PR #255] [MERGED] feat(credentials): 增强凭证解析容错能力并添加预验证机制 #322
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#322
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/255
Author: @leonaii
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @justlovemaki
Base:
main← Head:main📝 Commits (1)
7f3f6b8feat(credentials): 增强凭证解析容错能力并添加预验证机制📊 Changes
3 files changed (+171 additions, -6 deletions)
View changed files
📝
src/providers/claude/claude-kiro.js(+55 -3)📝
src/ui-modules/config-api.js(+1 -0)📝
src/utils/credential-cache-manager.js(+115 -3)📄 Description
新增从损坏 JSON 中提取关键凭证字段的恢复方法
凭证缓存管理器增加 token 有效性预检查,跳过无效凭证
配置 API 补充 POOL_SIZE_LIMIT 字段同步
优化日志输出,区分加载失败和跳过的凭证统计
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.