fix(launcher): restore protocol proxy startup invariants - #2060
Open
Yuimi-chaya wants to merge 3 commits into
Open
fix(launcher): restore protocol proxy startup invariants#2060Yuimi-chaya wants to merge 3 commits into
Yuimi-chaya wants to merge 3 commits into
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.
背景
这是从 #2023 独立拆出的 protocol proxy 修复,与 restart 和 Provider Sync 文件事务无依赖。
普通启动不再完整覆盖活动供应商后,单模型路由等功能仍会启动本地 helper,但 live config.toml 的活动 transport endpoint 可能继续指向上游,导致请求绕过本地代理。另一个边界是旧 Launcher 仍持有 fallback lock 时,WouldBlock 会误入精简 activation 路径并跳过启动维护。
改动
验证
拆分前组合版本已在 Windows 11 真人验证单模型路由与无路由 Responses 直连;本拆分分支完成 latest-main 聚焦自动化验证。