AIClient-2-API/src
hex2077 0974a5e83d refactor(auth): 使用 axios 替代 fetch 以支持代理配置
重构 OAuth 处理中的网络请求模块,将原生 fetch 替换为 axios,以正确处理代理配置。axios 提供了更完善的代理支持和错误处理机制,同时保持与原有 fetch API 的兼容性。

refactor(providers): 优化健康检查逻辑

- 提前返回未启用健康检查的情况
- 仅在开启自动刷新 token 时执行快速预检
- 使用 AbortController 替代 Promise.race 实现超时控制
- 优化错误消息和日志信息
2026-01-16 17:35:15 +08:00
..
auth refactor(auth): 使用 axios 替代 fetch 以支持代理配置 2026-01-16 17:35:15 +08:00
convert refactor(项目结构): 重构项目目录结构并优化代码组织 2026-01-10 18:19:06 +08:00
converters refactor(项目结构): 重构项目目录结构并优化代码组织 2026-01-10 18:19:06 +08:00
core feat(config): 添加凭证切换最大重试次数配置项 2026-01-13 19:00:00 +08:00
example refactor(converters): 重构协议转换器架构并迁移至策略模式 2025-11-09 22:22:22 +08:00
handlers refactor(antigravity): 优化系统提示词处理逻辑并改进模型提供者检测 2026-01-14 20:44:13 +08:00
img feat: 更新OAuth回调服务器主机和图片资源 2025-12-22 13:44:35 +08:00
plugins fix(claude-kiro): 修复工具调用token计算和web搜索工具过滤问题 2026-01-11 23:07:02 +08:00
providers refactor(auth): 使用 axios 替代 fetch 以支持代理配置 2026-01-16 17:35:15 +08:00
scripts refactor(项目结构): 重构项目目录结构并优化代码组织 2026-01-10 18:19:06 +08:00
services feat: 引入凭证缓存管理器,优化 OAuth Token 并发处理 2026-01-15 21:49:54 +08:00
ui-modules feat(credentials): 增强凭证解析容错能力并添加预验证机制 2026-01-16 17:16:38 +08:00
utils Merge pull request #255 from leonaii/main 2026-01-16 17:23:44 +08:00