mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 09:25:59 +03:00
[PR #150] [MERGED] fix: Kiro长上下文400错误修复 & 添加自定义代理支持 #277
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#277
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/150
Author: @Yoahoug
Created: 1/2/2026
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @justlovemaki
Base:
main← Head:fix/kiro-long-context-and-custom-proxy📝 Commits (1)
8c3f8d4fix: Kiro长上下文400错误修复 & 添加自定义代理支持📊 Changes
18 files changed (+555 additions, -11 deletions)
View changed files
➕
.vscode/settings.json(+2 -0)📝
configs/config.json.example(+3 -0)📝
package-lock.json(+66 -1)📝
package.json(+3 -0)📝
src/claude/claude-core.js(+4 -0)📝
src/claude/claude-kiro.js(+158 -1)📝
src/config-manager.js(+2 -0)📝
src/gemini/antigravity-core.js(+19 -4)📝
src/gemini/gemini-core.js(+19 -4)📝
src/openai/openai-core.js(+4 -0)📝
src/openai/openai-responses-core.js(+4 -0)📝
src/openai/qwen-core.js(+7 -0)➕
src/proxy-utils.js(+128 -0)📝
src/ui-manager.js(+7 -1)📝
static/app/config-manager.js(+18 -0)📝
static/app/i18n.js(+12 -0)📝
static/app/styles.css(+59 -0)📝
static/index.html(+40 -0)📄 Description
Kiro 长上下文修复
自定义代理支持
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.