Harden WeChat installation and diagnostics - #3
Merged
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.
问题
公开安装仍把
public-worker写成默认视频号解析器,但该服务当前会返回 HTTP 401;原来的--doctor只验证依赖或登录态,容易把认证就绪误报成完整解析链路就绪。升级脚本还可能覆盖本地配置,并在多运行时环境中命中错误的 Skill 副本。修改
yuanbao-login,不再自动把公开视频号链接发给公共 Worker--doctor-live <视频号链接>,区分认证检查与真实端到端解析.env、outputs/与本地词表,移除用户名硬编码并增加路径护栏video-download默认与当前 Skill 同根安装,并使用当前 Python 解释器验证
python3 -m unittest discover -s tests -v:12/12 通过bash -n install.sh bootstrap.sh:通过WECHAT_AUTH_REQUIRED,不启动浏览器.env,只迁移旧 Worker 默认值验收边界
当前没有随 PR 提供可公开使用的视频号测试链接,因此尚未声称腾讯侧真实链接解析已端到端恢复。合并前可使用
--doctor-live和一个公开视频号链接完成最后验收。