feat(core): 为 LLM API 请求补齐 User-Agent以解决403问题(支持环境变量覆盖)#39
Open
H-Chris233 wants to merge 2 commits intoNarcooo:masterfrom
Open
feat(core): 为 LLM API 请求补齐 User-Agent以解决403问题(支持环境变量覆盖)#39H-Chris233 wants to merge 2 commits intoNarcooo:masterfrom
H-Chris233 wants to merge 2 commits intoNarcooo:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
User-Agent。INKOS_HTTP_USER_AGENT覆盖默认值,提升网关/WAF 兼容性。Motivation (optional)
部分网关/WAF 会拦截缺少
User-Agent的请求;补齐后更稳定,解决403问题。Changes
.env.exampleINKOS_HTTP_USER_AGENT示例与注释packages/cli/src/commands/init.tsinkos init生成的模板加入INKOS_HTTP_USER_AGENTpackages/core/src/llm/provider.tsINKOS_HTTP_USER_AGENT,并通过defaultHeaders注入User-AgentUsage (optional)
Test plan
pnpm typecheckpassespnpm testpassesUser-Agent存在;设置环境变量后确认值被覆盖。Breaking changes (optional)
无。
Closes #2