[PR #330] [CLOSED] 1 #336

Closed
opened 2026-02-27 07:19:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/330
Author: @df1009
Created: 2/18/2026
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

14 files changed (+196 additions, -14 deletions)

View changed files

configs/config.json (+3 -0)
📝 configs/config.json.example (+1 -0)
📝 configs/pwd (+1 -1)
📝 package-lock.json (+1 -1)
📝 src/converters/strategies/OpenAIConverter.js (+12 -6)
📝 src/converters/utils.js (+3 -1)
📝 src/core/config-manager.js (+1 -1)
📝 src/providers/claude/claude-kiro.js (+23 -0)
📝 src/providers/provider-pool-manager.js (+114 -0)
📝 src/services/api-server.js (+3 -0)
📝 src/utils/common.js (+12 -4)
📝 static/app/config-manager.js (+8 -0)
📝 static/app/i18n.js (+4 -0)
📝 static/components/section-config.html (+10 -0)

📄 Description

1


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/justlovemaki/AIClient-2-API/pull/330 **Author:** [@df1009](https://github.com/df1009) **Created:** 2/18/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`0bd7abd`](https://github.com/justlovemaki/AIClient-2-API/commit/0bd7abdc53dc78ba524d8762bf3f4285b4621cb3) 修改 - [`ad0a49d`](https://github.com/justlovemaki/AIClient-2-API/commit/ad0a49d68f517827d0bed3c8227d8d9bca8f945e) 修改密码 - [`f96f1cc`](https://github.com/justlovemaki/AIClient-2-API/commit/f96f1cc4fbff1eddf6d22d630b931699cdbd47d2) 端口 - [`d3cfd6e`](https://github.com/justlovemaki/AIClient-2-API/commit/d3cfd6e21daf88d4b9cd3068df31c221d07e5d70) Revert "端口" - [`188433b`](https://github.com/justlovemaki/AIClient-2-API/commit/188433b77e219522de65519897d25bd72fae9541) 过滤不生效问题 - [`548049e`](https://github.com/justlovemaki/AIClient-2-API/commit/548049e30c3093d14faf5d772f817f51cdf892b3) 修改端口 - [`bd7859a`](https://github.com/justlovemaki/AIClient-2-API/commit/bd7859ace4a308636c14aaaadc23306be442efb6) Merge branch 'justlovemaki:main' into main - [`e1345d1`](https://github.com/justlovemaki/AIClient-2-API/commit/e1345d193662a856a45bf4749e55be8a4537eff8) 修复空 content 问题 - [`455501f`](https://github.com/justlovemaki/AIClient-2-API/commit/455501fa271955947d6dfcef3928ab7b124c6b28) 添加日志 - [`eac4593`](https://github.com/justlovemaki/AIClient-2-API/commit/eac459317f1a28f7984742097da00cfbd293b6e8) 自动恢复不健康定时任务 ### 📊 Changes **14 files changed** (+196 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `configs/config.json` (+3 -0) 📝 `configs/config.json.example` (+1 -0) 📝 `configs/pwd` (+1 -1) 📝 `package-lock.json` (+1 -1) 📝 `src/converters/strategies/OpenAIConverter.js` (+12 -6) 📝 `src/converters/utils.js` (+3 -1) 📝 `src/core/config-manager.js` (+1 -1) 📝 `src/providers/claude/claude-kiro.js` (+23 -0) 📝 `src/providers/provider-pool-manager.js` (+114 -0) 📝 `src/services/api-server.js` (+3 -0) 📝 `src/utils/common.js` (+12 -4) 📝 `static/app/config-manager.js` (+8 -0) 📝 `static/app/i18n.js` (+4 -0) 📝 `static/components/section-config.html` (+10 -0) </details> ### 📄 Description 1 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:19:00 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AIClient-2-API-justlovemaki#336
No description provided.