发布 v0.2.8 Automation 端口回退与防重启修复#6
Merged
Merged
Conversation
恢复默认端口 v0.2.7 兼容直启;备用端口两段式且每轮最多一次 Firestone 启动;诊断扫描限界并跳过重解析点。
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.
修改内容
pingServer协议验证端口。effectiveAutomationPort,覆盖一键授权、持续修复、自动授权和头像修复。LaunchOnlyDegraded,只尝试正常启动 Firestone,不结束未知端口占用进程。根因
默认端口 18765 可能被 NetHost.exe 或其他非 Automation 服务占用。旧流程把端口监听等同于 Automation 可用,并且旧 AutoAuth 监听器在接口不可用时可能重新启动 Firestone,从而造成启动失败或循环重启。
用户影响
默认端口冲突时会自动切换到有限备用端口,用户不需要结束系统进程或手工选择端口。无法建立 Automation 时,程序会安全降级并保留正常启动能力。
验证
git diff --check通过。DESIGN-claude.md未修改,GUI XAML 仅更新版本文字。