fix(openai/codex): 优化 OAuth 失败可观测性与用户提示#509
Open
KevinYoung-Kw wants to merge 1 commit intoop7418:mainfrom
Open
fix(openai/codex): 优化 OAuth 失败可观测性与用户提示#509KevinYoung-Kw wants to merge 1 commit intoop7418:mainfrom
KevinYoung-Kw wants to merge 1 commit intoop7418:mainfrom
Conversation
|
@KevinYoung-Kw is attempting to deploy a commit to the op7418's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
补充复现结果(网络代理场景):
结论:当前 OpenAI OAuth token exchange 对网络链路质量较敏感,开启全局代理并使用增强/TUN 后可稳定完成授权。 |
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.
变更说明
/api/openai-oauth/status返回给前端403 - [object Object]这类不可读报错背景
部分用户在 OAuth token exchange 阶段失败时,只能在回调页看到不直观错误,难以判断下一步操作。本 PR 将错误原因同步到应用内,提高可诊断性和可用性。
验证
npm run -s typecheckFixes #464